aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getpt.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-17 15:00:52 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-17 22:11:09 +0100
commit196224f70f7dc4931afe6119f9667ca635e10d7e (patch)
treea5b798418cec992d74dc350eaea1c4103b5b591e /man3/getpt.3
parent78e49fe92e4a91362ea16cb9fa44a7bc00b0e50f (diff)
downloadman-pages-196224f70f7dc4931afe6119f9667ca635e10d7e.tar.gz
man2/, man3/, man-pages.7: Move VERSIONS next to STANDARDS
VERSIONS and STANDARDS are closely related (and often the distinction is not so clear). Now that we're going to add another section, HISTORY, that is related to both, it makes sense to have the three together. As a curiosity, the list in man-pages(7) that detailed what each section should contain had them by accident(?) in the order that we're moving to, instead of the order that was used elsewhere. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/getpt.3')
-rw-r--r--man3/getpt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/getpt.3 b/man3/getpt.3
index 739e3ab101..f3f8507247 100644
--- a/man3/getpt.3
+++ b/man3/getpt.3
@@ -43,9 +43,6 @@ to indicate the error.
.BR getpt ()
can fail with various errors described in
.BR open (2).
-.SH VERSIONS
-.BR getpt ()
-is provided since glibc 2.1.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -63,6 +60,9 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
+.SH VERSIONS
+.BR getpt ()
+is provided since glibc 2.1.
.SH STANDARDS
.BR getpt ()
is glibc-specific;