*
*	Messages for PWB utilities.
*
-1
"directory `...' nonexistent"
-2
"directory `...' unwritable"
The effective user (probably you) doesn't have write permission in
the directory.  Do a "ls -ld ..." to check the modes.
-3
"no file"
The system's table of open files is full,
and temporarily no more opens can be accepted.
This is usually a temporary condition during
heavy system load.
-4
"`...' nonexistent"
The file does not exist.  Check for typos.
-5
"`...' unreadable"
The file probably exists, but the effective user doesn't have read permission.
It is also possible that one or more directories in the path aren't executable.
-6
"`...' unwritable"
The file exists, but the effective user doesn't have write permission.
It is also possible that one or more directories in the path aren't executable.
-7
"`...' unreadable or unwritable"
The file exists, but the effective user either doesn't
have read permission, or write permission, or both.
It is also possible that one or more directories in the path aren't executable.
-8
"write error"
The file which caused the write error is as large
as a file can be.
-9
"out of space"
There's no more dynamic memory left. You
are probably trying to process a file which
is too large for the command to handle. You
might want to consider splitting it into several
parts.
-10
"no space!"
The file system (on which the file which caused the error is being written)
is out of space. You will have to delete some files to create more space
before you can continue.
-11
"errno = ..., function = `...'"
An internal error occured. This should never happen.
-12
"SIGNAL: ..."
This message is rare. It occasionally occurs if SCCS commands
are used in pipelines. It may also indicate some system problem.
