From 573416a5913e4d67822add832eca82ecf7e9cca7 Mon Sep 17 00:00:00 2001
From: millert <>
Date: Tue, 26 Oct 2004 15:52:50 +0000
Subject: Add STANDARDS section

---
 src/lib/libc/net/getprotoent.3 | 22 +++++++++++++++++++++-
 src/lib/libc/net/getservent.3  | 22 +++++++++++++++++++++-
 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 @@
-.\"	$OpenBSD: getprotoent.3,v 1.12 2004/10/25 03:09:01 millert Exp $
+.\"	$OpenBSD: getprotoent.3,v 1.13 2004/10/26 15:52:50 millert Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -167,6 +167,26 @@ is reached or an error occurs.
 .El
 .Sh SEE ALSO
 .Xr protocols 5
+.Sh STANDARDS
+The
+.Fn getprotoent ,
+.Fn getprotobynumber ,
+.Fn getprotobyname ,
+.Fn setprotoent ,
+and
+.Fn endprotoent
+functions conform to
+.St -p1003.1-2003 .
+.Pp
+The
+.Fn getprotoent_r ,
+.Fn getprotobyport_r ,
+.Fn getprotobyname_r ,
+.Fn setprotoent_r ,
+and
+.Fn endprotoent_r
+functions are not currently standardized.
+This implementation follows the API used by HP, IBM and Digital.
 .Sh HISTORY
 The
 .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 @@
-.\"	$OpenBSD: getservent.3,v 1.15 2004/10/25 03:09:01 millert Exp $
+.\"	$OpenBSD: getservent.3,v 1.16 2004/10/26 15:52:50 millert Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -174,6 +174,26 @@ is reached or an error occurs.
 .Sh SEE ALSO
 .Xr getprotoent 3 ,
 .Xr services 5
+.Sh STANDARDS
+The
+.Fn getservent ,
+.Fn getservbynumber ,
+.Fn getservbyname ,
+.Fn setservent ,
+and
+.Fn endservent
+functions conform to
+.St -p1003.1-2003 .
+.Pp
+The
+.Fn getservent_r ,
+.Fn getservbyport_r ,
+.Fn getservbyname_r ,
+.Fn setservent_r ,
+and
+.Fn endservent_r
+functions are not currently standardized.
+This implementation follows the API used by HP, IBM and Digital.
 .Sh HISTORY
 The
 .Fn getservent ,
-- 
cgit v1.2.3-55-g6feb