aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/nextup.319
1 files changed, 18 insertions, 1 deletions
diff --git a/man3/nextup.3 b/man3/nextup.3
index 2555cebc19..58ffa7b85c 100644
--- a/man3/nextup.3
+++ b/man3/nextup.3
@@ -80,7 +80,24 @@ and similarly for the other types.
.SH RETURN VALUE
See DESCRIPTION.
.\" .SH ERRORS
-.\" .SH ATTRIBUTES
+.SH ATTRIBUTES
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw36 lb lb
+l l l.
+Interface Attribute Value
+T{
+.BR nextup (),
+.BR nextupf (),
+.BR nextupl (),
+.br
+.BR nextdown (),
+.BR nextdownf (),
+.BR nextdownl ()
+T} Thread safety MT-Safe
+.TE
.SH VERSIONS
These functions first appeared in glibc in version 2.24.
.SH CONFORMING TO