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>
This commit is contained in:
Walter Harms 2020-11-27 20:04:22 +01:00
parent cb03da4447
commit 14fb4e5356
8 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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__),

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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 )