aboutsummaryrefslogtreecommitdiffstats
path: root/man5/utmp.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/utmp.5')
-rw-r--r--man5/utmp.58
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 */