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 1998 Sun Microsystems, Inc. All rights reserved.
22* Use is subject to license terms.
23*
24* Copyright 2006-2020 J. Schilling
25*
26* @(#)de	1.7 20/05/10 J. Schilling
27*
28* @(#)de 1.4 06/12/12
29*
30*#ident	"@(#)sccs:help.d/de"
31*	Messages for delta command of SCCS.
32*
33-1
34"missing -r argument"
35You must specify an SID when you are
36listed more than once in the p-file.
37-2
38"login name or SID specified not in p-file"
39Either your login name, or the SID you specified, is not
40listed in the p-file.
41You probably forgot to do a get -e, or supplied the wrong SID.
42-3
43"invalid sid in p-file"
44Get your local source code administrator to fix
45up the p-file.
46-4
47"diff failed"
48The program delta uses to determine what changed failed,
49and the delta is not made.
50Contact SCCS support personnel for further assistance.
51-5
52"internal error in delta/enter()"
53Report this to your local SCCS support personnel immediately.
54-6
55"internal error in delta/enter()"
56Report this to your local SCCS support personnel immediately.
57-7
58"internal error in delta/enter()"
59Report this to your local SCCS support personnel immediately.
60-8
61"MRs not allowed"
62You specified MRs, but the file being processed
63doesn't allow them.
64-9
65"invalid MRs"
66The MR validation program returned a non-zero
67status to delta.  This indicates that one or more
68of the MRs specified are invalid.
69-10
70"MRs required"
71No MRs were specified, but the file being processed
72requires them.
73-11
74"cannot fork, try again"
75Delta could not fork to invoke the program it uses to determine
76what has changed in the SCCS file.
77This is a system problem which may go away, so try again.
78If it doesn't, report it to the system support group.
79-12
80"cannot execute ..."
81The named program, used by delta to determine what changed
82in the SCCS file, could not be executed.
83It may be unexecutable, or it may have been removed.
84Contact SCCS support personnel for further assistance.
85-13
86"... failed, re-trying, segmentation = ..."
87The named program, used by delta to determine what has changed in
88the SCCS file, has failed.  The most likely cause is that the files
89to be compared by the named program are being segmented into chunks
90which are too large.  Therefore, delta re-tries with smaller chunks.
91(However, the smallest chunk it will try is 500 lines.  If this fails,
92it gives up hope and terminates processing of the SCCS file.)
93Do a "help de17" for more information.
94-14
95"file ... contains '\000' on line ..."
96The named line in the file ... contains ASCII NUL. This is not
97allowed  for the files created  earlier as text SCCS  files
98using the  SCCSv4  history file format, (see sccs-admin(1),
99keyletter 'b').
100-15
101"ambiguous `r' keyletter value"
102Which delta (SID) do you want to make?
103Look at the p-file, pick one, and specify
104it with the `-r' keyletter.
105-16
106When delta reads arguments from the standard input it will
107not prompt for comments or MRs, so these values must be
108supplied with the file argument.
109-17
110Because of the segmentation problem which is caused by limited system
111work space, the SCCS file that delta created may occupy an inordinate
112amount of file space.  To reduce the size of the SCCS file, the user
113may want to remove the delta just created and retry when the system is
114more lightly loaded (and hopefully more work space is available).
115If no subsequent delta has been made, the procedure for doing this
116would be:
117	1. get -k s.file
118	2. rmdel -rSID s.file
119	3. get -e -g s.file
120	4. delta s.file
121
122where, of course, SID and file are specified appropriately.  Also
123steps 1 and 3 may require that you specify a SID, depending on your
124situation.
125-18
126"No newline at end of file ..."
127The last line in the file ... does not end with a newline.  It is
128illegal to input such data to the history file created earlier as
129a text SCCS file using the SCCSv4 history file format.
130-19
131"Cannot read the diffs file"
132The file of differencies for delta does not exist.
133One of reasons may be the /tmp directory overflow.
134Contact please with system administrator.
135-20
136"file ... line ... begins with '\001'"
137The named line in the file ... begins with the SCCS control
138character SOH(ASCII 001). This is not allowed for the files
139created earlier as text SCCS files using the SCCSv4 history
140file format, (see sccs-admin(1), keyletter 'b').
141