diff options
Diffstat (limited to 'man3/getprotoent.3')
| -rw-r--r-- | man3/getprotoent.3 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/man3/getprotoent.3 b/man3/getprotoent.3 index f5d91abb40..a6357764db 100644 --- a/man3/getprotoent.3 +++ b/man3/getprotoent.3 @@ -65,18 +65,15 @@ The \fBendprotoent\fP() function closes \fI/etc/protocols\fP. .PP The \fIprotoent\fP structure is defined in \fI<netdb.h>\fP as follows: .sp -.RS +.in +0.5i .nf -.ne 5 -.ta 8n 16n 32n struct protoent { - char *p_name; /* official protocol name */ - char **p_aliases; /* alias list */ - int p_proto; /* protocol number */ + char *p_name; /* official protocol name */ + char **p_aliases; /* alias list */ + int p_proto; /* protocol number */ } -.ta .fi -.RE +.in -0.5i .PP The members of the \fIprotoent\fP structure are: .TP |
