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 | |
| parent | 9e7378611290b0f24f7e6491d4fc76a2399cee62 (diff) | |
| download | openbsd-573416a5913e4d67822add832eca82ecf7e9cca7.tar.gz openbsd-573416a5913e4d67822add832eca82ecf7e9cca7.tar.bz2 openbsd-573416a5913e4d67822add832eca82ecf7e9cca7.zip | |
Add STANDARDS section
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/net/getprotoent.3 | 22 | ||||
| -rw-r--r-- | 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 @@ | |||
| 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 , |
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 | ||
| 178 | The | ||
| 179 | .Fn getservent , | ||
| 180 | .Fn getservbynumber , | ||
| 181 | .Fn getservbyname , | ||
| 182 | .Fn setservent , | ||
| 183 | and | ||
| 184 | .Fn endservent | ||
| 185 | functions conform to | ||
| 186 | .St -p1003.1-2003 . | ||
| 187 | .Pp | ||
| 188 | The | ||
| 189 | .Fn getservent_r , | ||
| 190 | .Fn getservbyport_r , | ||
| 191 | .Fn getservbyname_r , | ||
| 192 | .Fn setservent_r , | ||
| 193 | and | ||
| 194 | .Fn endservent_r | ||
| 195 | functions are not currently standardized. | ||
| 196 | This implementation follows the API used by HP, IBM and Digital. | ||
| 177 | .Sh HISTORY | 197 | .Sh HISTORY |
| 178 | The | 198 | The |
| 179 | .Fn getservent , | 199 | .Fn getservent , |
