diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-19 22:37:18 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-19 22:37:18 +0200 |
| commit | 4a95bc02816dd660bf79bf10cbc0702525271c4d (patch) | |
| tree | 64d84d25fd4d90a71bce0737b48fa8abfa9ef578 /man5 | |
| parent | a15037250d87c1089127812fe5f9c08ff7fbb498 (diff) | |
| download | man-pages-4a95bc02816dd660bf79bf10cbc0702525271c4d.tar.gz | |
utmp.5: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/utmp.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man5/utmp.5 b/man5/utmp.5 index e29fda98a7..cac291942e 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -65,13 +65,13 @@ 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)) */ + \fBinit\fP(1)) */ #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 (in \fIut_tv\fP) */ -#define INIT_PROCESS 5 /* Process spawned by \fBinit\fP(8) */ +#define INIT_PROCESS 5 /* Process spawned by \fBinit\fP(1) */ #define LOGIN_PROCESS 6 /* Session leader process for user login */ #define USER_PROCESS 7 /* Normal process */ #define DEAD_PROCESS 8 /* Terminated process */ |
