1 01/11/88 delete_search_paths, dsp
2
3 Syntax as a command: dsp search_list search_paths -control_arg
4
5
6 Function: allows you to delete one or more search paths from the
7 specified search list.
8
9
10 Arguments:
11 search_list
12 is the name of the search list from which the specified search paths
13 are deleted. Quote it if it contains spaces or other command
14 language characters.
15 search_paths
16 specifies a search path to be deleted. The search path must be an
17 absolute or relative pathname or a keyword see "List of keywords"
18 below.
19
20
21 Control arguments:
22 -all, -a
23 specifies that the search list itself is to be deleted. Any search
24 paths specified are ignored. Use -all to delete all the search
25 paths in a search list.
26
27
28 List of keywords: The following are keywords accepted as search paths
29 in place of absolute or relative pathnames:
30 -home_dir, -hd
31 -initiated_segments, -is
32 -process_dir, -pd
33 -referencing_dir, -rd
34 -working_dir, -wd
35
36
37 Notes: The -initiated_segments keyword may only be supplied for the
38 linker search list.
39
40 For a complete list of the search facility commands see
41 add_search_paths.info.
42