diff options
author | wosch <wosch@FreeBSD.org> | 2002-03-09 20:00:08 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 2002-03-09 20:00:08 +0000 |
commit | 4421a07f1dcb1d5dec15131af3410de3a2ebe50f (patch) | |
tree | db75688f23f533a515440f582432d96c69be0cfe /gnu | |
parent | 921d35246c1815bb4d8a9b599783bebc4a3052f1 (diff) | |
download | FreeBSD-src-4421a07f1dcb1d5dec15131af3410de3a2ebe50f.zip FreeBSD-src-4421a07f1dcb1d5dec15131af3410de3a2ebe50f.tar.gz |
apropos(1) manual page doesn't tell that keyword can be regular expression
PR: gnu/31685
Submitted by: Andrey Simonenko <simon@simon.org.ua>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/man/apropos/apropos.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/apropos/apropos.man b/gnu/usr.bin/man/apropos/apropos.man index 5d0fff3..b3cc71c 100644 --- a/gnu/usr.bin/man/apropos/apropos.man +++ b/gnu/usr.bin/man/apropos/apropos.man @@ -32,6 +32,10 @@ of system commands for keywords and displays the result on the standard output. .Nm whatis displays only complete word matches. +.Pp +.Ar keyword +really is a regular expression, please read grep(1) manual page for +more information about its format. .Sh RETURN VALUES The .Nm |