diff options
author | millert <> | 2004-10-26 15:52:50 +0000 |
---|---|---|
committer | millert <> | 2004-10-26 15:52:50 +0000 |
commit | 573416a5913e4d67822add832eca82ecf7e9cca7 (patch) | |
tree | 7e683d9689899ffca905d71ada197a0a5666344f /src/lib/libc/net/getprotoent.3 | |
parent | 9e7378611290b0f24f7e6491d4fc76a2399cee62 (diff) | |
download | openbsd-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.3 | 22 |
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 | ||
171 | The | ||
172 | .Fn getprotoent , | ||
173 | .Fn getprotobynumber , | ||
174 | .Fn getprotobyname , | ||
175 | .Fn setprotoent , | ||
176 | and | ||
177 | .Fn endprotoent | ||
178 | functions conform to | ||
179 | .St -p1003.1-2003 . | ||
180 | .Pp | ||
181 | The | ||
182 | .Fn getprotoent_r , | ||
183 | .Fn getprotobyport_r , | ||
184 | .Fn getprotobyname_r , | ||
185 | .Fn setprotoent_r , | ||
186 | and | ||
187 | .Fn endprotoent_r | ||
188 | functions are not currently standardized. | ||
189 | This implementation follows the API used by HP, IBM and Digital. | ||
170 | .Sh HISTORY | 190 | .Sh HISTORY |
171 | The | 191 | The |
172 | .Fn getprotoent , | 192 | .Fn getprotoent , |