diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-08-05 11:11:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-08-05 11:11:42 +0000 |
commit | 97ca36d2603aaf8df3de8704579ec1adec16e8b2 (patch) | |
tree | e3417f421ee75d43a26c0025dc9f1eb90ae32f16 /usr.bin/modstat | |
parent | 7547db07ac4d698919b280962106103fec12e5e8 (diff) |
fix formatting
Diffstat (limited to 'usr.bin/modstat')
-rw-r--r-- | usr.bin/modstat/modstat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 964262e94c4..3a423c3c573 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -1,4 +1,4 @@ -/* * $OpenBSD: modstat.c,v 1.4 1996/07/02 06:37:57 deraadt Exp $*/ +/* * $OpenBSD: modstat.c,v 1.5 1996/08/05 11:11:41 mickey Exp $*/ /* * Copyright (c) 1993 Terrence R. Lambert. * All rights reserved. @@ -94,7 +94,7 @@ dostat(devfd, modnum, modname) /* * Decode this stat buffer... */ - printf("%-7s %3d %3d %08x %04x %8x %3d s\n", + printf("%-7s %3d %3d %08x %04x %8x %3d %s\n", type_names[sbuf.type], sbuf.id, /* module id */ sbuf.offset, /* offset into modtype struct */ @@ -159,7 +159,7 @@ main(argc, argv) atexit(cleanup); - printf("Type Id Off Loadaddr Size Info Rev Module Name\n"); + printf("Type Id Off Loadaddr Size Info Rev Module Name\n"); /* * Oneshot? |