diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-29 08:33:00 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-10-29 14:54:26 -0500 |
| commit | f9f812378c7adb70a8d11460b618eefc80741fcf (patch) | |
| tree | 57f6c41791ff6be60c209dcc856828f0193de5d2 /man2/vfork.2 | |
| parent | 600c9aa9931c7e1870c800dff5e0a0d6d126484f (diff) | |
| download | man-pages-f9f812378c7adb70a8d11460b618eefc80741fcf.tar.gz | |
vfork.2: minor: Clarify that standards text is current (not a draft).
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/vfork.2')
| -rw-r--r-- | man2/vfork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/vfork.2 b/man2/vfork.2 index 8b9575cfff..f5f0674cac 100644 --- a/man2/vfork.2 +++ b/man2/vfork.2 @@ -42,7 +42,7 @@ Feature Test Macro Requirements for glibc (see _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .SH DESCRIPTION .SS "Standard Description" -(From SUSv2 / POSIX draft.) +(From POSIX.1) The .BR vfork () function has the same effect as |
