WHATIS.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. WHATIS(1)                 Minix Programmer's Manual                  WHATIS(1)
  2. NAME
  3.      whatis, apropos - give single line descriptions for manual pages
  4. SYNOPSIS
  5.      whatis [-a] title
  6.      apropos keyword
  7. DESCRIPTION
  8.      Whatis lists  the  one  line  description  from  the  whatis(5)  database
  9.      describing  the  title  given.   It displays all the lines with the title
  10.      from the first whatis file that has  those  titles.   It  uses  the  same
  11.      search path as man(1).
  12.      Apropos searches through all whatis files for  the  given  keywords.   It
  13.      lists any line that has the keyword anywhere on the line.
  14. OPTIONS
  15.      -a   Search all whatis files.
  16. SEE ALSO
  17.      man(1), grep(1), whatis(5).
  18. AUTHOR
  19.      Kees J. Bot (kjb@cs.vu.nl)
  20.                                                                              1