aboutsummaryrefslogtreecommitdiffstats
path: root/man3/pthread_getattr_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_getattr_np.3')
-rw-r--r--man3/pthread_getattr_np.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/pthread_getattr_np.3 b/man3/pthread_getattr_np.3
index 59e1d62887..cc397c36d5 100644
--- a/man3/pthread_getattr_np.3
+++ b/man3/pthread_getattr_np.3
@@ -92,11 +92,11 @@ T} Thread safety MT-Safe
.hy
.ad
.sp 1
-.SH VERSIONS
-This function is available since glibc 2.2.3.
.SH STANDARDS
-This function is a nonstandard GNU extension;
+GNU;
hence the suffix "_np" (nonportable) in the name.
+.SH HISTORY
+glibc 2.2.3.
.SH EXAMPLES
The program below demonstrates the use of
.BR pthread_getattr_np ().