From 286578e83ed6519fb654547b70b6d9d58708f095 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 31 May 2025 15:06:23 -0700 Subject: [PATCH] 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 Part-of: --- hw/xwin/man/XWin.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xwin/man/XWin.man b/hw/xwin/man/XWin.man index d84d95e30..385e90ceb 100644 --- a/hw/xwin/man/XWin.man +++ b/hw/xwin/man/XWin.man @@ -329,7 +329,7 @@ values will yield a still more detailed debug output. .TP 8 .B "\-xkbrules \fIrule\fP" .TP 8 -.B "\-xkbvariant \fIvariant\fp" +.B "\-xkbvariant \fIvariant\fP" These options configure the xkeyboard extension to load a particular keyboard map as the X server starts. 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. .br * 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 The format of the \fI.XWinrc\fP file is given in the .BR XWinrc (5)