freebsd-dev/gnu/usr.bin/man/apropos/apropos.man

61 lines
1.3 KiB
Groff
Raw Normal View History

.\" Man page for apropos an whatis
1993-07-07 23:07:02 +00:00
.\"
.\" Copyright (c) 1990, 1991, John W. Eaton.
.\"
.\" You may distribute under the terms of the GNU General Public
.\" License as specified in the README file that comes with the man 1.0
2004-07-02 19:07:33 +00:00
.\" distribution.
1993-07-07 23:07:02 +00:00
.\"
.\" John W. Eaton
.\" jwe@che.utexas.edu
.\" Department of Chemical Engineering
.\" The University of Texas at Austin
.\" Austin, Texas 78712
.\"
.\" $FreeBSD$
.Dd January 15, 1991
.Dt APROPOS 1
.Os
.Sh NAME
.Nm apropos ,
.Nm whatis
.Nd search the whatis database
.Sh SYNOPSIS
.Nm apropos
.Ar keyword ...
.Nm whatis
.Ar keyword ...
.Sh DESCRIPTION
.Nm
searches a set of database files containing short descriptions
1993-07-07 23:07:02 +00:00
of system commands for keywords and displays the result on the
standard output.
.Nm whatis
2004-07-02 19:07:33 +00:00
displays only complete word matches.
.Pp
.Ar keyword
really is an extended regular expression, please read
.Xr grep 1
manual page for more information about its format.
.Sh ENVIRONMENT
.Bl -tag -width ".Ev PAGER"
.It Ev PATH , MANPATH , MANLOCALES
Used in finding the
.Nm whatis
database files.
See
.Xr manpath 1 .
.It Ev PAGER
Command used to page the output.
The default is
2005-11-17 12:16:33 +00:00
.Nm more Fl s .
.El
.Sh EXIT STATUS
2004-07-02 19:07:33 +00:00
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