summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2020-11-27 20:04:22 +0100
committerWalter Harms <wharms@bfs.de>2020-11-27 20:04:22 +0100
commit14fb4e535626ba934cad5bc4308f511524cd1103 (patch)
treedb51e6d14d4470f9c51713ef90d6f1ea21822c89 /man
parentcb03da4447aa53e8e5382f124917d89b50148036 (diff)
FIX: warning: macro `hN' not defined
this was found by checking man pages with groff -t -mandoc -Z -wmac -Tutf8 $FILE >/dev/null In most cases .hN could be replaced with .BR Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man')
-rw-r--r--man/XCreateGC.man2
-rw-r--r--man/XErrorEvent.man2
-rw-r--r--man/XGraphicsExposeEvent.man2
-rw-r--r--man/XInitImage.man2
-rw-r--r--man/XOpenDisplay.man2
-rw-r--r--man/XParseGeometry.man2
-rw-r--r--man/XStringToKeysym.man2
-rw-r--r--man/XcmsStoreColor.man2
8 files changed, 8 insertions, 8 deletions
diff --git a/man/XCreateGC.man b/man/XCreateGC.man
index a37d6311..1c860a55 100644
--- a/man/XCreateGC.man
+++ b/man/XCreateGC.man
@@ -373,7 +373,7 @@ is typically the most useful because it will work on a color display,
but special applications may use other functions,
particularly in concert with particular planes of a color display.
The 16 GC functions, defined in
-.hN X11/X.h ,
+.BR X11/X.h ,
are:
.\" are listed in Table 5-1 along with the
.\"the associated hexadecimal code
diff --git a/man/XErrorEvent.man b/man/XErrorEvent.man
index 4e5025b9..c1e0c821 100644
--- a/man/XErrorEvent.man
+++ b/man/XErrorEvent.man
@@ -75,7 +75,7 @@ It is the number that was the value of
immediately before the failing call was made.
The request_code member is a protocol request
of the procedure that failed, as defined in
-.hN X11/Xproto.h .
+.BR X11/Xproto.h .
.SH "SEE ALSO"
AllPlanes(__libmansuffix__),
XAnyEvent(__libmansuffix__),
diff --git a/man/XGraphicsExposeEvent.man b/man/XGraphicsExposeEvent.man
index 840aed26..29f1cb16 100644
--- a/man/XGraphicsExposeEvent.man
+++ b/man/XGraphicsExposeEvent.man
@@ -123,7 +123,7 @@ a call to
.B XCopyPlane
initiated the request.
These constants are defined in
-.hN X11/Xproto.h .
+.BR X11/Xproto.h .
The minor_code member,
like the major_code member,
indicates which graphics request was initiated by
diff --git a/man/XInitImage.man b/man/XInitImage.man
index beb6b0ee..dda604f5 100644
--- a/man/XInitImage.man
+++ b/man/XInitImage.man
@@ -175,7 +175,7 @@ The basic functions used to get a pixel, set a pixel, create a subimage,
and add a constant value to an image are defined in the image object.
The functions in this section are really macro invocations of the functions
in the image object and are defined in
-.hN X11/Xutil.h .
+.BR X11/Xutil.h .
.LP
The
.B XGetPixel
diff --git a/man/XOpenDisplay.man b/man/XOpenDisplay.man
index c544259d..eb0a013e 100644
--- a/man/XOpenDisplay.man
+++ b/man/XOpenDisplay.man
@@ -98,7 +98,7 @@ returns a pointer to a
.B Display
structure,
which is defined in
-.hN X11/Xlib.h .
+.BR X11/Xlib.h .
If
.B XOpenDisplay
does not succeed, it returns NULL.
diff --git a/man/XParseGeometry.man b/man/XParseGeometry.man
index 77818b4c..5116a9c4 100644
--- a/man/XParseGeometry.man
+++ b/man/XParseGeometry.man
@@ -140,7 +140,7 @@ The bits are represented by
or
.B YNegative
and are defined in
-.hN X11/Xutil.h .
+.BR X11/Xutil.h .
They will be set whenever one of the values is defined
or one of the signs is set.
.LP
diff --git a/man/XStringToKeysym.man b/man/XStringToKeysym.man
index 86dcda76..ffa022e9 100644
--- a/man/XStringToKeysym.man
+++ b/man/XStringToKeysym.man
@@ -78,7 +78,7 @@ Specifies the name of the KeySym that is to be converted.
Returns the uppercase form of keysym, or keysym.
.SH DESCRIPTION
Standard KeySym names are obtained from
-.hN X11/keysymdef.h
+.B X11/keysymdef.h
by removing the XK_ prefix from each name.
KeySyms that are not part of the Xlib standard also may be obtained
with this function.
diff --git a/man/XcmsStoreColor.man b/man/XcmsStoreColor.man
index 53bf5af4..ac4fb0c4 100644
--- a/man/XcmsStoreColor.man
+++ b/man/XcmsStoreColor.man
@@ -145,7 +145,7 @@ function converts the colors specified in the array of
structures into RGB values and then uses these RGB specifications in
.B XColor
structures, whose three flags
-.Pn ( DoRed ,
+.RB ( DoRed ,
.BR DoGreen ,
and
.BR DoBlue )