1 01/24/84  cv_rtmf
 2 
 3 Syntax:  cv_rtmf rtmf_path {-control_args}
 4 
 5 
 6 Function:  converts an ASCII resource type master file (RTMF) into a
 7 binary resource type description table (RTDT).  The binary table is
 8 installed using the install command (see the MAM System).  If the user
 9 has made any errors in the RTMF, this command prints error messages
10 while performing the conversion.
11 
12 
13 Arguments:
14 rtmf_path
15    is the pathname of the resource type master file.  If path does not
16    have a suffix of rtmf, one is assumed.  However, the suffix rtmf
17    must be the last component of the name of the source segment.
18 
19 
20 Control arguments:
21 -brief, -bf
22    prints short form of error messages
23 -long, -lg
24    prints long form of error messages
25 -severity N, -sv N
26    causes error messages whose severity is less than N (where N is 0,
27    1, 2, 3, or 4) not to be written to the user_output switch.  If this
28    control argument is not specified, a severity level of 0 is assumed
29    (i.e., all error messages are written to the user_output switch).
30 
31 
32 Notes:  If no control arguments are given, an error message is printed
33 in long form the first time it occurs, and in short form thereafter.
34 
35 The converted resource type master file is given a name corresponding
36 to the entryname of the source segment, with the rtmf suffix replaced
37 by rtdt.  It is placed in the working directory.