rmdir.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 08:03:37 +02:00
parent b269be768d
commit 1f9304ca4a
1 changed files with 3 additions and 2 deletions

View File

@ -101,7 +101,8 @@ or,
has
.I ..
as its final component.
POSIX.1-2001 also allows
POSIX.1 also allows
.\" POSIX.1-2001, POSIX.1-2008
.B EEXIST
for this condition.
.TP
@ -125,7 +126,7 @@ does not support the removal of directories.
.I pathname
refers to a directory on a read-only filesystem.
.SH CONFORMING TO
SVr4, 4.3BSD, POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
.SH BUGS
Infelicities in the protocol underlying NFS can cause the unexpected
disappearance of directories which are still being used.