diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-12 17:28:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-12 17:28:01 +0000 |
| commit | 95b2071c56576622fe542b59fa8c5dd2f80fa9ad (patch) | |
| tree | c261f9549b669542940e8c6dc196f2ea21229732 /lib | |
| parent | 99d2a6766d025830ebe90dfd6a73ff92e05d0c0c (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/net/getaddrinfo.3 | 2 | ||||
| -rw-r--r-- | lib/libc/net/getnameinfo.3 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/shutdown.2 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index 3fb666e847a4..3992ca3abf95 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -605,7 +605,7 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. The .Fn getaddrinfo function is defined in -.St -p1003.1g , +.St -p1003.1g-2000 , and documented in .Dq Basic Socket Interface Extensions for IPv6 .Pq RFC2553 . diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index 4763f73d33dc..6b4f02d10027 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -299,7 +299,7 @@ The implementation first appeared in WIDE Hydrangea IPv6 protocol stack kit. The .Fn getaddrinfo function is defined in -.St -p1003.1g , +.St -p1003.1g-2000 , and documented in .Dq Basic Socket Interface Extensions for IPv6 .Pq RFC2553 . diff --git a/lib/libc/sys/shutdown.2 b/lib/libc/sys/shutdown.2 index 700b52d4bdce..59e4d340a826 100644 --- a/lib/libc/sys/shutdown.2 +++ b/lib/libc/sys/shutdown.2 @@ -93,7 +93,7 @@ argument does not refer to a socket. The .Fn shutdown function is expected to comply with -.St -p1003.1g , +.St -p1003.1g-2000 , when finalized. .Sh HISTORY The @@ -105,4 +105,4 @@ The and .Dv SHUT_RDWR constants appeared in -.St -p1003.1g . +.St -p1003.1g-2000 . |
