commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed May 23 20:32:09 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed May 23 20:32:09 2001 +0000 |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd [diff] [blame] |
Patch from larry to fix some grammar errors.
diff --git a/miscutils/dutmp.c b/miscutils/dutmp.c index 5732539..df7f64d 100644 --- a/miscutils/dutmp.c +++ b/miscutils/dutmp.c
@@ -49,7 +49,7 @@ (long)ut.ut_addr); } #else - /* Glibc, uClibc, etc */ + /* Glibc, uClibc, etc. */ while (read(file, (void*)&ut, sizeof(struct utmp))) { printf("%d|%d|%s|%s|%s|%s|%d|%d|%ld|%ld|%ld|%x\n", ut.ut_type, ut.ut_pid, ut.ut_line,