1 :Info: library_descriptor: lds:  1986-02-10  library_descriptor, lds
  2 
  3 Syntax as a command:  lds OPERATION {-control_args}
  4 
  5 
  6 Syntax as an active function:  [lds operation {-control_args}]
  7 
  8 
  9 Function:  This command/active function returns information about a
 10 library descriptor data segment.
 11 
 12 
 13 Arguments:
 14 OPERATION
 15    one of the operations listed below.
 16 
 17 
 18 List of operations:
 19    For a more detailed description of an operation, type:
 20           help lds.operation
 21 name, nm
 22    print or return name of default library descriptor.
 23 set
 24    set name of default library descriptor.
 25 pathname, pn
 26    print or return pathnames of library roots.
 27 default, dft
 28    print default library and search names used by library commands
 29    which use a descriptor.
 30 root, rt
 31    print information about root directories or archives defined in a
 32    library descriptor.
 33 
 34 
 35 Control arguments:
 36 -control_args
 37    vary, depending upon the operation.
 38 
 39 
 40 :Info: lds.name: lds.nm:  1986-02-10  lds name operation
 41 
 42 Syntax as a command: lds nm
 43 
 44 
 45 Syntax as an active function: [lds nm]
 46 
 47 
 48 Function:  prints or returns the name of the default library
 49 descriptor.
 50 
 51 
 52 Arguments:
 53 name, nm
 54    the operation being performed.
 55 
 56 
 57 :Info: lds.set:  1986-02-10  lds set operation
 58 
 59 Syntax as a command:   lds set desc_name
 60 
 61 
 62 Function:  sets another descriptor as the default library descriptor.
 63 
 64 
 65 Arguments:
 66 set
 67    the operation being performed.
 68 desc_name
 69    pathname or reference name of new default library descriptor.
 70 
 71 
 72 :Info: lds.pathname: lds.pn:  1986-02-10  lds pathname operation
 73 
 74 Syntax as a command:  lds pn library_names {-control_args}
 75 
 76 
 77 Syntax as an active function: [lds pn library_names {-control_args}]
 78 
 79 
 80 Function:  prints or returns pathnames of library roots (directories or
 81 archives).
 82 
 83 
 84 Arguments:
 85 pathname, pn
 86    the operation being performed.
 87 library_names
 88    libraries whose pathnames to be returned.  The star convention is
 89    allowed.
 90 
 91 
 92 Control arguments:
 93 -descriptor desc_name, -desc desc_name
 94    returns library root paths from the given library descriptor.
 95    (default: return information from the default descriptor.)
 96 -library library_name, -lb library_name
 97    specify library names which would otherwise look like control
 98    arguments.
 99 
100 
101 :Info: lds.default: lds.dft:  1986-02-10  lds default operation
102 
103 Syntax as a command:  lds dft {command_names} {-control_arg}
104 
105 
106 Function: prints default library names and search names defined for
107 library commands in a given library descriptor.
108 
109 
110 Arguments:
111 default, dft
112    the operation being performed.
113 command_names
114    selects commands whose default values are printed.   See "List of
115    command names" below.  Defaults for all commands are listed by
116    default.
117 
118 
119 Control arguments:
120 -descriptor desc_name, -desc desc_name
121    prints command defaults from the given library descriptor.
122    (default: print from the default library descriptor)
123 
124 
125 List of command names:
126 library_cleanup, lcln
127 library_fetch, lf
128 library_info, li,
129 library_pathname, lpn
130 library_map
131 library_print, lpr
132 
133 
134 :Info: lds.root: lds.rt:  1986-02-10  lds root operation
135 
136 
137 Syntax as a command:  lds rt {library_names} {-control_args}
138 
139 
140 Function: prints information about the roots (directories or archives)
141 of a library.  Information printed includes library names, pathname of
142 the root, and procedure used to search for entries in the root.
143 
144 
145 Arguments:
146 root, rt
147    the operation being performed.
148 library_names
149    select libraries about which info is printed.  The star convention
150    is allowed.  (default: list information about all library roots.)
151 
152 
153 Control arguments:
154 -name, -nm
155    prints all names of selected library roots.
156 -primary, -pri
157    prints the primary name of each library root.
158 -match
159    prints root names which match a library_name. (default)
160 -descriptor desc_name, -desc desc_name
161    look for library roots in another library descriptor.  (default:
162    look in the default library descriptor.)
163 -library library_name, -lb library_name
164    select libraries about which info is printed.  The star convention
165    is allowed.
166 
167 
168 :hcom:
169 
170 
171 
172 /****^  HISTORY COMMENTS:
173   1) change(2020-12-15,GDixon), approve(2021-02-22,MCR10088),
174      audit(2021-05-27,Swenson), install(2021-05-27,MR12.6g-0056):
175       A) Convert file to the Operation Format defined by the verify_info
176          command.
177                                                    END HISTORY COMMENTS */
178 
179 
180