OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / getutmp.3
index eeeee5e..337a96f 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH GETUTMP 3 2014-03-09 "Linux" "Linux Programmer's Manual"
+.TH GETUTMP 3 2014-04-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 getutmp, getutmpx \- copy utmp structure to utmpx, and vice versa
 .SH SYNOPSIS
@@ -52,6 +52,13 @@ function performs the converse operation.
 These functions do not return a value.
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.1.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR getutmp ()
+and
+.BR getutmpx ()
+functions are thread-safe.
 .SH CONFORMING TO
 These functions are nonstandard, but appear on a few other systems,
 such as Solaris and NetBSD.
@@ -71,7 +78,7 @@ and the fields have the same sizes.
 .BR getutent (3),
 .BR utmp (5)
 .SH COLOPHON
-This page is part of release 3.64 of the Linux
+This page is part of release 3.65 of the Linux
 .I man-pages
 project.
 A description of the project,