summaryrefslogtreecommitdiff
path: root/sbin/kldload
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/kldload')
-rw-r--r--sbin/kldload/Makefile2
-rw-r--r--sbin/kldload/kldload.82
-rw-r--r--sbin/kldload/kldload.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile
index 6b044f52630d..0245499671e3 100644
--- a/sbin/kldload/Makefile
+++ b/sbin/kldload/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/kldload/Makefile,v 1.4 1999/08/28 00:13:15 peter Exp $
#
PROG= kldload
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 39b42f0691c1..84311f4dc101 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.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/kldload/kldload.8,v 1.7 1999/09/03 16:40:10 chris Exp $
.\"
.Dd April 25, 1997
.Dt KLDLOAD 8
diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c
index 875c7aaa808b..5eaa02777c02 100644
--- a/sbin/kldload/kldload.c
+++ b/sbin/kldload/kldload.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sbin/kldload/kldload.c,v 1.6 1999/08/28 00:13:16 peter Exp $";
#endif /* not lint */
#include <err.h>