1*
2* CDDL HEADER START
3*
4* The contents of this file are subject to the terms of the
5* Common Development and Distribution License (the "License").
6* You may not use this file except in compliance with the License.
7*
8* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9* or http://www.opensolaris.org/os/licensing.
10* See the License for the specific language governing permissions
11* and limitations under the License.
12*
13* When distributing Covered Code, include this CDDL HEADER in each
14* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15* If applicable, add the following below this CDDL HEADER, with the
16* fields enclosed by brackets "[]" replaced with your own identifying
17* information: Portions Copyright [yyyy] [name of copyright owner]
18*
19* CDDL HEADER END
20*
21* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
22* Use is subject to license terms.
23*
24* Copyright 2006-2020 J. Schilling
25*
26* @(#)ad	1.8 20/06/03 J. Schilling
27*
28* @(#)ad 1.6 06/12/12
29*
30*#ident	"@(#)sccs:help.d/ad"
31*	Messages for SCCS admin command.
32*
33-1
34"d has no argument"
35You did not supply the one-letter flagname to be deleted.
36-2
37"flag ... has no value"
38On 'f' keyletter, the flagname supplied should have been given a value,
39but you did not supply one.
40-3
41"unknown flag"
42You supplied a flag (on 'd' or 'f' keyletter)
43which admin does not recognize.
44-4
45"flag twice"
46A flag was specified twice.
47-5
48"f has no argument"
49You did not name a flag when you specified
50the 'f' keyletter.
51-6
52"r arg not numeric"
53You supplied a non-numeric value for the 'r' argument.
54-7
55"r out of range"
56You supplied a value for the 'r' argument which is either
57less than 1 or greater than 9999.
58-8
59"bad a argument"
60You did not follow the 'a' keyletter with a name.
61-9
62"too many 'a' keyletters"
63You supplied more than ten 'a' keyletters. If you really need to,
64do more admins.
65-10
66"bad e argument"
67You did not follow the 'e' keyletter with a name.
68-11
69"too many e keyletters"
70You supplied more than ten 'e' keyletters. If you really need to,
71do more admins.
72-12
73"value after ... flag"
74You supplied a 'd' keyletter to delete the flag named, but you
75followed the flag with a value. This is not allowed.
76-13
77"value after ... flag"
78You supplied an 'f' keyletter to add the flag named, and
79you also supplied a value for the flag. However, the named flag
80cannot be assigned a value.
81-14
82"no default sid"
83You are trying to add the 'd' flag (default SID) to the
84SCCS file, but you did not supply an SID for it.
85This flag must have an SID.
86-15
87"more than one file"
88You are trying to create more than one SCCS file, and you supplied
89the 'i' keyletter. You can only create one file when you supply
90the 'i' keyletter. A possible reason for the problem is that you
91have a space between the 'i' keyletter and the input filename.
92-16
93"r only allowed with i"
94You specified the 'r' keyletter for an SCCS file without
95also specifying the 'i' keyletter. The 'r' keyletter may not be
96specified except with the 'i' keyletter.
97-17
98"t has no argument"
99You were creating a new SCCS file, and you specified the
100't' keyletter, but you did not supply the name of the text file
101from which to take commentary.
102-18
103"d not allowed with n"
104You are trying to delete flags from a non-existent but being-created
105SCCS file. You can only do this to old files.
106-19
107"file ... exists"
108You are trying to create the named SCCS file, but it already
109exists.
110-20
111"file ... does not exist"
112You are trying to modify the named file, but it
113does not exist.
114-21
115"file ... contains illegal data on line ..."
116The named line in the file you supplied for the 't' keyletter begins
117with the SCCS control character SOH(ASCII 001) or contains ASCII NUL.
118It is illegal to input such data to the description file.
119-22
120"floor not numeric"
121The value you specified for the floor flag is not
122a number. Check for typos.
123-23
124"floor out out of range"
125The value you specified for the floor flag is either less than 1
126or greater than 9999.
127-24
128"ceiling not numeric"
129The value you specified for the ceiling flag is not
130a number. Check for typos.
131-25
132"ceiling out out of range"
133The value you specified for the ceiling flag is either less than 1
134or greater than 9999.
135-26
136"directory named with `i' keyletter"
137The name specified for the SCCS file name was a directory.
138Only one SCCS file is allowed to be specified with the `-i' keyletter.
139-27
140"bad list format"
141The format for the list of locked releases is syntactically incorrect.
142The correct format for a list is:
143
144		<list>  ::= <range> | <list>,<range>
145		<range> ::= REL_NO | ``a''
146
147where REL_NO is considered to be the first component in a
148_SCCS __IDentification string (SID).
149-28
150"element in list out of range"
151An element contained in the list for ``locking'' or ``unlocking''
152releases is out of range.
153That means its value is probably greater than 9999,
154the maximum release number.
155-29
156directory `...' specified as `...' keyletter value
157The value specified with the named keyletter argument is
158a directory.  This is not allowed since the SCCS file created
159would not be accessible by other SCCS commands.
160-30
161illegal use of `y' or `m' keyletter
162The `y' and `m' keyletters for "admin" may only be used in
163conjunction with the `i' or `n' keyletters, i.e. when creating a
164new SCCS file.  Use "cdc" to change comments or MR numbers of an
165existing file.
166-31
167"No newline at end of file ..."
168The last line in the file you supplied for the 't' keyletter does
169not  end with a newline.  It is illegal to input such data to the
170description file.
171-32
172"Not a text file"
173The file begins with the SCCS control character SOH(ASCII 001) or
174contains ASCII NUL, or does not end with a NEWLINE. This file is
175recognized as a binary data file. The contents of such files are
176stored in the history file in encoded form.
177-33
178"line not numeric"
179You supplied a non-numeric number of lines for the 's' flag.
180-34
181"bad m argument"
182You did not follow the 'm' keyletter with a Modification Request
183(MR).
184-35
185"unsupported flag"
186The s-file contains a flag that is not in the supported range
187for flag characters in SCCS. SCCS supports flag characters in the
188range 'a'..'z'. The admin program refuses to work on this s-file
189in order to avoid silent deletion of flags from this s-file that
190might have been inserted by other software.
191-36
192"file ... line ... begins with '\001'"
193The named line in the file you supplied for the 'i' or 't' keyletter
194begins with the SCCS control character SOH(ASCII 001). It is illegal
195to input such data to the description file or to the file that is used
196to initialize the history file. (see sccs-admin(1), keyletter 'b').
197# outdated:
198-37
199"not in specified sub directory"
200The s.filename argument to admin does not contain the expected
201subdirectory as specified by -Ndir/s.
202# outdated:
203-38
204"bad N argument"
205The argument to the 'N' keyletter contains the string 's.' but does
206not end in 's.'. Valid arguments are -Ns. or -Ndir/s.
207