diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-21 07:48:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-21 07:48:11 +0000 |
commit | 0b42d5158c52d9ff50d94ca6c8a436e546237891 (patch) | |
tree | 2ae4105edb58b27ca0bcbf83baeb3cf5bd189b76 /lib/libc | |
parent | ac41c4f8d0d794edfd6c6d3f78ba4756e552d719 (diff) |
point to netintro(4) rather than (now removed) networking(4);
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/getifaddrs.3 | 6 | ||||
-rw-r--r-- | lib/libc/net/if_indextoname.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 4abc01481ac..ee1df725e47 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.20 2015/01/29 01:46:30 schwarze Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.21 2015/11/21 07:48:10 jmc Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -21,7 +21,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: January 29 2015 $ +.Dd $Mdocdate: November 21 2015 $ .Dt GETIFADDRS 3 .Os .Sh NAME @@ -134,7 +134,7 @@ or .Xr ioctl 2 , .Xr socket 2 , .Xr sysctl 3 , -.Xr networking 4 , +.Xr netintro 4 , .Xr ifconfig 8 .Sh HISTORY The diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3 index 5e6e7f2fdbc..25d2a2722ff 100644 --- a/lib/libc/net/if_indextoname.3 +++ b/lib/libc/net/if_indextoname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: if_indextoname.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: if_indextoname.3,v 1.16 2015/11/21 07:48:10 jmc Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: November 21 2015 $ .Dt IF_NAMETOINDEX 3 .Os .Sh NAME @@ -129,7 +129,7 @@ return on errors. .Sh SEE ALSO .Xr getifaddrs 3 , -.Xr networking 4 +.Xr netintro 4 .Sh STANDARDS .Rs .%A R. Gilligan |