aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit8f00108b9e7335a68e0dfa8b30abc8679c8c6a0a (patch)
tree07c306d3b0ee1bfc35064b2d154ab4a76df54392 /apropos.1
parent84a5530bc611551b040bc50e3aebcce2b63255ee (diff)
downloadmandoc-8f00108b9e7335a68e0dfa8b30abc8679c8c6a0a.tar.gz
mandoc-8f00108b9e7335a68e0dfa8b30abc8679c8c6a0a.tar.zst
mandoc-8f00108b9e7335a68e0dfa8b30abc8679c8c6a0a.zip
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.110
1 files changed, 5 insertions, 5 deletions
diff --git a/apropos.1 b/apropos.1
index 55b16f7f..4c5620f1 100644
--- a/apropos.1
+++ b/apropos.1
@@ -1,4 +1,4 @@
-.\" $Id: apropos.1,v 1.8 2011/11/23 10:09:30 kristaps Exp $
+.\" $Id: apropos.1,v 1.9 2011/11/26 22:38:11 schwarze Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 23 2011 $
+.Dd $Mdocdate: November 26 2011 $
.Dt APROPOS 1
.Os
.Sh NAME
@@ -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