mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Grammar nits.
Submitted by: Ken Stailey <kstailey@speakeasy.net>
This commit is contained in:
parent
8800149214
commit
12bb73ef42
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue