diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-02 21:49:28 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-02 21:49:28 +0200 |
commit | 3b5b654d5b539364a2f19b5206a79fb2e13f810f (patch) | |
tree | 3d0befdc0ca3fba7248c637baa86dad66a361d71 /man | |
parent | 4004d85df9e81fc8bcddacae15a2715ccdd6627c (diff) |
Replace last two uses of .Pn with .ZN
After this patch the macro can savely be removed.
Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man')
-rw-r--r-- | man/XtAddEventHandler.man | 4 | ||||
-rw-r--r-- | man/XtAddExposureToRegion.man | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/XtAddEventHandler.man b/man/XtAddEventHandler.man index 6e046db..29ba041 100644 --- a/man/XtAddEventHandler.man +++ b/man/XtAddEventHandler.man @@ -93,8 +93,8 @@ Specifies the event mask for which \*(Em. .ds Nm called or removed .IP \fInonmaskable\fP 1i Specifies a Boolean value that indicates whether this procedure should be -\*(Nm on the nonmaskable events -.Pn ( GraphicsExpose , +\*(Nm on the nonmaskable events ( +.ZN GraphicsExpose , .ZN NoExpose , .ZN SelectionClear , .ZN SelectionRequest , diff --git a/man/XtAddExposureToRegion.man b/man/XtAddExposureToRegion.man index d20c18a..cbf3627 100644 --- a/man/XtAddExposureToRegion.man +++ b/man/XtAddExposureToRegion.man @@ -70,8 +70,8 @@ or .ZN GraphicsExpose event. .IP \fIregion\fP 1i -Specifies the region object (as defined in -.Pn < X11/Xutil.h >). +Specifies the region object (as defined in < +.ZN X11/Xutil.h >). .SH DESCRIPTION The .ZN XtAddExposureToRegion |