*
*	Messages from routines in 'com' directory of sccs.
*
-1
"not an SCCS file"
A file that you think is an SCCS file
does not begin with the characters "s.".
-3
"more than one link"
SCCS files may only have one name (link).
This is because the delta program unlinks the old file
and then links to the new file.
-4
"format error at line ..." The format of the named SCCS file
is invalid. Somehow the file has become corrupted, or you
specified a file which was not a true SCCS file. If you are
think the file is corrupted, it may have to be restored from
backup.
-5
"premature eof"
The SCCS file ended unexpectedly. It is almost certainly
corrupted and will have to be restored from a backup copy.
-6
"corrupted file"
The computed hash count of the input SCCS file did not check with the
stored hash count.  The file may have been damaged since it was last
accessed.
-7
"too long"
The pathname is too long.
-8
"invalid sid"
The specified sid is syntactically incorrect.
-10
"clock set wrong!!!"
The time of day is wrong.
This error is produced whenever the creation date of the newest delta
in the SCCS file is newer than the current date.  This will happen
whenever the date is accidently set wrong.  This error
will also occur if a delta was created while the clock was
set ahead - but less than a year - and has since been corrected.
In this case the current time is correct, but the date of the
delta is wrong.
-11
"Clock may be set wrong!"
The time of day may be set wrong.
Check the current time with the "date" command.
This message is produced whenever the difference between
the current date and the creation date of the newest delta in
the SCCS file is greater than one year.
-12
"bad range"
In a delta list, the two limits of a range of deltas were not in ascending
order.
-13
"delta list syntax"
A list of deltas was syntatically erroneous.  The correct syntax is:
		<list>	::=  <range> | <list> , <range>
		<range>	::=  <delta> | <delta> - <delta>
		<delta>	::=  <rel> | <rel> . <lev>
-14
"not authorized to make deltas"
Your login name or group ID is not on the list of
users who are allowed to add deltas to this file.
You can execute "prs -d:UN: file" to see who is allowed. 
Your project administrator can add your login name to
the group ID list using the admin command.
-15
"release ... < ... (floor)"
Either the release you specified or else the default release is lower
than the lowest allowable release (the floor).
-16
"release ... > ... (ceiling)"
Either the release you specified or else the default release is higher
than the highest allowable release (the ceiling).
-17
"bad p-file format"
The p-file is corrupted. You will probably
have to delete it, rename the g-file, and
get a new copy.
-18
"line too long"
You have exceeded the maximum line length for this program.
-19
"response too long"
A response can't be so long.
-20
"cannot fork; try again"
This message means that the system is heavily loaded and
temporarily cannot create more processes. Usually waiting
a few minutes solves the problem. If it persists it may
indicate a serious system problem.
-21
"too many MRs"
You can't enter so many MRs.
Sorry.
-22
"out of space"
Your MRs took up too much memory.
Type less.
-23
... locked against editing
The specified release (or possibly all releases) for the
SCCS file have been locked using the 'l' flag of admin.  Do a
'prs -d:LK: s.filename' to see a list of locked releases
('a' means "all").
