summaryrefslogtreecommitdiffstats
path: root/apropos.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 /apropos.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 'apropos.1')
-rw-r--r--apropos.13
1 files changed, 2 insertions, 1 deletions
diff --git a/apropos.1 b/apropos.1
index a2848f7b..626ee73c 100644
--- a/apropos.1
+++ b/apropos.1
@@ -365,7 +365,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