]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
posix_spawn.3: Fix section ordering
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 7 Aug 2016 19:17:27 +0000 (05:17 +1000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 7 Aug 2016 19:54:15 +0000 (05:54 +1000)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/posix_spawn.3

index 1ecf0b65682d080a095490e073eaa5e848bf7660..8a63c062dfb0e3bebbb7e79f33a76ed83aabcbff 100644 (file)
@@ -493,6 +493,22 @@ In addition, these functions fail if:
 .TP
 .B ENOSYS
 Function not supported on this system.
+.SH VERSIONS
+The
+.BR posix_spawn ()
+and
+.BR posix_spawnp ()
+functions are available since glibc 2.2.
+.SH CONFORMING TO
+.LP
+POSIX.1-2001, POSIX.1-2008.
+.\" FIXME . This piece belongs in spawnattr_setflags(3)
+.\" The
+.\" .B POSIX_SPAWN_USEVFORK
+.\" flag is a GNU extension; the
+.\" .B _GNU_SOURCE
+.\" feature test macro must be defined (before including any header files)
+.\" to obtain the definition of this constant.
 .SH NOTES
 The housekeeping activities in the child are controlled by
 the objects pointed to by
@@ -532,22 +548,6 @@ However, this functionality can be obtained by specifying the
 argument as one of the files in the caller's
 .IR /proc/self/fd
 directory.
-.SH VERSIONS
-The
-.BR posix_spawn ()
-and
-.BR posix_spawnp ()
-functions are available since glibc 2.2.
-.SH CONFORMING TO
-.LP
-POSIX.1-2001, POSIX.1-2008.
-.\" FIXME . This piece belongs in spawnattr_setflags(3)
-.\" The
-.\" .B POSIX_SPAWN_USEVFORK
-.\" flag is a GNU extension; the
-.\" .B _GNU_SOURCE
-.\" feature test macro must be defined (before including any header files)
-.\" to obtain the definition of this constant.
 .SH BUGS
 POSIX.1 says that when
 .B POSIX_SPAWN_SETSCHEDULER