diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-12-23 23:26:05 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-12-23 23:26:05 +0000 |
commit | f54222f069d8626375e0b565d7ff6626aecc05dd (patch) | |
tree | ce7f5e1016bc069b51da4893fa52b17d9fc88b42 | |
parent | 499a1062fa85745344e98b48fb305d0cb87ee129 (diff) |
Notes
-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 a07d6dda3cd4b..351ed432b3a20 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 |