summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getprotoent.3
diff options
context:
space:
mode:
authormillert <>2004-10-26 15:52:50 +0000
committermillert <>2004-10-26 15:52:50 +0000
commit573416a5913e4d67822add832eca82ecf7e9cca7 (patch)
tree7e683d9689899ffca905d71ada197a0a5666344f /src/lib/libc/net/getprotoent.3
parent9e7378611290b0f24f7e6491d4fc76a2399cee62 (diff)
downloadopenbsd-573416a5913e4d67822add832eca82ecf7e9cca7.tar.gz
openbsd-573416a5913e4d67822add832eca82ecf7e9cca7.tar.bz2
openbsd-573416a5913e4d67822add832eca82ecf7e9cca7.zip
Add STANDARDS section
Diffstat (limited to 'src/lib/libc/net/getprotoent.3')
-rw-r--r--src/lib/libc/net/getprotoent.322
1 files changed, 21 insertions, 1 deletions
diff --git a/src/lib/libc/net/getprotoent.3 b/src/lib/libc/net/getprotoent.3
index 5ebd03cc45..e29d53e5ce 100644
--- a/src/lib/libc/net/getprotoent.3
+++ b/src/lib/libc/net/getprotoent.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getprotoent.3,v 1.12 2004/10/25 03:09:01 millert Exp $ 1.\" $OpenBSD: getprotoent.3,v 1.13 2004/10/26 15:52:50 millert 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.
@@ -167,6 +167,26 @@ is reached or an error occurs.
167.El 167.El
168.Sh SEE ALSO 168.Sh SEE ALSO
169.Xr protocols 5 169.Xr protocols 5
170.Sh STANDARDS
171The
172.Fn getprotoent ,
173.Fn getprotobynumber ,
174.Fn getprotobyname ,
175.Fn setprotoent ,
176and
177.Fn endprotoent
178functions conform to
179.St -p1003.1-2003 .
180.Pp
181The
182.Fn getprotoent_r ,
183.Fn getprotobyport_r ,
184.Fn getprotobyname_r ,
185.Fn setprotoent_r ,
186and
187.Fn endprotoent_r
188functions are not currently standardized.
189This implementation follows the API used by HP, IBM and Digital.
170.Sh HISTORY 190.Sh HISTORY
171The 191The
172.Fn getprotoent , 192.Fn getprotoent ,