diff options
Diffstat (limited to 'gnu/usr.bin/man/whatis/whatis.man')
| -rw-r--r-- | gnu/usr.bin/man/whatis/whatis.man | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/usr.bin/man/whatis/whatis.man b/gnu/usr.bin/man/whatis/whatis.man new file mode 100644 index 0000000000000..9e5528d62bc30 --- /dev/null +++ b/gnu/usr.bin/man/whatis/whatis.man @@ -0,0 +1,27 @@ +.\" Man page for whatis +.\" +.\" 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 +.\" distribution. +.\" +.\" John W. Eaton +.\" jwe@che.utexas.edu +.\" Department of Chemical Engineering +.\" The University of Texas at Austin +.\" Austin, Texas 78712 +.\" +.TH whatis 1 "Jan 5, 1991" +.LO 1 +.SH NAME +whatis \- search the whatis database for complete words. +.SH SYNOPSIS +.BI whatis +keyword ... +.SH DESCRIPTION +whatis searches a set of database files containing short descriptions +of system commands for keywords and displays the result on the +standard output. Only complete word matches are displayed. +.SH "SEE ALSO" +apropos(1), man(1). |
