summaryrefslogtreecommitdiff
path: root/sbin/kldload
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sbin/kldload
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff)
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 da597d4594f9e..fd12d5475afa8 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.10.36.1 2010/02/10 00:26:20 kensmith Exp $
#
PROG= kldload
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 474404fe12623..dfab297991b0d 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.27.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 13, 2006
.Dt KLDLOAD 8
diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c
index 9e841bccf9080..5ff64ab999a87 100644
--- a/sbin/kldload/kldload.c
+++ b/sbin/kldload/kldload.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/kldload/kldload.c,v 1.10.34.1 2010/02/10 00:26:20 kensmith Exp $");
#include <err.h>
#include <stdio.h>