1 01/30/87  list_comp_dsm, lcdsm
 2 
 3 
 4 Syntax as a command:  lcdsm {name} {-control_args}
 5 
 6 
 7 Function:  lists the names and locations of available device support
 8 modules.
 9 
10 
11 Arguments:
12 name
13    specifies the device support module to be listed.  The comp_dsm
14    suffix is assumed.  The star convention is permitted.  (Default is
15    ** if this argument is not specified.)
16 
17 
18 Control arguments:
19 -pathname path, -pn path
20    specifies the pathname of the directory to search for the device
21    support modules.  If not specified, search is made for segments
22    matching the name using the compose search list.
23 -working_dir, -wd
24    like -pathname, but specifies that the current working directory be
25    used.
26 
27 
28 Notes:  If neither a name nor -pathname nor -working_dir argument is
29 given, list all device support modules found in the compose search
30 list.
31