diff options
Diffstat (limited to 'lib/libc/net/getservent.3')
-rw-r--r-- | lib/libc/net/getservent.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/net/getservent.3 b/lib/libc/net/getservent.3 index 65d40bb..5f5a452 100644 --- a/lib/libc/net/getservent.3 +++ b/lib/libc/net/getservent.3 @@ -65,7 +65,7 @@ containing the broken-out fields of a line in the network services data base, .Pa /etc/services . .Bd -literal -offset indent -struct servent { +struct servent { char *s_name; /* official name of service */ char **s_aliases; /* alias list */ int s_port; /* port service resides at */ @@ -130,8 +130,7 @@ searches must also match the protocol. .It Pa /etc/services .El .Sh DIAGNOSTICS -Null pointer -(0) returned on +Null pointer returned on .Dv EOF or error. .Sh SEE ALSO |