summaryrefslogtreecommitdiff
path: root/man/XtGetApplicationNameAndClass.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtGetApplicationNameAndClass.man')
-rw-r--r--man/XtGetApplicationNameAndClass.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtGetApplicationNameAndClass.man b/man/XtGetApplicationNameAndClass.man
index 99efa5c..869447b 100644
--- a/man/XtGetApplicationNameAndClass.man
+++ b/man/XtGetApplicationNameAndClass.man
@@ -65,15 +65,15 @@ void XtGetApplicationNameAndClass(Display* \fIdisplay\fP, String*
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies an open display connection that has been initialized with
-.ZN XtDisplayInitialize .
+.BR XtDisplayInitialize .
.IP \fIname_return\fP 1i
Returns the application name.
.IP \fIclass_return\fP 1i
Returns the application class.
.SH DESCRIPTION
-.ZN XtGetApplicationNameAndClass
+.BR XtGetApplicationNameAndClass
returns the application name and class passed to
-.ZN XtDisplayInitialize
+.BR XtDisplayInitialize
for the specified display. If the display was never initialized or
has been closed, the result is undefined. The returned strings are
owned by the Intrinsics and must not be modified or freed by the