diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-09 06:37:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-09 06:37:39 +0000 |
commit | 279722c18189a3dd65bc68ae22af204664f6e1e2 (patch) | |
tree | e2b95d75a4c4ff08c86b6aa6f559c69f4ac18ad3 /usr.sbin/arp | |
parent | 7247a280eeeb2ea13aff62807edc5fcc101859d2 (diff) |
my previous attempt to fix the renaming of the inet(3) pages was wrong;
this fixes those by referencing the correct page, and cleans up the netintro/
inet entries;
all this on the advice (and ok) of guenther!
Diffstat (limited to 'usr.sbin/arp')
-rw-r--r-- | usr.sbin/arp/arp.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index a35be9a0c6a..26b1c3c9eea 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arp.8,v 1.32 2014/05/08 13:08:43 jmc Exp $ +.\" $OpenBSD: arp.8,v 1.33 2014/05/09 06:37:38 jmc Exp $ .\" $NetBSD: arp.8,v 1.7 1995/03/01 11:50:59 chopps Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)arp.8 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: May 8 2014 $ +.Dd $Mdocdate: May 9 2014 $ .Dt ARP 8 .Os .Sh NAME @@ -194,7 +194,7 @@ for IP addresses 204.1.2.3 and 204.1.2.4: # arp -s 204.1.2.4 00:90:27:bb:cc:dd pub .Ed .Sh SEE ALSO -.Xr inet_net 3 , +.Xr inet_addr 3 , .Xr arp 4 , .Xr ethers 5 , .Xr ifconfig 8 , |