1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 04:16:39 +00:00
termux-packages/packages/man/main.c.patch
2019-03-17 19:46:36 +01:00

13 lines
365 B
Diff

diff -u -r ../mandoc-1.14.4/main.c ./main.c
--- ../mandoc-1.14.4/main.c 2018-08-08 14:51:51.000000000 +0000
+++ ./main.c 2018-08-11 09:58:01.245684598 +0000
@@ -1187,7 +1187,7 @@
if (pager == NULL || *pager == '\0')
pager = getenv("PAGER");
if (pager == NULL || *pager == '\0')
- pager = "more -s";
+ pager = "less -s";
cp = mandoc_strdup(pager);
/*