You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
353 B
12 lines
353 B
diff -Nrbu mailx-12.3/cmd1.c mailx-12.3-OK/cmd1.c |
|
--- mailx-12.3/cmd1.c 2007-06-16 16:48:39.000000000 +0400 |
|
+++ mailx-12.3-OK/cmd1.c 2008-06-26 19:57:38.000000000 +0400 |
|
@@ -78,7 +78,7 @@ |
|
|
|
cp = value("PAGER"); |
|
if (cp == NULL || *cp == '\0') |
|
- cp = value("bsdcompat") ? "more" : "pg"; |
|
+ cp = value("bsdcompat") ? "more" : "less"; |
|
return cp; |
|
} |
|
|
|
|