diff options
| author | millert <> | 2002-03-07 22:41:12 +0000 |
|---|---|---|
| committer | millert <> | 2002-03-07 22:41:12 +0000 |
| commit | 918e996339b514032295e8db4c328f1a0d93c468 (patch) | |
| tree | c3e95844cf87a7be5b0965f10abca49f96c283ee /src/lib/libc | |
| parent | ac55e95265194286ad7db771d95bd73b521e92b6 (diff) | |
| download | openbsd-918e996339b514032295e8db4c328f1a0d93c468.tar.gz openbsd-918e996339b514032295e8db4c328f1a0d93c468.tar.bz2 openbsd-918e996339b514032295e8db4c328f1a0d93c468.zip | |
Xr getifaddrs(3) and networking(4) in SEE ALSO section.
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/net/if_indextoname.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libc/net/if_indextoname.3 b/src/lib/libc/net/if_indextoname.3 index fff03e875b..85269c3769 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.4 2000/03/01 17:31:23 todd Exp $ | 1 | .\" $OpenBSD: if_indextoname.3,v 1.5 2002/03/07 22:41:12 millert 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 | .\" |
| @@ -130,6 +130,9 @@ return | |||
| 130 | .Dv NULL | 130 | .Dv NULL |
| 131 | on errors. | 131 | on errors. |
| 132 | .Sh SEE ALSO | 132 | .Sh SEE ALSO |
| 133 | .Xr getifaddrs 3 , | ||
| 134 | .Xr networking 4 | ||
| 135 | .Pp | ||
| 133 | R. Gilligan, S. Thomson, J. Bound, and W. Stevens, | 136 | R. Gilligan, S. Thomson, J. Bound, and W. Stevens, |
| 134 | ``Basic Socket Interface Extensions for IPv6,'' RFC2553, March 1999. | 137 | ``Basic Socket Interface Extensions for IPv6,'' RFC2553, March 1999. |
| 135 | .Sh STANDARDS | 138 | .Sh STANDARDS |
