diff options
Diffstat (limited to 'man3/getservent.3')
| -rw-r--r-- | man3/getservent.3 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/man3/getservent.3 b/man3/getservent.3 index 1b5c7a6257..a2162a8ad0 100644 --- a/man3/getservent.3 +++ b/man3/getservent.3 @@ -74,15 +74,12 @@ The \fIservent\fP structure is defined in \fI<netdb.h>\fP as follows: .sp .RS .nf -.ne 6 -.ta 8n 16n 32n struct servent { - char *s_name; /* official service name */ - char **s_aliases; /* alias list */ - int s_port; /* port number */ - char *s_proto; /* protocol to use */ + char *s_name; /* official service name */ + char **s_aliases; /* alias list */ + int s_port; /* port number */ + char *s_proto; /* protocol to use */ } -.ta .fi .RE .PP |
