BSD 4_4_Lite1 release
[unix-history] / usr / src / lib / libc / sys / mkdir.2
index bc865a3..4bf11be 100644 (file)
@@ -29,9 +29,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"     @(#)mkdir.2    8.1 (Berkeley) 6/4/93
+.\"     @(#)mkdir.2    8.2 (Berkeley) 12/11/93
 .\"
 .\"
-.Dd June 4, 1993
+.Dd December 11, 1993
 .Dt MKDIR 2
 .Os BSD 4.2
 .Sh NAME
 .Dt MKDIR 2
 .Os BSD 4.2
 .Sh NAME
@@ -83,22 +83,12 @@ The named file resides on a read-only file system.
 .It Bq Er EEXIST
 The named file exists.
 .It Bq Er ENOSPC
 .It Bq Er EEXIST
 The named file exists.
 .It Bq Er ENOSPC
-The directory in which the entry for the new directory is being placed
-cannot be extended because there is no space left on the file
-system containing the directory.
-.It Bq Er ENOSPC
-The new directory cannot be created because there
-there is no space left on the file
-system that will contain the directory.
+The new directory cannot be created because there is no space left
+on the file system that will contain the directory.
 .It Bq Er ENOSPC
 There are no free inodes on the file system on which the
 directory is being created.
 .It Bq Er EDQUOT
 .It Bq Er ENOSPC
 There are no free inodes on the file system on which the
 directory is being created.
 .It Bq Er EDQUOT
-The directory in which the entry for the new directory
-is being placed cannot be extended because the
-user's quota of disk blocks on the file system
-containing the directory has been exhausted.
-.It Bq Er EDQUOT
 The new directory cannot be created because the user's
 quota of disk blocks on the file system that will
 contain the directory has been exhausted.
 The new directory cannot be created because the user's
 quota of disk blocks on the file system that will
 contain the directory has been exhausted.