summaryrefslogtreecommitdiff
path: root/man/XSynchronize.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
committerWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
commit4eb167f5aca4cca05a230c728ffdb4fd382a4e1e (patch)
tree43d92fdddfc3921c4362106156caa566d725b9f0 /man/XSynchronize.man
parent08e6b36292ebf01ba2dcc4a48ec371c6f5d13458 (diff)
replace home grown .ZN with std, .B and .BR
Replace the home grown macro .ZN with std. macros from man macro paket. So we can get rid of the definition an get a clean header. Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XSynchronize.man')
-rw-r--r--man/XSynchronize.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XSynchronize.man b/man/XSynchronize.man
index f99facc5..f19f2396 100644
--- a/man/XSynchronize.man
+++ b/man/XSynchronize.man
@@ -97,20 +97,20 @@ Specifies a Boolean value that indicates whether to enable
or disable synchronization.
.SH DESCRIPTION
The
-.ZN XSynchronize
+.B XSynchronize
function returns
the previous after function.
If onoff is
-.ZN True ,
-.ZN XSynchronize
+.BR True ,
+.B XSynchronize
turns on synchronous behavior.
If onoff is
-.ZN False ,
-.ZN XSynchronize
+.BR False ,
+.B XSynchronize
turns off synchronous behavior.
.LP
The specified procedure is called with only a display pointer.
-.ZN XSetAfterFunction
+.B XSetAfterFunction
returns the previous after function.
.SH "SEE ALSO"
XSetErrorHandler(__libmansuffix__)