diff options
author | des <des@FreeBSD.org> | 1998-11-07 00:29:09 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-11-07 00:29:09 +0000 |
commit | 539046af9f6def714d3562c2bf49b1117bc68467 (patch) | |
tree | aafbd6f9a81790810ffd4da77ff95b9431860700 /sbin/kldstat/kldstat.c | |
parent | 010392a4c765d6f46145054ba5d6180d2460542a (diff) | |
download | FreeBSD-src-539046af9f6def714d3562c2bf49b1117bc68467.zip FreeBSD-src-539046af9f6def714d3562c2bf49b1117bc68467.tar.gz |
Cosmetic fix (make header align with data)
Diffstat (limited to 'sbin/kldstat/kldstat.c')
-rw-r--r-- | sbin/kldstat/kldstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index 49cdd7a..8df5cec 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> @@ -111,7 +111,7 @@ main(int argc, char** argv) err(1, "can't find file %s", filename); } - printf("Id Refs Address Size Name\n"); + printf("Id Refs Address Size Name\n"); if (fileid) printfile(fileid, verbose); else |