# @(#) $Revision: 72.1 $      
*
*	Messages for libPW utilities.
*
-1
"directory `...' nonexistent"
-2
"directory `...' unwritable"
The user (effective or real) 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.
If this error recurs, report it to your local UNIX support group.
-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.
Better go to "sccshelp stuck".
-10
"no space!"
The file system (on which the file which caused the error is being written)
is out of space.  Very serious!!  Contact someone in
your local UNIX Support Group immediately!
Also, if you can remove any files please do so.
-11
"errno = ..., function = `...'"
An unusual and unexpected error occured.
Try "sccshelp stuck".
-12
"SIGNAL: ..."
This error is due to a broken pipe caused by terminating one process
in a pipe.  For example,

prs s.foo.c | more

If you terminate more by use of the 'q' key, (the normal way to terminate
more), you will break the pipe between prs and more and get this message.
-13
"fputs() could not write to file"
This error is caused by failure of the fputs library call.
A file could not be written to by the fputs function.
Try command again later.
If continues to occure contact local UNIX support group.
