apropos

apropos -- lists all driver commands.

Synopsis

       
(apropos pattern)
	

Parameters

pattern

A string containing a pattern to be matched against command names. Supports * and ? wildcard characters.

Returns

A list of the command names on success, formatted as :

    (apropos name1 ... nameN)

otherwise (error).

Description

This command provides a list of all the commands available in the driver.

Example

    (apropos "describe*")
      

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.