summaryrefslogtreecommitdiff
path: root/sbin/kldunload
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/kldunload')
-rw-r--r--sbin/kldunload/Makefile2
-rw-r--r--sbin/kldunload/kldunload.82
-rw-r--r--sbin/kldunload/kldunload.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile
index c0edca7efc59..6ad32e920b6d 100644
--- a/sbin/kldunload/Makefile
+++ b/sbin/kldunload/Makefile
@@ -23,7 +23,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/sbin/kldunload/Makefile,v 1.4.2.1 2001/04/25 10:58:31 ru Exp $
#
PROG= kldunload
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index 2ad72fdd3690..ea45115580c6 100644
--- a/sbin/kldunload/kldunload.8
+++ b/sbin/kldunload/kldunload.8
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/kldunload/kldunload.8,v 1.9.2.2 2001/08/16 11:35:46 ru Exp $
.\"
.Dd April 25, 1997
.Dt KLDUNLOAD 8
diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c
index b54bade92e4e..ceaf682e9dbb 100644
--- a/sbin/kldunload/kldunload.c
+++ b/sbin/kldunload/kldunload.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/kldunload/kldunload.c,v 1.10 1999/09/08 05:46:47 bde Exp $";
#endif /* not lint */
#include <err.h>