V1/man/man2/mkdir.2

Compare this file to the similar file:
Show the results in this format:

        11/3/71                                                   SYS MKDIR (II)


NAME              mkdir -- make a directory

SYNOPSIS          sys mkdir; name; mode / mkdir = 14.

DESCRIPTION       mkdir creates an empty directory whose name is the null--
                  terminated string pointed to by name. The mode of the di
                  rectory is mode. The special entries "." and ".." are not
                  present.

                  mkdir can only be invoked by the super--user.
FILES
SEE ALSO          mkdir command

DIAGNOSTICS       Error bit (c--bit) is set if the directory already exists
                  or if the user is not the super--user.

B UGS
OWNER             ken, dmr