V1/man/man1/rmdir.1

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

        11/3/71                                                    RMDIR (I)


NAME              rmdir -- remove directory

SYNOPSIS          rmdir dir1 ...

DESCRIPTION       rmdir removes (deletes) directories. The directory must
                         empty (except for the standard entries "." and "..",
                         which rmdir itself removes). Write permission is
                         required in the directory in which the directory
                         appears.

FILES             none

SEE ALSO

DIAGNOSTICS       "dir?" is printed if directory dir cannot be found, is not
                  a directory, or is not removable.

                  "dir -- directory not empty" is printed if dir has entries
                  other than "." or "..".

BUGS
OWNER             ken, dmr