1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

RETURN VALUES is for sections 2, 3 and 9, but here in section 1 man page,

DIAGNOSTICS should be used instead.

Reviewed by:	wosch
This commit is contained in:
Philippe Charnier 2002-03-12 20:00:52 +00:00
parent 3be0f8f038
commit e0864be24c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92182

View File

@ -34,12 +34,14 @@ standard output.
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
really is a regular expression, please read
.Xr grep 1
manual page for more information about its format.
.Sh DIAGNOSTICS
The
.Nm
utility exits 0 on success, and 1 if no keyword matched.
.Sh SEE ALSO
.Xr grep 1 ,
.Xr makewhatis 1 ,
.Xr man 1