aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mld6query
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mld6query')
-rw-r--r--usr.sbin/mld6query/Makefile2
-rw-r--r--usr.sbin/mld6query/mld6.c2
-rw-r--r--usr.sbin/mld6query/mld6query.82
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mld6query/Makefile b/usr.sbin/mld6query/Makefile
index 0e9da4926104..3c240d72a3e3 100644
--- a/usr.sbin/mld6query/Makefile
+++ b/usr.sbin/mld6query/Makefile
@@ -12,7 +12,7 @@
# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/mld6query/Makefile,v 1.6 2006/07/27 15:31:11 yar Exp $
PROG= mld6query
MAN= mld6query.8
diff --git a/usr.sbin/mld6query/mld6.c b/usr.sbin/mld6query/mld6.c
index 1f73203433e4..f8c8db5a7f01 100644
--- a/usr.sbin/mld6query/mld6.c
+++ b/usr.sbin/mld6query/mld6.c
@@ -1,5 +1,5 @@
/* $KAME: mld6.c,v 1.15 2003/04/02 11:29:54 suz Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/usr.sbin/mld6query/mld6.c,v 1.3 2003/10/24 18:26:30 ume Exp $ */
/*
* Copyright (C) 1998 WIDE Project.
diff --git a/usr.sbin/mld6query/mld6query.8 b/usr.sbin/mld6query/mld6query.8
index 8ec867f44f43..d6652db58eca 100644
--- a/usr.sbin/mld6query/mld6query.8
+++ b/usr.sbin/mld6query/mld6query.8
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/mld6query/mld6query.8,v 1.6 2005/02/09 18:04:40 ru Exp $
.\"
.Dd May 17, 1998
.Dt MLD6QUERY 8