diff options
author | ru <ru@FreeBSD.org> | 2006-12-23 23:26:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-23 23:26:05 +0000 |
commit | fb5ffbe0ec2a51bccaf7c7fe1002a4055b521822 (patch) | |
tree | ce7f5e1016bc069b51da4893fa52b17d9fc88b42 /gnu | |
parent | ed3e8ace9a04157dd75e5d462ba07f021eb8f3f2 (diff) | |
download | FreeBSD-src-fb5ffbe0ec2a51bccaf7c7fe1002a4055b521822.zip FreeBSD-src-fb5ffbe0ec2a51bccaf7c7fe1002a4055b521822.tar.gz |
Add missing articles.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/man/apropos/apropos.man | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/apropos/apropos.man b/gnu/usr.bin/man/apropos/apropos.man index a07d6dd..351ed43 100644 --- a/gnu/usr.bin/man/apropos/apropos.man +++ b/gnu/usr.bin/man/apropos/apropos.man @@ -26,13 +26,18 @@ .Nm whatis .Ar keyword ... .Sh DESCRIPTION +The .Nm +utility searches a set of database files containing short descriptions of system commands for keywords and displays the result on the standard output. +The .Nm whatis +utility displays only complete word matches. .Pp +The .Ar keyword really is an extended regular expression, please read .Xr grep 1 |