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 2006-2014 J. Schilling
22*
23* @(#)rc	1.3 14/08/10 J. Schilling
24*
25* @(#)rc 1.2 06/12/12
26*
27*#ident	"@(#)sccs:help.d/rc"
28*	Messages for SCCS rmdel-cdc commands.
29*
30-1
31"missing r"
32You did not specify the 'r' keyletter when you
33invoked rmdel or cdc. This argument is always required.
34-2
35"file ... does not exist"
36You named a file to be processed and it does not exist.
37-3
38"nonexistent sid"
39You specified an SID, via the r keyletter, which is not
40an SID of the SCCS file.
41-4
42"you are neither owner nor ..."
43You either don't own the file you are trying to process or
44your login-name is not the same as the one that created the delta.
45Only the creator of a delta (or your SCCS administrator, who
46owns the file) can rmdel or cdc a delta.
47-5
48"not a 'leaf' delta"
49You are attempting to remove a delta which is not the
50newest (most recent) delta in its branch of the
51delta tree. Only the latest may be removed.
52-6
53"MRs not allowed"
54Chghist has determined that MR numbers cannot be specified
55for the SCCS file since the file does not have a 'v' flag.
56-7
57"invalid MRs"
58One of the MR numbers you entered in response to a prompt
59by cdc is invalid, as determined by the validation program
60specified in the 'v' flag of the SCCS file.
61-8
62"MRs required"
63Chghist has determined that MR numbers are required for the
64SCCS file it is processing (the file has a 'v' flag), but
65none were supplied.
66-9
67"delta specified has delivered MR"
68The delta your are processing with 'rmdel' or 'cdc'
69contains an MR number entry which has been marked
70'delivered'. You cannot rmdel or cdc such a delta,
71as that would be in violation of a Change Management
72Prime Directive.
73See your SCCS administrator for further information.
74-10
75"bad invocation"
76You invoked 'rmdel' or 'cdc' by some name other than
77(n)rmdel or (n)cdc (you have a link to it).
78The program's execution depends on being invoked by one of these
79names only.
80-11
81"r has no sid"
82You specified the 'r' keyletter but did not specify the SID of the
83delta to be processed. Both are required.
84-12
85"being edited -- sid is in p-file"
86Someone is in the process of making a delta based upon
87the same delta (sid) you specified with the 'r' keyletter.
88This is indicated by the presence of the specified sid in
89an entry of the p-file for the named SCCS file.
90Removal of the delta specified is prohibited because
91its removal would interfere with other work in progress.
92-13
93"may not remove the last delta"
94This is the last remaining delta. You may not remove it.
95