summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getservent.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/net/getservent.3')
-rw-r--r--lib/libc/net/getservent.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/getservent.3 b/lib/libc/net/getservent.3
index 973855c..f90571e 100644
--- a/lib/libc/net/getservent.3
+++ b/lib/libc/net/getservent.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)getservent.3 8.3 (Berkeley) 1/12/94
+.\" @(#)getservent.3 8.4 (Berkeley) 5/25/95
.\"
-.Dd January 12, 1994
+.Dd May 25, 1995
.Dt GETSERVENT 3
.Os BSD 4.2
.Sh NAME
@@ -79,7 +79,7 @@ The members of this structure are:
.It Fa s_name
The official name of the service.
.It Fa s_aliases
-A zero terminated list of alternate names for the service.
+A NULL-terminated list of alternate names for the service.
.It Fa s_port
The port number at which the service resides.
Port numbers are returned in network byte order.
@@ -121,7 +121,7 @@ port number is found,
or until
.Dv EOF
is encountered.
-If a protocol name is also supplied (non-
+If a protocol name is also supplied (non-\c
.Dv NULL ) ,
searches must also match the protocol.
.ne 1i
OpenPOWER on IntegriCloud