summaryrefslogtreecommitdiff
path: root/man/XSetWMClientMachine.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/XSetWMClientMachine.man
parent08e6b36292ebf01ba2dcc4a48ec371c6f5d13458 (diff)
downloadxorg-lib-libX11-4eb167f5aca4cca05a230c728ffdb4fd382a4e1e.tar.gz
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/XSetWMClientMachine.man')
-rw-r--r--man/XSetWMClientMachine.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XSetWMClientMachine.man b/man/XSetWMClientMachine.man
index 1fe1fa39..b3b1a4e7 100644
--- a/man/XSetWMClientMachine.man
+++ b/man/XSetWMClientMachine.man
@@ -93,25 +93,25 @@ XTextProperty *\fItext_prop_return\fP\^);
Specifies the connection to the X server.
.IP \fItext_prop\fP 1i
Specifies the
-.ZN XTextProperty
+.B XTextProperty
structure to be used.
.IP \fItext_prop_return\fP 1i
Returns the
-.ZN XTextProperty
+.B XTextProperty
structure.
.IP \fIw\fP 1i
Specifies the window.
.SH DESCRIPTION
The
-.ZN XSetWMClientMachine
+.B XSetWMClientMachine
convenience function calls
-.ZN XSetTextProperty
+.B XSetTextProperty
to set the WM_CLIENT_MACHINE property.
.LP
The
-.ZN XGetWMClientMachine
+.B XGetWMClientMachine
convenience function performs an
-.ZN XGetTextProperty
+.B XGetTextProperty
on the WM_CLIENT_MACHINE property.
It returns a nonzero status on success;
otherwise, it returns a zero status.