update error messages (mostly from sun!guy)
[unix-history] / usr / src / lib / libc / compat-43 / creat.2
index 32b932a..c50b853 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)creat.2     6.3 (Berkeley) %G%
+.\"    @(#)creat.2     6.4 (Berkeley) %G%
 .\"
 .TH CREAT 2 ""
 .UC 4
@@ -90,6 +90,28 @@ The file is a directory.
 [EMFILE]
 There are already too many files open.
 .TP 15
+[ENFILE]
+The system file table is full.
+.TP 15
+[ENOSPC]
+The directory in which the entry for the new file is being placed
+cannot be extended because there is no space left on the file
+system containing the directory.
+.TP 15
+[ENOSPC]
+There are no free inodes on the file system on which the
+file is being created.
+.TP 15
+[EDQUOT]
+The directory in which the entry for the new file
+is being placed cannot be extended because the
+user's quota of disk blocks on the file system
+containing the directory has been exhausted.
+.TP 15
+[EDQUOT]
+The user's quota of inodes on the file system on
+which the file is being created has been exhausted.
+.TP 15
 [EROFS]
 The named file resides on a read-only file system.
 .TP 15