WHATIS.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- WHATIS(1) Minix Programmer's Manual WHATIS(1)
- NAME
- whatis, apropos - give single line descriptions for manual pages
- SYNOPSIS
- whatis [-a] title
- apropos keyword
- DESCRIPTION
- Whatis lists the one line description from the whatis(5) database
- describing the title given. It displays all the lines with the title
- from the first whatis file that has those titles. It uses the same
- search path as man(1).
- Apropos searches through all whatis files for the given keywords. It
- lists any line that has the keyword anywhere on the line.
- OPTIONS
- -a Search all whatis files.
- SEE ALSO
- man(1), grep(1), whatis(5).
- AUTHOR
- Kees J. Bot (kjb@cs.vu.nl)
- 1