aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/usbd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/usbd')
-rw-r--r--usr.sbin/usbd/Makefile2
-rw-r--r--usr.sbin/usbd/usbd.82
-rw-r--r--usr.sbin/usbd/usbd.c2
-rw-r--r--usr.sbin/usbd/usbd.conf.52
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/usbd/Makefile b/usr.sbin/usbd/Makefile
index aadecee02830..180cccc72aca 100644
--- a/usr.sbin/usbd/Makefile
+++ b/usr.sbin/usbd/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/usbd/Makefile,v 1.6 2001/05/18 13:41:42 ru Exp $
PROG= usbd
MAN= usbd.conf.5 usbd.8
diff --git a/usr.sbin/usbd/usbd.8 b/usr.sbin/usbd/usbd.8
index d6f9fa0654c0..02d4cab39ad1 100644
--- a/usr.sbin/usbd/usbd.8
+++ b/usr.sbin/usbd/usbd.8
@@ -32,7 +32,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/usbd/usbd.8,v 1.21 2004/07/02 23:12:58 ru Exp $
.\"
.Dd July 12, 1998
.Dt USBD 8
diff --git a/usr.sbin/usbd/usbd.c b/usr.sbin/usbd/usbd.c
index 30c1526bebc2..db28d0082ea3 100644
--- a/usr.sbin/usbd/usbd.c
+++ b/usr.sbin/usbd/usbd.c
@@ -1,5 +1,5 @@
/* $NetBSD: usbd.c,v 1.4 1998/12/09 00:57:19 augustss Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/usr.sbin/usbd/usbd.c,v 1.32 2005/07/01 15:49:52 jhb Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
diff --git a/usr.sbin/usbd/usbd.conf.5 b/usr.sbin/usbd/usbd.conf.5
index 1c314b27fded..005baab5937e 100644
--- a/usr.sbin/usbd/usbd.conf.5
+++ b/usr.sbin/usbd/usbd.conf.5
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/usbd/usbd.conf.5,v 1.15 2005/01/18 20:02:45 ru Exp $
.\"
.\" Many parts of this manual have been snarfed from the pccard.conf (5) man
.\" page, copyright by Andrew McRae.