WHATIS.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. .TH WHATIS 1
  2. .SH NAME
  3. whatis, apropos - give single line descriptions for manual pages
  4. .SH SYNOPSIS
  5. .B whatis
  6. .RB [ -a ]
  7. .I title
  8. .br
  9. .B apropos
  10. .I keyword
  11. .SH DESCRIPTION
  12. .B Whatis
  13. lists the one line description from the
  14. .BR whatis (5)
  15. database describing the title given.  It displays all the lines with
  16. the title from the first whatis file that has those titles.  It uses the
  17. same search path as
  18. .BR man (1).
  19. .PP
  20. .B Apropos
  21. searches through all whatis files for the given keywords.  It lists any
  22. line that has the keyword anywhere on the line.
  23. .SH OPTIONS
  24. .TP
  25. .B -a
  26. Search all whatis files.
  27. .SH "SEE ALSO"
  28. .BR man (1),
  29. .BR grep (1),
  30. .BR whatis (5).
  31. .SH AUTHOR
  32. Kees J. Bot (kjb@cs.vu.nl)