fork.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 07:24:46 +02:00
parent c84d3aa375
commit 9b612e3c77
1 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ nor does it inherit any asynchronous I/O contexts from its parent (see
.BR io_setup (2)).
.PP
The process attributes in the preceding list are all specified
in POSIX.1-2001.
in POSIX.1.
The parent and child also differ with respect to the following
Linux-specific process attributes:
.IP * 3
@ -186,7 +186,7 @@ This means that the two descriptors share the same flags
.IP *
The child inherits copies of the parent's set of open directory streams (see
.BR opendir (3)).
POSIX.1-2001 says that the corresponding directory streams
POSIX.1 says that the corresponding directory streams
in the parent and child
.I may
share the directory stream positioning;
@ -235,7 +235,7 @@ is not supported on this platform (for example,
.\" e.g., arm (optionally), blackfin, c6x, frv, h8300, microblaze, xtensa
hardware without a Memory-Management Unit).
.SH CONFORMING TO
SVr4, 4.3BSD, POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
.SH NOTES
.PP
Under Linux,