diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 04:32:40 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 04:32:40 +0000 |
commit | a2d8aa4124f4856d7675a1cd268dc5a1f1e22350 (patch) | |
tree | 14844c4c8389307d49f87dc4e204b8e859bcbc9c /usr.bin/apropos | |
parent | b7253ab25580c3ade3e0f9b14e52111cda23a6a4 (diff) |
usr.bin/ man page repairs, a - e
Diffstat (limited to 'usr.bin/apropos')
-rw-r--r-- | usr.bin/apropos/apropos.1 | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/usr.bin/apropos/apropos.1 b/usr.bin/apropos/apropos.1 index a564f844a5c..ec4cd576379 100644 --- a/usr.bin/apropos/apropos.1 +++ b/usr.bin/apropos/apropos.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apropos.1,v 1.3 1998/03/24 05:40:17 deraadt Exp $ +.\" $OpenBSD: apropos.1,v 1.4 1998/09/23 04:32:34 aaron Exp $ .\" $NetBSD: apropos.1,v 1.4 1995/09/04 20:46:17 tls Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -44,9 +44,10 @@ .Nm apropos .Op Fl M Ar path .Op Fl m Ar path -.Ar keyword ... +.Ar keyword +.Op Ar ... .Sh DESCRIPTION -.Nm Apropos +.Nm apropos shows which manual pages contain instances of any of the given .Ar keyword(s) in their title line. @@ -76,18 +77,18 @@ searches for a database named The supplied .Ar path must be a colon -.Dq \&: +.Pq Sq \&: separated list of directories. This search path may also be set using the environment variable .Ev MANPATH . -.It Fl m path +.It Fl m Ar path Augment the list of standard directories .Nm apropos searches for its database. The supplied .Ar path must be a colon -.Dq \&: +.Pq Sq \&: separated list of directories. These directories will be searched before the standard directories, or the directories supplied with the @@ -104,7 +105,7 @@ may be overridden by specifying a path in the .Ev MANPATH environment variable. The format of the path is a colon -.Dq \&: +.Pq Sq \&: separated list of directories. .El .Sh FILES |