diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.sbin/bluetooth/l2control | |
parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) |
Diffstat (limited to 'usr.sbin/bluetooth/l2control')
-rw-r--r-- | usr.sbin/bluetooth/l2control/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/l2control/l2cap.c | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/l2control/l2control.8 | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/l2control/l2control.c | 2 | ||||
-rw-r--r-- | usr.sbin/bluetooth/l2control/l2control.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/bluetooth/l2control/Makefile b/usr.sbin/bluetooth/l2control/Makefile index 847ff4ba97d69..ca573f71b56c7 100644 --- a/usr.sbin/bluetooth/l2control/Makefile +++ b/usr.sbin/bluetooth/l2control/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.7 2003/08/14 20:06:22 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/bluetooth/l2control/Makefile,v 1.3 2003/10/12 22:04:23 emax Exp $ PROG= l2control MAN= l2control.8 diff --git a/usr.sbin/bluetooth/l2control/l2cap.c b/usr.sbin/bluetooth/l2control/l2cap.c index c23106c3db3fe..cf2697faaff03 100644 --- a/usr.sbin/bluetooth/l2control/l2cap.c +++ b/usr.sbin/bluetooth/l2control/l2cap.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: l2cap.c,v 1.5 2003/05/16 19:52:37 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/l2control/l2cap.c,v 1.3 2003/10/12 22:04:23 emax Exp $ */ #include <sys/ioctl.h> diff --git a/usr.sbin/bluetooth/l2control/l2control.8 b/usr.sbin/bluetooth/l2control/l2control.8 index 794b6a72a9a62..78756e98ca9d4 100644 --- a/usr.sbin/bluetooth/l2control/l2control.8 +++ b/usr.sbin/bluetooth/l2control/l2control.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: l2control.8,v 1.5 2003/05/21 00:53:00 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/bluetooth/l2control/l2control.8,v 1.6 2005/01/17 07:44:37 ru Exp $ .\" .Dd June 14, 2002 .Dt L2CONTROL 8 diff --git a/usr.sbin/bluetooth/l2control/l2control.c b/usr.sbin/bluetooth/l2control/l2control.c index 585021c98433b..a1641a7506bed 100644 --- a/usr.sbin/bluetooth/l2control/l2control.c +++ b/usr.sbin/bluetooth/l2control/l2control.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: l2control.c,v 1.6 2003/09/05 00:38:25 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/l2control/l2control.c,v 1.3 2003/10/12 22:04:23 emax Exp $ */ #include <assert.h> diff --git a/usr.sbin/bluetooth/l2control/l2control.h b/usr.sbin/bluetooth/l2control/l2control.h index 43d456164be83..354bf0a101676 100644 --- a/usr.sbin/bluetooth/l2control/l2control.h +++ b/usr.sbin/bluetooth/l2control/l2control.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: l2control.h,v 1.1 2002/11/24 20:22:41 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/bluetooth/l2control/l2control.h,v 1.2 2003/05/10 21:50:36 julian Exp $ */ #ifndef _L2CONTROL_H_ |