Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ apropos(1) — UNIX 3BSD

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

makewhatis(1)

man(1)

whatis(1)

APROPOS(1)  —  Unix Programmer’s Manual

NAME

apropos − locate commands by keyword lookup

SYNOPSIS

apropos word ... 

DESCRIPTION

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

apropos password

and

apropos editor

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 printf. 

FILES

/usr/lib/whatisdata base

SEE ALSO

makewhatis(1), man(1), whatis(1)

AUTHOR

William Joy

3rd Berkeley Distribution  —  2/24/79

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026