1 01/27/84  deregister_resource, drr
 2 
 3 Syntax:  drr type STR1 ...  STRN
 4 
 5 
 6 Function:  makes a particular resource unknown to the system.  The
 7 deregistration process informs the system that the resource is no
 8 longer available for use.
 9 
10 
11 Arguments:
12 type
13    is a resource type defined in the RTDT.
14 STRi
15    is the unique identifying name of the particular resource being
16    deregistered.  If STR looks like a control argument (i.e., if it is
17    preceded by a hyphen), then it must be preceded by -name or -nm.
18 
19 
20 Notes:  To be deregistered, the resource must be in the free state.  A
21 resource owned by a user (or belonging to the system pool) must be
22 released (see release_resource.info) before it may be deregistered.
23 
24 If multiple resource names are specified to the deregister_resource
25 command and an error occurs in the deregistration of any of these
26 resources, none of the resources are deregistered.
27 
28 
29 Access required:
30      The use of this command requires execute access to the rcp_admin_
31 gate.