summaryrefslogtreecommitdiff
path: root/usr.bin/modstat
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-03-08 12:04:25 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-03-08 12:04:25 +0000
commitd7e6040dd6afaefaef44f40aacdb56958ffa287c (patch)
tree16e76c7bf855a05a3a27caf1b79698d9a506ed3c /usr.bin/modstat
parent043930008027c7e17e8bccc40f67769bd4a11b50 (diff)
Notes
Diffstat (limited to 'usr.bin/modstat')
-rw-r--r--usr.bin/modstat/modstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c
index 5f080d631a6e..a627ba63d4e0 100644
--- a/usr.bin/modstat/modstat.c
+++ b/usr.bin/modstat/modstat.c
@@ -32,7 +32,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: modstat.c,v 1.4.2.2 1997/08/29 05:29:36 imp Exp $";
+ "$Id: modstat.c,v 1.4.2.3 1997/09/15 09:20:51 jkh Exp $";
#endif /* not lint */
#include <a.out.h>
@@ -101,7 +101,7 @@ dostat(devfd, modnum, modname)
sbuf.id, /* module id */
sbuf.offset, /* offset into modtype struct */
sbuf.area, /* address module loaded at */
- sbuf.size, /* size in pages(K) */
+ sbuf.size, /* size in K */
sbuf.private, /* kernel address of private area */
sbuf.ver, /* Version; always 1 for now */
sbuf.name /* name from private area */