]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getttyent.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / getttyent.3
index 3e93fd1d63a8b580c97728500fa4c38d01a9e682..b809fdfea389e176fb23c32628bd30cb0459e5c9 100644 (file)
@@ -1,6 +1,6 @@
 .\"  Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de)
 .\"  Distributed under GPL
-.\"  
+.\"
 .TH GETTTYENT 3 2002-07-18  "glibc"
 .SH NAME
 getttyent, getttynam, setttyent, endttyent \- get ttys file entry
@@ -21,7 +21,7 @@ These functions provide an interface to the file
 (e.g.,
 .IR /etc/ttys ).
 
-The function 
+The function
 .BR setttyent ()
 opens the file or rewinds it if already open.
 
@@ -29,9 +29,10 @@ The function
 .BR endttyent ()
 closes the file.
 
-The function 
+The function
 .BR getttynam ()
-searches for a given ttyname in the file. It returns a pointer to a
+searches for a given ttyname in the file.
+It returns a pointer to a
 struct ttyent (description below).
 
 The function
@@ -62,7 +63,7 @@ Under Linux the file
 .IR /etc/ttys ,
 and the functions described above, are not used.
 .SH "CONFORMING TO"
-Not in POSIX.1-2001.  
+Not in POSIX.1-2001.
 Present on the BSDs, and perhaps other systems.
 .SH "SEE ALSO"
 .BR ttyname (3),