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 1995 Sun Microsystems, Inc. All rights reserved.
22* Use is subject to license terms.
23*
24* @(#)ge 1.4 06/12/12
25*
26*#ident	"@(#)sccs:help.d/ge"
27*	Messages for get command of SCCS.
28*
29-3
30"e not allowed with m"
31You can't use both the -e and -m arguments on the same get command.
32-4
33"writable `...' exists"
34For safety's sake, SCCS won't overwrite an existing g-file if it's writable.
35If you don't need the g-file, remove it and rerun the get command.
36-5
37"nonexistent sid"
38The specified sid does not exist in the
39given file.
40Check for typos.
41-9
42"... already included"
43You mentioned the same delta twice with an -i and/or an -x argument.
44-10
45"... already excluded"
46You mentioned the same delta twice with an -x and/or an -i argument.
47-11
48"internal error in get/enter()"
49``Lasciate ogni speranza, voi ch'entrate''
50This shouldn't have happened!!
51Do a "help stuck".
52-17
53"being edited: `...'"
54You can't do a get with an -e argument because someone else already
55did and hasn't made a delta yet.  If that someone else is really you,
56you can regenerate a new file to be edited, if necessary, by using the -k
57argument.  If you want to cancel the reservation entirely, see your
58SCCS administrator, and tell him/her you want the p-file edited.
59
60The data in quotes is from the p-file.
61-18
62"being edited: `...'"
63Someone else has done a get with an -e argument.
64This can't hurt what you're doing,
65but isn't it nice to know that someone else
66is making deltas to this file too?
67-19
68"release locked against editing"
69The release retrieved by `get' for editing purposes (get -e )
70is locked against further editing.
71"prs -d:LK:" on the SCCS file tells you which releases are locked.
72The `admin' command is used to lock and unlock releases.
73-20
74"curdir failed"
75Re-check what you did.  Re-try the command.  If the problem persists,
76contact your local UNIX administrator.
77-21
78"cannot change directory"
79If you know the directory name, then check to see if it exists.
80Re-try the command.  If the problem persists, contact your
81local UNIX administrator.
82-22
83"r out of range"
84The release number specified with the -r keyletter is out of range.
85This means the number was greater than 9999 or less than 1.
86-23
87"No sid prior to cutoff date-time"
88The cutoff date-time given by the user using -cdatetime is prior to
89the creation date of the s.file.
90