]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getnetent.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / getnetent.3
index 15756fe02688ed269583556da009d4b6558b6193..c028240e256c6628b41b5f1a2dcdb4e0affad19e 100644 (file)
@@ -8,7 +8,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
@@ -16,7 +16,7 @@
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -28,7 +28,7 @@
 .TH GETNETENT 3  1993-05-15 "BSD" "Linux Programmer's Manual"
 .SH NAME
 getnetent, getnetbyname, getnetbyaddr, setnetent, endnetent \-
-get network entry 
+get network entry
 .SH SYNOPSIS
 .nf
 .B #include <netdb.h>
@@ -46,7 +46,8 @@ get network entry
 .SH DESCRIPTION
 The \fBgetnetent\fP() function reads the next line from the file
 \fI/etc/networks\fP and returns a structure \fInetent\fP containing
-the broken out fields from the line.  The \fI/etc/networks\fP file
+the broken out fields from the line.
+The \fI/etc/networks\fP file
 is opened if necessary.
 .PP
 The \fBgetnetbyname\fP() function returns a \fInetent\fP structure
@@ -58,7 +59,8 @@ for the line that matches the network number \fInet\fP of type
 \fItype\fP.
 .PP
 The \fBsetnetent\fP() function opens and rewinds the
-\fI/etc/networks\fP file.  If \fIstayopen\fP is true (1), then the
+\fI/etc/networks\fP file.
+If \fIstayopen\fP is true (1), then the
 file will not be closed between calls to \fBgetnetbyname\fP() and
 \fBgetnetbyaddr\fP().
 .PP