diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /sbin/kldstat | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'sbin/kldstat')
| -rw-r--r-- | sbin/kldstat/Makefile | 2 | ||||
| -rw-r--r-- | sbin/kldstat/kldstat.8 | 2 | ||||
| -rw-r--r-- | sbin/kldstat/kldstat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile index b602a3edfb1f..fcea3e08bb9a 100644 --- a/sbin/kldstat/Makefile +++ b/sbin/kldstat/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/kldstat/Makefile,v 1.9 2003/04/23 20:24:13 johan Exp $ # PROG= kldstat diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index 5a8565e1c838..8b0ccd8b8af5 100644 --- a/sbin/kldstat/kldstat.8 +++ b/sbin/kldstat/kldstat.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/kldstat/kldstat.8,v 1.13.4.1 2005/10/14 14:38:56 glebius Exp $ .\" .Dd April 25, 1997 .Dt KLDSTAT 8 diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 74f375e0ec6c..fb291ebfd752 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/kldstat/kldstat.c,v 1.17.4.1 2005/10/14 14:38:56 glebius Exp $"); #include <err.h> #include <stdint.h> |
