diff options
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 5720690a649b0..7d84c4d0dbdbd 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. # -# $Id: Makefile,v 1.2 1997/10/19 11:15:43 jmg Exp $ +# $Id: Makefile,v 1.3 1997/10/26 04:58:25 jmg Exp $ # PROG= kldstat diff --git a/sbin/kldstat/kldstat.8 b/sbin/kldstat/kldstat.8 index cd1d6a7dc23c4..75f0859b1c86b 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. .\" -.\" $Id: kldstat.8,v 1.3 1998/01/05 07:09:28 charnier Exp $ +.\" $Id: kldstat.8,v 1.4 1998/03/19 07:45:28 charnier Exp $ .\" .Dd April 25, 1997 .Dt KLDSTAT 8 diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 49cdd7a3cde9f..f42cb5f37b8fc 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: kldstat.c,v 1.4 1998/01/05 07:09:28 charnier Exp $"; #endif /* not lint */ #include <err.h> |