Prepare for `MR` macro migration. Migrate man page cross references in unfilled examples from using font selection escape sequences to font alternation macros to set man page cross references. Signed-off-by: "G. Branden Robinson" <g.branden.robinson@xxxxxxxxx> --- man/man5/utmp.5 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/man/man5/utmp.5 b/man/man5/utmp.5 index 0139241ed..1d7291e7f 100644 --- a/man/man5/utmp.5 +++ b/man/man5/utmp.5 @@ -48,13 +48,17 @@ .SH DESCRIPTION #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(1)) */ + \c +.BR init (1))\ \c +*/ #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(1) */ +#define INIT_PROCESS 5 /* Process spawned by \c +.BR init (1)\ \c +*/ #define LOGIN_PROCESS 6 /* Session leader process for user login */ #define USER_PROCESS 7 /* Normal process */ #define DEAD_PROCESS 8 /* Terminated process */ @@ -81,12 +85,15 @@ .SH DESCRIPTION messages */ struct exit_status ut_exit; /* Exit status of a process marked as DEAD_PROCESS; not - used by Linux \fBinit\P(1) */ + used by Linux \c +.BR init (1)\ \c +*/ /* 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. */ #if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32 - int32_t ut_session; /* Session ID (\fBgetsid\fP(2)), + int32_t ut_session; /* Session ID (\c +.BR getsid (2) ), used for windowing */ struct { int32_t tv_sec; /* Seconds */ -- 2.30.2
Attachment:
signature.asc
Description: PGP signature