Typo and whitespace fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2008-09-29 11:15:48 +02:00 committed by Michael Kerrisk
parent 178d104e83
commit 9d16961a57
1 changed files with 14 additions and 14 deletions

View File

@ -59,8 +59,8 @@ around; details depend on the version of libc):
#define EMPTY 0 /* Record does not contain valid info
(formerly known as UT_UNKNOWN on Linux) */
#define RUN_LVL 1 /* Change in system run-level (see
\fBinit\fP(8) */
#define BOOT_TIME 2 /* Time of system booy (in \fIut_tv\fP) */
\fBinit\fP(8)) */
#define BOOT_TIME 2 /* Time of system boot (in \fIut_tv\fP) */
#define NEW_TIME 3 /* Time after system clock change
(in \fIut_tv\fP) */
#define OLD_TIME 4 /* Time before system clock change
@ -114,7 +114,7 @@ struct utmp {
char __unused[20]; /* Reserved for future use */
};
/* Backwards compatibility hacks. */
/* Backwards compatibility hacks */
#define ut_name ut_user
#ifndef _NO_UT_TIME
#define ut_time ut_tv.tv_sec