diff options
Diffstat (limited to 'usr.sbin/arp')
| -rw-r--r-- | usr.sbin/arp/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/arp/arp.4 | 2 | ||||
| -rw-r--r-- | usr.sbin/arp/arp.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/arp/arp.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/arp/Makefile b/usr.sbin/arp/Makefile index 6ca9dd204ffd..bcd40e933487 100644 --- a/usr.sbin/arp/Makefile +++ b/usr.sbin/arp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/18/94 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/arp/Makefile,v 1.12 2004/04/13 11:45:28 luigi Exp $ PROG= arp MAN= arp.4 arp.8 diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index 04270005f925..f0d2b98530e6 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arp4.4 6.5 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/arp/arp.4,v 1.18.8.2 2005/12/28 13:33:41 glebius Exp $ .\" .Dd December 18, 2005 .Dt ARP 4 diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 17b55fdb4236..81b0a2bdeb84 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)arp.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/arp/arp.8,v 1.23.8.2 2006/08/20 03:59:53 yar Exp $ .\" .Dd August 17, 2006 .Dt ARP 8 diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index cfca2507bdb6..2223d01addcf 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -42,7 +42,7 @@ static char const sccsid[] = "@(#)from: arp.c 8.2 (Berkeley) 1/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.sbin/arp/arp.c,v 1.58.2.4 2006/10/21 05:43:29 glebius Exp $"); /* * arp - display, set, and delete arp table entries |
