diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-10 13:45:29 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-10 13:45:29 +0000 |
| commit | c899f7a75a21095402f34297ae3cc2347cda0b2d (patch) | |
| tree | 72216ab99ecedf91c401fde8bd77961982bc9543 /gnu | |
| parent | 4d624caf8b4b81bf948de30e378dfa377a613d18 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/man/apropos/apropos.man | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/man/apropos/apropos.man b/gnu/usr.bin/man/apropos/apropos.man index 79100c45aae8..cb9ec54916c9 100644 --- a/gnu/usr.bin/man/apropos/apropos.man +++ b/gnu/usr.bin/man/apropos/apropos.man @@ -12,20 +12,21 @@ .\" The University of Texas at Austin .\" Austin, Texas 78712 .\" +.\" $FreeBSD$ .Dd Jan 15, 1991 .Dt APROPOS 1 .Os .Sh NAME -.Nm apropos , whatis +.Nm apropos , +.Nm whatis .Nd search the whatis database .Sh SYNOPSIS .Nm apropos .Ar keyword ... -.br .Nm whatis .Ar keyword ... .Sh DESCRIPTION -.Nm apropos +.Nm searches a set of database files containing short descriptions of system commands for keywords and displays the result on the standard output. @@ -33,7 +34,7 @@ standard output. displays only complete word matches. .Sh RETURN VALUES The -.Nm apropos +.Nm utility exits 0 on success, and 1 if no keyword matched. .Sh SEE ALSO .Xr makewhatis 1 , |
