diff options
Diffstat (limited to 'sbin/kldload')
-rw-r--r-- | sbin/kldload/Makefile | 2 | ||||
-rw-r--r-- | sbin/kldload/kldload.8 | 2 | ||||
-rw-r--r-- | sbin/kldload/kldload.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/kldload/Makefile b/sbin/kldload/Makefile index da597d4594f9..0c442b4e5e37 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 2003/04/23 20:22:33 johan Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 70248d8b47f4..3a361a318703 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.22.2.2 2006/11/04 00:27:14 trhodes Exp $ .\" .Dd October 13, 2006 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index 9e841bccf908..1822307eb9f4 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 2003/05/03 18:41:57 obrien Exp $"); #include <err.h> #include <stdio.h> |