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 200f7e1840c54..46ba187661ff7 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.1 2005/07/22 17:29:03 kensmith Exp $ LIB= bluetooth MAN= bluetooth.3 diff --git a/lib/libbluetooth/bluetooth.3 b/lib/libbluetooth/bluetooth.3 index d6adb260392f8..910c1269b9c68 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 2005/01/21 10:26:11 ru Exp $ .\" .Dd May 7, 2003 .Dt BLUETOOTH 3 diff --git a/lib/libbluetooth/bluetooth.c b/lib/libbluetooth/bluetooth.c index f206aeeee4d8e..04b4c6f5c17a8 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 2004/03/05 08:10:17 markm Exp $ */ #include <bluetooth.h> diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h index d9797876e7909..a46fa858df633 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 2005/03/17 21:39:44 emax Exp $ */ #ifndef _BLUETOOTH_H_ |