icon Top 9 categories map      RocketAware >

apropos(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Solaris Others



APROPOS(1)                 OpenBSD Reference Manual                 APROPOS(1)

NAME
     apropos - locate commands by keyword lookup



SYNOPSIS
     apropos [-M path] [-m path] keyword [...]

DESCRIPTION
     apropos shows which manual pages contain instances of any of the given
     keyword(s) in their title line.  Each word is considered separately and
     case of letters is ignored.  Words which are part of other words are con-
     sidered; when looking for ``compile'', apropos will also list all in-
     stances of ``compiler''.

     If the line output by apropos starts ``name(section) ...'' you can enter
     ``man section name'' to get its documentation.

     The options are as follows:

     -M path
           Override the list of standard directories apropos searches for a
           database named whatis.db. The supplied path must be a colon (`:')
           separated list of directories.  This search path may also be set
           using the environment variable MANPATH.

     -m path
           Augment the list of standard directories apropos searches for its
           database.  The supplied path must be a colon (`:') separated list
           of directories.  These directories will be searched before the
           standard directories, or the directories supplied with the -M op-
           tion or the MANPATH environment variable.

ENVIRONMENT
     MANPATH  The standard search path used by man(1) may be overridden by
              specifying a path in the MANPATH environment variable.  The for-
              mat of the path is a colon (`:') separated list of directories.

FILES
     whatis.db  name of the apropos database

SEE ALSO
     man(1),  whatis(1),  whereis(1)

HISTORY
     The apropos command appeared in 3.0BSD.

OpenBSD 2.6                      June 29, 1993                               1

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
OpenBSD sources for apropos(1)


[Overview Topics]

Up to: Command Shells and Scripting Languages


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Solaris Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > apropos.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments