summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/getservent.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libc/net/getservent.3 b/src/lib/libc/net/getservent.3
index 2a442d276d..aa24aab13a 100644
--- a/src/lib/libc/net/getservent.3
+++ b/src/lib/libc/net/getservent.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getservent.3,v 1.17 2005/06/05 19:40:21 jmc Exp $ 1.\" $OpenBSD: getservent.3,v 1.18 2005/06/05 19:44:16 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 1983, 1991, 1993 3.\" Copyright (c) 1983, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -149,10 +149,6 @@ functions
149also take a pointer to a 149also take a pointer to a
150.Fa servent 150.Fa servent
151structure which is used to store the results of the database lookup. 151structure which is used to store the results of the database lookup.
152.Sh FILES
153.Bl -tag -width /etc/services -compact
154.It Pa /etc/services
155.El
156.Sh RETURN VALUES 152.Sh RETURN VALUES
157The 153The
158.Fn getservent , 154.Fn getservent ,
@@ -171,6 +167,10 @@ and
171.Fn getservbyname_r 167.Fn getservbyname_r
172functions return 0 on success or \-1 if end-of-file 168functions return 0 on success or \-1 if end-of-file
173is reached or an error occurs. 169is reached or an error occurs.
170.Sh FILES
171.Bl -tag -width /etc/services -compact
172.It Pa /etc/services
173.El
174.Sh SEE ALSO 174.Sh SEE ALSO
175.Xr getprotoent 3 , 175.Xr getprotoent 3 ,
176.Xr services 5 176.Xr services 5