summaryrefslogtreecommitdiffstats
path: root/apropos.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-11-26 22:38:11 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-11-26 22:38:11 +0000
commitedb836f226a3e9d500cba400695648b0a3ee6585 (patch)
tree9bac1273d1f20dec6c26f4b7dc1eec6b498342c7 /apropos.1
parent0aba7e883febd4a1eb4d3f54a32041eccd254290 (diff)
downloadmandoc-edb836f226a3e9d500cba400695648b0a3ee6585.tar.gz
Sync to OpenBSD, mostly gratuitous and whitespace differences,
but a few serious things as well: * -M overrides MANPATH * -m prepends to the path * put back database close calls that got lost in mandocdb * missing sys/types.h in manpath.c, needed for size_t ok kristaps@
Diffstat (limited to 'apropos.1')
-rw-r--r--apropos.16
1 files changed, 3 insertions, 3 deletions
diff --git a/apropos.1 b/apropos.1
index 0a0a437c..91c213c4 100644
--- a/apropos.1
+++ b/apropos.1
@@ -44,7 +44,7 @@ searched for
databases.
Invalid paths, or paths without manual databases, are ignored.
.It Fl m Ar manpath
-Append the colon-separated paths to the list of paths searched
+Prepend the colon-separated paths to the list of paths searched
for
.Xr mandocdb 8
databases.
@@ -154,10 +154,10 @@ If an architecture is specified in the output, use
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev MANPATH
-Comma-separated paths overriding the default list of paths searched for
+Colon-separated paths overriding the default list of paths searched for
manual databases.
Invalid paths, or paths without manual databases, are ignored.
-Takes precedence over
+Overridden by
.Fl M .
.El
.\" .Sh FILES