1 10/17/84  value_set_path, vsp
 2 
 3 Syntax as a command:  vsp {path} {-control_arg}
 4 
 5 
 6 Function: sets the default value segment used by the value commands
 7 without -pathname.
 8 
 9 
10 Arguments:
11 path
12    is the pathname of a value segment or a nonexistent segment, which
13    is created.  The value suffix is assumed.  If you don't give path or
14    is equal to the null string (""), it is restored to your default
15    value segment.
16 
17 
18 Control arguments:
19 -brief, -bf
20    suppresses the warning printed when you lack write access to the
21    value segment.
22 
23 
24 Access required: You need at least r access to the value segment, and
25 rw is preferred.  If you lack r access, the default path is not changed
26 and an error message is printed; if you lack rw, the default path is
27 changed, but a warning is printed.  You can use -brief to suppress this
28 warning.
29 
30 
31 Notes:  The default value segment in a process is initially
32    [home_dir]>[user name].value
33 See value_defined, value_delete, value_get, value_list, value_path, and
34 value_set.