1 12/28/82 unassign_resource, ur
 2 
 3 Syntax:  ur resources {-control_args}
 4 
 5 
 6 Function:  unassigns one or more resources that have been assigned to
 7 the user's process by the Resource Control Package (RCP).
 8 
 9 
10 Arguments:
11 resources
12    specify the resources to be unassigned from the user's process.
13    Currently, the only resources managed by RCP are devices.  If a
14    device is attached, it is automatically detached.
15 
16 
17 Control arguments:
18 -admin, -am
19    forces an unassignment.  This control argument should be specified
20    by highly privileged users who want to unassign a resource that is
21    assigned to some other process.
22 -all
23    Specifies that all devices assigned to the process be unassigned.
24 -comment STR, -com STR
25    is a comment string that is displayed to the operator when the
26    resource is unassigned.  This comment is displayed only once, even
27    if several resources are being unassigned.  (See the assign_resource
28    command for details about comment strings.)
29 
30 
31 Notes:  This command must not be used to unassign a device attached
32 through the tape_ansi_ or tape_ibm_ I/O module with -retain all
33 specified.  In that case, the user must specify argument 1 (no
34 retention) of the retention operation, before detaching the I/O module.
35 See the descriptions of tape_ansi_ and tape_ibm_ I/O modules.