1--- src/man.c.orig	2006-06-02 12:52:27.000000000 -0700
2+++ src/man.c	2006-06-02 15:15:54.000000000 -0700
3@@ -828,7 +828,7 @@
4      if (do_troff)
5 	  command = my_xsprintf ("(cd %S && %s)", path, roff_command);
6      else
7-	  command = my_xsprintf ("(cd %S && %s | %s)", path,
8+	  command = my_xsprintf ("(cd %S && %s | (%s || true))", path,
9 		   roff_command, pager);
10 
11      return !do_system_command (command, 0);
12