summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2020-11-27 19:00:00 +0100
committerWalter Harms <wharms@bfs.de>2020-11-27 19:00:00 +0100
commitcb03da4447aa53e8e5382f124917d89b50148036 (patch)
treefe9736dabc0c0c63cfb3e75c47c9e5246de6d96f
parentcc9f8878f2cbe17c7b4035b4ff4352b52ece38e0 (diff)
downloadxorg-lib-libX11-cb03da4447aa53e8e5382f124917d89b50148036.tar.gz
FIX: warning: macro `Pn' not defined
The missing macro is found via: roff -t -mandoc -Z -wmac -Tutf8 XAnyEvent.man >/dev/null To fix the problem the macro is replaced with .RB. Signed-off-by: Walter Harms <wharms@bfs.de>
-rw-r--r--man/XAnyEvent.man2
-rw-r--r--man/XCreateGC.man2
-rw-r--r--man/XGrabKeyboard.man2
-rw-r--r--man/XGrabPointer.man2
-rw-r--r--man/XLoadFont.man4
-rw-r--r--man/XOpenDisplay.man2
-rw-r--r--man/XParseGeometry.man2
-rw-r--r--man/XSetInputFocus.man4
-rw-r--r--man/XSetScreenSaver.man4
-rw-r--r--man/XTextExtents.man2
-rw-r--r--man/XcmsStoreColor.man2
11 files changed, 14 insertions, 14 deletions
diff --git a/man/XAnyEvent.man b/man/XAnyEvent.man
index 696f4992..77ca81ef 100644
--- a/man/XAnyEvent.man
+++ b/man/XAnyEvent.man
@@ -50,7 +50,7 @@
XAnyEvent, XEvent \- generic X event structures
.SH STRUCTURES
All the event structures declared in
-.Pn < X11/Xlib.h >
+.RB < X11/Xlib.h >
have the following common members:
.EX
typedef struct {
diff --git a/man/XCreateGC.man b/man/XCreateGC.man
index 0c7674f7..a37d6311 100644
--- a/man/XCreateGC.man
+++ b/man/XCreateGC.man
@@ -160,7 +160,7 @@ The
.B XGetGCValues
function returns the components specified by valuemask for the specified GC.
If the valuemask contains a valid set of GC mask bits
-.Pn ( GCFunction ,
+.RB ( GCFunction ,
.BR GCPlaneMask ,
.BR GCForeground ,
.BR GCBackground ,
diff --git a/man/XGrabKeyboard.man b/man/XGrabKeyboard.man
index 60cad668..e47a01d2 100644
--- a/man/XGrabKeyboard.man
+++ b/man/XGrabKeyboard.man
@@ -153,7 +153,7 @@ or later than the current X server time,
it fails and returns
.BR GrabInvalidTime .
Otherwise, the last-keyboard-grab time is set to the specified time
-.Pn ( CurrentTime
+.RB ( CurrentTime
is replaced by the current X server time).
.LP
.B XGrabKeyboard
diff --git a/man/XGrabPointer.man b/man/XGrabPointer.man
index fb10a6a5..b0e44616 100644
--- a/man/XGrabPointer.man
+++ b/man/XGrabPointer.man
@@ -199,7 +199,7 @@ If the specified time is earlier than the last-pointer-grab time or later
than the current X server time, it fails and returns
.BR GrabInvalidTime .
Otherwise, the last-pointer-grab time is set to the specified time
-.Pn ( CurrentTime
+.RB ( CurrentTime
is replaced by the current X server time).
.LP
.B XGrabPointer
diff --git a/man/XLoadFont.man b/man/XLoadFont.man
index 4fc237ba..5c4bda2e 100644
--- a/man/XLoadFont.man
+++ b/man/XLoadFont.man
@@ -305,9 +305,9 @@ It is just a hint as to whether most
.B XCharStruct
elements
have a positive
-.Pn ( FontLeftToRight )
+.RB ( FontLeftToRight )
or a negative
-.Pn ( FontRightToLeft )
+.RB ( FontRightToLeft )
character width
metric.
The core protocol defines no support for vertical text.
diff --git a/man/XOpenDisplay.man b/man/XOpenDisplay.man
index c385057b..c544259d 100644
--- a/man/XOpenDisplay.man
+++ b/man/XOpenDisplay.man
@@ -127,7 +127,7 @@ The
function closes the connection to the X server for the display specified in the
.B Display
structure and destroys all windows, resource IDs
-.Pn ( Window ,
+.RB ( Window ,
.BR Font ,
.BR Pixmap ,
.BR Colormap ,
diff --git a/man/XParseGeometry.man b/man/XParseGeometry.man
index 8fc042db..77818b4c 100644
--- a/man/XParseGeometry.man
+++ b/man/XParseGeometry.man
@@ -158,7 +158,7 @@ function combines any geometry information (given in the format used by
specified by the user and by the calling program with size hints
(usually the ones to be stored in WM_NORMAL_HINTS) and returns the position,
size, and gravity
-.Pn ( NorthWestGravity ,
+.RB ( NorthWestGravity ,
.BR NorthEastGravity ,
.BR SouthEastGravity ,
or
diff --git a/man/XSetInputFocus.man b/man/XSetInputFocus.man
index b0584b80..a47854d4 100644
--- a/man/XSetInputFocus.man
+++ b/man/XSetInputFocus.man
@@ -78,7 +78,7 @@ or
.BR RevertToNone .
.IP \fIrevert_to_return\fP 1i
Returns the current focus state
-.Pn ( RevertToParent ,
+.RB ( RevertToParent ,
.BR RevertToPointerRoot ,
or
.BR RevertToNone ).
@@ -93,7 +93,7 @@ function changes the input focus and the last-focus-change time.
It has no effect if the specified time is earlier than the current
last-focus-change time or is later than the current X server time.
Otherwise, the last-focus-change time is set to the specified time
-.Pn ( CurrentTime
+.RB ( CurrentTime
is replaced by the current X server time).
.B XSetInputFocus
causes the X server to generate
diff --git a/man/XSetScreenSaver.man b/man/XSetScreenSaver.man
index 2d047986..46626a46 100644
--- a/man/XSetScreenSaver.man
+++ b/man/XSetScreenSaver.man
@@ -73,7 +73,7 @@ or
.BR DefaultExposures .
.IP \fIallow_exposures_return\fP 1i
Returns the current screen save control value
-.Pn ( DontAllowExposures ,
+.RB ( DontAllowExposures ,
.BR AllowExposures ,
or
.BR DefaultExposures ).
@@ -98,7 +98,7 @@ or
.BR DefaultBlanking .
.IP \fIprefer_blanking_return\fP 1i
Returns the current screen blanking preference
-.Pn ( DontPreferBlanking ,
+.RB ( DontPreferBlanking ,
.BR PreferBlanking ,
or
.BR DefaultBlanking ).
diff --git a/man/XTextExtents.man b/man/XTextExtents.man
index c5109a6e..523c14cf 100644
--- a/man/XTextExtents.man
+++ b/man/XTextExtents.man
@@ -72,7 +72,7 @@ int *\fIfont_ascent_return\fP, int *\fIfont_descent_return\fP\^, XCharStruct
.SH ARGUMENTS
.IP \fIdirection_return\fP 1i
Returns the value of the direction hint
-.Pn ( FontLeftToRight
+.RB ( FontLeftToRight
or
.BR FontRightToLeft ).
.IP \fIdisplay\fP 1i
diff --git a/man/XcmsStoreColor.man b/man/XcmsStoreColor.man
index c31646c2..53bf5af4 100644
--- a/man/XcmsStoreColor.man
+++ b/man/XcmsStoreColor.man
@@ -96,7 +96,7 @@ structure into RGB values.
It then uses this RGB specification in an
.B XColor
structure, whose three flags
-.Pn ( DoRed ,
+.RB ( DoRed ,
.BR DoGreen ,
and
.BR DoBlue )