aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getnetent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getnetent.3')
-rw-r--r--man3/getnetent.315
1 files changed, 6 insertions, 9 deletions
diff --git a/man3/getnetent.3 b/man3/getnetent.3
index 053d84d5bb..15756fe026 100644
--- a/man3/getnetent.3
+++ b/man3/getnetent.3
@@ -66,19 +66,16 @@ The \fBendnetent\fP() function closes \fI/etc/networks\fP.
.PP
The \fInetent\fP structure is defined in \fI<netdb.h>\fP as follows:
.sp
-.RS
+.in +0.5i
.nf
-.ne 6
-.ta 8n 16n 34n
struct netent {
- char *n_name; /* official network name */
- char **n_aliases; /* alias list */
- int n_addrtype; /* net address type */
- unsigned long int n_net; /* network number */
+ char *n_name; /* official network name */
+ char **n_aliases; /* alias list */
+ int n_addrtype; /* net address type */
+ unsigned long n_net; /* network number */
}
-.ta
.fi
-.RE
+.in -0.5i
.PP
The members of the \fInetent\fP structure are:
.TP