|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 940 (0x3ac)
Types: TextFile
Notes: UNIX file
Names: »apropos.1«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man1/apropos.1«
.ig @(#)apropos.1 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH APROPOS 1 .UC 4 .SH NAME apropos \- locate commands by keyword lookup .SH SYNOPSIS .B apropos keyword ... .SH DESCRIPTION .I Apropos shows which manual sections contain instances of any of the given keywords in their title. Each word is considered separately and case of letters is ignored. Words which are part of other words are considered thus looking for compile will hit all instances of `compiler' also. Try .IP apropos password .PP and .IP apropos editor .PP If the line starts `name(section) ...' you can do `man section name' to get the documentation for it. Try `apropos format' and then `man 3s printf' to get the manual on the subroutine .I printf. .PP .I Apropos is actually just the .B \-k option to the .IR man (2) command. .SH FILES .DT /usr/lib/whatis data base .SH "SEE ALSO" man(1), whatis(1), catman(8) .SH AUTHOR William Joy