summaryrefslogtreecommitdiffstats
path: root/man.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 /man.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 'man.1')
-rw-r--r--man.13
1 files changed, 2 insertions, 1 deletions
diff --git a/man.1 b/man.1
index 5edad5f8..db4c86e9 100644
--- a/man.1
+++ b/man.1
@@ -381,7 +381,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 FILES