diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-03 08:46:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-04-03 08:46:17 +0000 |
commit | e066c6a8cbfbeac50eca52f208aad372e1ee904d (patch) | |
tree | 26287c6b386fe5c289eac82f4e2b82af86722864 /apropos.1 | |
parent | 7355c805552e6fc47e10d976711b6169f0f3c0e0 (diff) | |
download | mandoc-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.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |