OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / getttyent.3
index 7bf7b3c..0c7f77e 100644 (file)
@@ -4,7 +4,7 @@
 .\" Distributed under GPL
 .\" %%%LICENSE_END
 .\"
-.TH GETTTYENT 3 2013-06-21  "GNU" "Linux Programmer's Manual"
+.TH GETTTYENT 3 2013-07-22  "GNU" "Linux Programmer's Manual"
 .SH NAME
 getttyent, getttynam, setttyent, endttyent \- get ttys file entry
 .SH SYNOPSIS
@@ -73,17 +73,17 @@ can be:
 .SS Multithreading (see pthreads(7))
 The
 .BR getttyent ()
-returns a pointer to a static variable, so it is not thread-safe.
+function returns a pointer to a static variable, so it is not thread-safe.
 .LP
 The
 .BR setttyent ()
 and
 .BR endttyent ()
-use a static variable, so they are not thread-safe.
+functions use a static variable, so they are not thread-safe.
 .LP
 The
 .BR getttynam ()
-calls thread-unsafe function
+function calls thread-unsafe function
 .BR getttyent ()
 so it is not thread-safe.
 .SH CONFORMING TO
@@ -96,3 +96,11 @@ and the functions described above, are not used.
 .SH SEE ALSO
 .BR ttyname (3),
 .BR ttyslot (3)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.