X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/7ac0005b42fb6a054c802df0384fed1d12b7c0e1..653ba8b6da06e68f317c531463801dd809905224:/usr/src/lib/libc/sys/mkdir.2 diff --git a/usr/src/lib/libc/sys/mkdir.2 b/usr/src/lib/libc/sys/mkdir.2 index 3a967f76be..7cb5500ccd 100644 --- a/usr/src/lib/libc/sys/mkdir.2 +++ b/usr/src/lib/libc/sys/mkdir.2 @@ -3,7 +3,7 @@ .\" .\" %sccs.include.redist.man% .\" -.\" @(#)mkdir.2 8.1 (Berkeley) %G% +.\" @(#)mkdir.2 8.2 (Berkeley) %G% .\" .Dd .Dt MKDIR 2 @@ -57,22 +57,12 @@ The named file resides on a read-only file system. .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 -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.