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 b87d87275a034..865aaf4c8ec0f 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 1999/08/28 00:13:18 peter Exp $
#
PROG= kldunload
diff --git a/sbin/kldunload/kldunload.8 b/sbin/kldunload/kldunload.8
index 6cbb60bb98615..088db32ecd646 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 1999/09/06 08:30:25 n_hibma Exp $
.\"
.Dd April 25, 1997
.Dt KLDUNLOAD 8
diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c
index b54bade92e4e7..ceaf682e9dbbc 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>