diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-09 23:21:02 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-21 10:29:14 +0100 |
| commit | d064d41a4b95ba7f2c70f180ab5445384fb948ab (patch) | |
| tree | 39b87c84ccfdfa6d35dd4698d68007e85b1b98d3 /man5/utmp.5 | |
| parent | d5de9d1dc5a7d20e2bbd2578b8be2ce0a9369619 (diff) | |
| download | man-pages-d064d41a4b95ba7f2c70f180ab5445384fb948ab.tar.gz | |
Various pages: Inside code blocks (.EX/.EE) use \- to get real minus signs
A real minus can be cut and pasted...
THere are a few exceptions that gave been excluded in the this
change. For example, where there' is a string such as "<p1-name>",
where p1-name is soome sort of pseudo-identifier.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5/utmp.5')
| -rw-r--r-- | man5/utmp.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/utmp.5 b/man5/utmp.5 index 24b0cba7f5..93c9c70cf0 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -66,7 +66,7 @@ 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 +#define RUN_LVL 1 /* Change in system run\-level (see \fBinit\fP(1)) */ #define BOOT_TIME 2 /* Time of system boot (in \fIut_tv\fP) */ #define NEW_TIME 3 /* Time after system clock change @@ -96,14 +96,14 @@ struct utmp { or inittab(5) ID */ char ut_user[UT_NAMESIZE]; /* Username */ char ut_host[UT_HOSTSIZE]; /* Hostname for remote login, or - kernel version for run-level + kernel version for run\-level messages */ struct exit_status ut_exit; /* Exit status of a process marked as DEAD_PROCESS; not used by Linux init(1) */ /* The ut_session and ut_tv fields must be the same size when - compiled 32- and 64-bit. This allows data files and shared - memory to be shared between 32- and 64-bit applications. */ + compiled 32\- and 64\-bit. This allows data files and shared + memory to be shared between 32\- and 64\-bit applications. */ #if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32 int32_t ut_session; /* Session ID (\fBgetsid\fP(2)), used for windowing */ |
