1 01/24/82 Standard subsystem request: list_requests, lr
2
3 Syntax: lr STRs -control_args
4
5
6 Function: prints a brief description of selected subsystem requests.
7
8
9 Arguments:
10 STRs
11 specifies the requests to be listed. Any request with a name
12 containing one of these strings is listed unless -exact is used in
13 which case the request name must exactly match one of these strings.
14
15
16 Control arguments:
17 -all, -a
18 includes undocumented and unimplemented requests in the list of
19 requests eligible for matching the STR arguments.
20 -exact
21 lists only those requests one of whose names exactly match one of
22 the STR arguments.
23
24
25 Notes:
26 If no STRs are given, all requests are listed.
27
28 When matching STRs with request names, a request name is considered
29 to match a STR only if that STR is at the beginning or end of a word
30 within the request name. Words in request names are bounded by the
31 beginning and end of the request name and by the characters period .,
32 hyphen -, underscore _, and dollar sign $.
33
34
35 Examples:
36 The request line:
37 list_requests list
38 will match requests named list, list_users, and forum_list but will not
39 match a request named prelisting.