Module Name: src
Committed By: abhinav
Date: Fri Jun 17 18:48:07 UTC 2016
Modified Files:
src/usr.sbin/makemandb: apropos.1
Log Message:
Fix grammar/spelling at few places.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/makemandb/apropos.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/makemandb/apropos.1
diff -u src/usr.sbin/makemandb/apropos.1:1.17 src/usr.sbin/makemandb/apropos.1:1.18
--- src/usr.sbin/makemandb/apropos.1:1.17 Thu Jun 16 14:07:16 2016
+++ src/usr.sbin/makemandb/apropos.1 Fri Jun 17 18:48:07 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: apropos.1,v 1.17 2016/06/16 14:07:16 abhinav Exp $
+.\" $NetBSD: apropos.1,v 1.18 2016/06/17 18:48:07 abhinav Exp $
.\"
.\" Copyright (c) 2011 Abhinav Upadhyay <[email protected]>
.\" All rights reserved.
@@ -64,7 +64,7 @@ Quotes are optional for specifying multi
It supports the following options:
.Bl -tag -width indent
.It Fl [1-9]
-Search only within the specified section manual pages.
+Search only within the specified section of manual pages.
.It Fl C Ar path
Use different
.Xr man 1
@@ -96,7 +96,7 @@ Limit the search to the pages for the sp
By default pages for all architectures are shown in the search results.
.It Fl s Ar section
Restrict the search to the specified section of the manual.
-By default, pages from all section are shown.
+By default, pages from all sections are shown.
This option is for backwards compatibility with the classic version of apropos,
using it is equivalent to using the
.Op 123456789
@@ -112,7 +112,7 @@ tag.
.Sh ENVIRONMENT VARIABLES
The
.Ev APROPOS
-environment variables is white-space tokenized as an argument vector
+environment variable is white-space tokenized as an argument vector
and the options in it are parsed and set.
Command line options override the environment options.
.Sh SEE ALSO