=================================================================== RCS file: /cvs/mandoc/apropos.1,v retrieving revision 1.7 retrieving revision 1.9 diff -u -p -r1.7 -r1.9 --- mandoc/apropos.1 2011/11/20 21:36:00 1.7 +++ mandoc/apropos.1 2011/11/26 22:38:11 1.9 @@ -1,4 +1,4 @@ -.\" $Id: apropos.1,v 1.7 2011/11/20 21:36:00 kristaps Exp $ +.\" $Id: apropos.1,v 1.9 2011/11/26 22:38:11 schwarze Exp $ .\" .\" Copyright (c) 2011 Kristaps Dzonsons .\" @@ -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 20 2011 $ +.Dd $Mdocdate: November 26 2011 $ .Dt APROPOS 1 .Os .Sh NAME @@ -31,7 +31,7 @@ The .Nm utility queries manual page databases generated by -.Xr mandocdb 8 , +.Xr mandocdb 8 , evaluating on .Ar expression for each file in each database. @@ -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. @@ -71,7 +71,6 @@ The operator has precedence over .Fl o and both are evaluated left-to-right. -.Pp .Bl -tag -width Ds .It \&( Ar expr No \&) True if the subexpression @@ -155,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