Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > fc0847760a99cc38b60a2ae56f03bf53 > files > 13

man-1.6d-2.el5.src.rpm

--- man-1.6c/src/man.c.pom	2006-04-14 12:32:06.000000000 +0200
+++ man-1.6c/src/man.c	2006-05-02 09:59:02.000000000 +0200
@@ -137,7 +137,7 @@
 static int
 setll(void) {
      return
-	  (!do_troff && (line_length < 66 || line_length > 80)) ?
+	  (!do_troff && (line_length != 80)) ?
 	  line_length*9/10 : 0;
 }