XWin.man: fix typos in font change escapes
Fixes warnings from `mandoc -T lint`: mandoc: XWin.man:332:28: WARNING: invalid escape sequence: \fp mandoc: XWin.man:397:1: WARNING: invalid escape sequence: \fX Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2009>
This commit is contained in:
parent
bd08e04fcb
commit
286578e83e
|
@ -329,7 +329,7 @@ values will yield a still more detailed debug output.
|
||||||
.TP 8
|
.TP 8
|
||||||
.B "\-xkbrules \fIrule\fP"
|
.B "\-xkbrules \fIrule\fP"
|
||||||
.TP 8
|
.TP 8
|
||||||
.B "\-xkbvariant \fIvariant\fp"
|
.B "\-xkbvariant \fIvariant\fP"
|
||||||
These options configure the xkeyboard extension to load
|
These options configure the xkeyboard extension to load
|
||||||
a particular keyboard map as the X server starts.
|
a particular keyboard map as the X server starts.
|
||||||
The behavior is similar to the
|
The behavior is similar to the
|
||||||
|
@ -394,7 +394,7 @@ window, in both the generic case and for particular programs.
|
||||||
\fIXWin -multiwindow\fP produces for each top-level X-window.
|
\fIXWin -multiwindow\fP produces for each top-level X-window.
|
||||||
.br
|
.br
|
||||||
* To change the style that is associated to the \fIWindows\fP window that
|
* To change the style that is associated to the \fIWindows\fP window that
|
||||||
\fXWin I-multiwindow\fP produces for each top-level X window.
|
\fIXWin -multiwindow\fP produces for each top-level X window.
|
||||||
.PP
|
.PP
|
||||||
The format of the \fI.XWinrc\fP file is given in the
|
The format of the \fI.XWinrc\fP file is given in the
|
||||||
.BR XWinrc (5)
|
.BR XWinrc (5)
|
||||||
|
|
Loading…
Reference in New Issue