diff options
author | jmc <> | 2012-09-27 11:31:58 +0000 |
---|---|---|
committer | jmc <> | 2012-09-27 11:31:58 +0000 |
commit | 59625e84c89bf82e1c6d20c55785b618eb56ea72 (patch) | |
tree | 0e9da89db4dc2b425aaa66ffdabbc19a13e8c404 /src/lib/libc/net/if_indextoname.3 | |
parent | f626b8d9e72b5e492f382231234a5df56d50f9ad (diff) | |
download | openbsd-59625e84c89bf82e1c6d20c55785b618eb56ea72.tar.gz openbsd-59625e84c89bf82e1c6d20c55785b618eb56ea72.tar.bz2 openbsd-59625e84c89bf82e1c6d20c55785b618eb56ea72.zip |
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;
Diffstat (limited to 'src/lib/libc/net/if_indextoname.3')
-rw-r--r-- | src/lib/libc/net/if_indextoname.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/net/if_indextoname.3 b/src/lib/libc/net/if_indextoname.3 index 4826b985bb..df17389917 100644 --- a/src/lib/libc/net/if_indextoname.3 +++ b/src/lib/libc/net/if_indextoname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: if_indextoname.3,v 1.12 2012/08/22 18:32:47 jmc Exp $ | 1 | .\" $OpenBSD: if_indextoname.3,v 1.13 2012/09/27 11:31:58 jmc Exp $ |
2 | .\" Copyright (c) 1983, 1991, 1993 | 2 | .\" Copyright (c) 1983, 1991, 1993 |
3 | .\" The Regents of the University of California. All rights reserved. | 3 | .\" The Regents of the University of California. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -28,7 +28,7 @@ | |||
28 | .\" | 28 | .\" |
29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 | 29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: August 22 2012 $ | 31 | .Dd $Mdocdate: September 27 2012 $ |
32 | .Dt IF_NAMETOINDEX 3 | 32 | .Dt IF_NAMETOINDEX 3 |
33 | .Os | 33 | .Os |
34 | .Sh NAME | 34 | .Sh NAME |
@@ -130,6 +130,7 @@ on errors. | |||
130 | .Sh SEE ALSO | 130 | .Sh SEE ALSO |
131 | .Xr getifaddrs 3 , | 131 | .Xr getifaddrs 3 , |
132 | .Xr networking 4 | 132 | .Xr networking 4 |
133 | .Sh STANDARDS | ||
133 | .Rs | 134 | .Rs |
134 | .%A R. Gilligan | 135 | .%A R. Gilligan |
135 | .%A S. Thomson | 136 | .%A S. Thomson |
@@ -140,6 +141,3 @@ on errors. | |||
140 | .%R RFC 3493 | 141 | .%R RFC 3493 |
141 | .%T Basic Socket Interface Extensions for IPv6 | 142 | .%T Basic Socket Interface Extensions for IPv6 |
142 | .Re | 143 | .Re |
143 | .Sh STANDARDS | ||
144 | These functions are defined in ``Basic Socket Interface Extensions for IPv6'' | ||
145 | .Pq RFC 3493 . | ||