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 30c55b87930b..c006822fd632 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.3.2.1.2.1 2008/11/25 02:59:29 kensmith Exp $ LIB= bluetooth MAN= bluetooth.3 diff --git a/lib/libbluetooth/bluetooth.3 b/lib/libbluetooth/bluetooth.3 index c6a0dc3e4c1e..97281ad9377d 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.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ .\" .Dd August 13, 2008 .Dt BLUETOOTH 3 diff --git a/lib/libbluetooth/bluetooth.c b/lib/libbluetooth/bluetooth.c index f206aeeee4d8..da391c5185bc 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.26.1 2008/11/25 02:59:29 kensmith Exp $ */ #include <bluetooth.h> diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h index 0b62466e8ccd..04b34bfafd5f 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.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $ */ #ifndef _BLUETOOTH_H_ |
