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..d2ba81991880 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.34.1.8.1 2012/03/03 06:15:13 kensmith Exp $ # PROG= kldload diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 91b0c86c6d23..44dd8e1ef927 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.30.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $ .\" .Dd June 5, 2009 .Dt KLDLOAD 8 diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c index 4d8d20a21843..bb814aadc6a8 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.12.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> |
