summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert <>2004-10-26 15:52:50 +0000
committermillert <>2004-10-26 15:52:50 +0000
commit573416a5913e4d67822add832eca82ecf7e9cca7 (patch)
tree7e683d9689899ffca905d71ada197a0a5666344f
parent9e7378611290b0f24f7e6491d4fc76a2399cee62 (diff)
downloadopenbsd-573416a5913e4d67822add832eca82ecf7e9cca7.tar.gz
openbsd-573416a5913e4d67822add832eca82ecf7e9cca7.tar.bz2
openbsd-573416a5913e4d67822add832eca82ecf7e9cca7.zip
Add STANDARDS section
-rw-r--r--src/lib/libc/net/getprotoent.322
-rw-r--r--src/lib/libc/net/getservent.322
2 files changed, 42 insertions, 2 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 ,
diff --git a/src/lib/libc/net/getservent.3 b/src/lib/libc/net/getservent.3
index 0e93e195b6..d5fa1df052 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.15 2004/10/25 03:09:01 millert Exp $ 1.\" $OpenBSD: getservent.3,v 1.16 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.
@@ -174,6 +174,26 @@ is reached or an error occurs.
174.Sh SEE ALSO 174.Sh SEE ALSO
175.Xr getprotoent 3 , 175.Xr getprotoent 3 ,
176.Xr services 5 176.Xr services 5
177.Sh STANDARDS
178The
179.Fn getservent ,
180.Fn getservbynumber ,
181.Fn getservbyname ,
182.Fn setservent ,
183and
184.Fn endservent
185functions conform to
186.St -p1003.1-2003 .
187.Pp
188The
189.Fn getservent_r ,
190.Fn getservbyport_r ,
191.Fn getservbyname_r ,
192.Fn setservent_r ,
193and
194.Fn endservent_r
195functions are not currently standardized.
196This implementation follows the API used by HP, IBM and Digital.
177.Sh HISTORY 197.Sh HISTORY
178The 198The
179.Fn getservent , 199.Fn getservent ,