diff options
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r-- | lib/libbluetooth/Makefile | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.3 | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.c | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index b368d6e2d2cc7..080670983bbf9 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/lib/libbluetooth/Makefile,v 1.1.10.2.2.1 2008/10/02 02:57:24 kensmith Exp $ LIB= bluetooth MAN= bluetooth.3 diff --git a/lib/libbluetooth/bluetooth.3 b/lib/libbluetooth/bluetooth.3 index c6a0dc3e4c1ee..abd0d38cb8740 100644 --- a/lib/libbluetooth/bluetooth.3 +++ b/lib/libbluetooth/bluetooth.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libbluetooth/bluetooth.3,v 1.7.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 13, 2008 .Dt BLUETOOTH 3 diff --git a/lib/libbluetooth/bluetooth.c b/lib/libbluetooth/bluetooth.c index f206aeeee4d8e..847069b18721c 100644 --- a/lib/libbluetooth/bluetooth.c +++ b/lib/libbluetooth/bluetooth.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bluetooth.c,v 1.3 2003/05/20 23:04:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/bluetooth.c,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <bluetooth.h> diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h index 0b62466e8ccdc..5f092c29112b2 100644 --- a/lib/libbluetooth/bluetooth.h +++ b/lib/libbluetooth/bluetooth.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bluetooth.h,v 1.5 2003/09/14 23:28:42 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/bluetooth.h,v 1.2.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _BLUETOOTH_H_ |