summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-04-03 08:46:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-04-03 08:46:17 +0000
commite066c6a8cbfbeac50eca52f208aad372e1ee904d (patch)
tree26287c6b386fe5c289eac82f4e2b82af86722864 /mandoc.1
parent7355c805552e6fc47e10d976711b6169f0f3c0e0 (diff)
downloadmandoc-e066c6a8cbfbeac50eca52f208aad372e1ee904d.tar.gz
No need to hardcode /usr/bin/ as the path to more(1); helps portability.
We don't hardcode the paths to gunzip(1) and cmp(1) either. Discussed with ajacoutot@.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.13
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.1 b/mandoc.1
index 260b423d..1ec15864 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -502,7 +502,8 @@ Specifies the pagination program to use when
.Ev MANPAGER
is not defined.
If neither PAGER nor MANPAGER is defined,
-.Pa /usr/bin/more Fl s
+.Xr more 1
+.Fl s
will be used.
.El
.Sh EXIT STATUS