mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 06:42:01 +01:00
12 lines
275 B
Diff
12 lines
275 B
Diff
--- mdocml-1.13.3.orig/main.c
|
|
+++ mdocml-1.13.3/main.c
|
|
@@ -989,7 +989,7 @@
|
|
if (pager == NULL || *pager == '\0')
|
|
pager = getenv("PAGER");
|
|
if (pager == NULL || *pager == '\0')
|
|
- pager = "/usr/bin/more -s";
|
|
+ pager = "/bin/more -s";
|
|
cp = mandoc_strdup(pager);
|
|
|
|
/*
|