X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ad7871609881e73855d0b04da49b486cd93efca7..ed554bc5e4201344d7eaad78263566e79428759c:/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 bc865a327e..4bf11be809 100644 --- a/usr/src/lib/libc/sys/mkdir.2 +++ b/usr/src/lib/libc/sys/mkdir.2 @@ -29,9 +29,9 @@ .\" 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 @@ -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 -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.