smlinux/base/mandoc/main.c.patch
2022-01-28 23:06:05 +05:30

11 lines
234 B
Diff

--- a/main.c
+++ b/main.c
@@ -1171,7 +1171,7 @@
if (pager == NULL || *pager == '\0')
pager = getenv("PAGER");
if (pager == NULL || *pager == '\0')
- pager = "more -s";
+ pager = "less -s";
cp = mandoc_strdup(pager);
/*