summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-21 07:44:42 +0000
committerru <ru@FreeBSD.org>2002-10-21 07:44:42 +0000
commit5761ea12718eb47192a31667633de0adab58829e (patch)
tree8937d319b61bc49dc52f58b7d36aae1bba62eb58 /gnu
parente41bd31debce476e2f6ae864651c7380bea2cdbb (diff)
downloadFreeBSD-src-5761ea12718eb47192a31667633de0adab58829e.zip
FreeBSD-src-5761ea12718eb47192a31667633de0adab58829e.tar.gz
Grammar nits.
Submitted by: Ken Stailey <kstailey@speakeasy.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/apropos/apropos.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/apropos/apropos.sh b/gnu/usr.bin/man/apropos/apropos.sh
index 043c3d0..093d633 100644
--- a/gnu/usr.bin/man/apropos/apropos.sh
+++ b/gnu/usr.bin/man/apropos/apropos.sh
@@ -22,7 +22,7 @@ PATH=/bin:/usr/bin:$PATH
db=whatis # name of whatis data base
grepopt=''
-# man -k complain if exit_nomatch=1 and no keyword matched
+# man -k complains if exit_nomatch=1 and no keyword matched
: ${exit_nomatch=0}
exit_error=2
@@ -41,7 +41,7 @@ esac
# test manpath
manpath=`%bindir%/manpath -q | tr : '\040'`
case X"$manpath" in X)
- echo "`basename $0`: manpath is null, use \"/usr/share/man\"" >&2
+ echo "`basename $0`: manpath is null, using \"/usr/share/man\"" >&2
manpath=/usr/share/man
;;
esac
OpenPOWER on IntegriCloud