wmemcmp.3, issue.5, motd.5: Convert inline formatting (\fX...\fP) to dot-directive formatting

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-06-07 17:29:33 +02:00
parent 509e20562d
commit 287bfbdb52
3 changed files with 12 additions and 5 deletions

View File

@ -59,11 +59,14 @@ is greater than
It returns an integer less than zero if It returns an integer less than zero if
at the first differing position at the first differing position
.I i .I i
(\fIi\fP < .RI ( i
<
.IR n ), .IR n ),
the corresponding the corresponding
wide-character \fIs1[i]\fP is less than wide-character
\fIs2[i]\fP. .I s1[i]
is less than
.IR s2[i] .
.SH CONFORMING TO .SH CONFORMING TO
C99. C99.
.SH SEE ALSO .SH SEE ALSO

View File

@ -28,7 +28,9 @@
.SH NAME .SH NAME
issue \- prelogin message and identification file issue \- prelogin message and identification file
.SH DESCRIPTION .SH DESCRIPTION
The file \fI/etc/issue\fP is a text file which contains a message or The file
.I /etc/issue
is a text file which contains a message or
system identification to be printed before the login prompt. system identification to be printed before the login prompt.
It may contain various \fB@\fP\fIchar\fP and \fB\e\fP\fIchar\fP It may contain various \fB@\fP\fIchar\fP and \fB\e\fP\fIchar\fP
sequences, if supported by the sequences, if supported by the

View File

@ -28,7 +28,9 @@
.SH NAME .SH NAME
motd \- message of the day motd \- message of the day
.SH DESCRIPTION .SH DESCRIPTION
The contents of \fI/etc/motd\fP are displayed by The contents of
.I /etc/motd
are displayed by
.BR login (1) .BR login (1)
after a successful login but just before it executes the login shell. after a successful login but just before it executes the login shell.