4.3BSD-Reno/share/man/cat1/mkdir.0

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

MKDIR(1)		    UNIX Reference Manual		      MKDIR(1)

NNAAMMEE
     mmkkddiirr - make directories

SSYYNNOOPPSSIISS
     mmkkddiirr [--pp _d_i_r_e_c_t_o_r_y__n_a_m_e ...]

DDEESSCCRRIIPPTTIIOONN
     MMkkddiirr creates the directories named as operands, in the order specified,
     using mode 0777 modified by the current umask(2).

     The options are as follows:

     --pp    Create intermediate directories as required.  If this option is not
	   specified, the full path prefix of each operand must already exist.

     The user must have write permission in the parent directory.

     MMkkddiirr exits 0 if successful, and >0 if an error occurred.

SSEEEE AALLSSOO
     rmdir(1)

SSTTAANNDDAARRDDSS
     Mkdir is POSIX 1003.2 compliant.
     This manual page is derived from the POSIX 1003.2 manual page.