diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-02 22:50:51 +0200 |
commit | 7caf7f47d473e92cf0fc36bf03720765916c17be (patch) | |
tree | fc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtGetApplicationNameAndClass.man | |
parent | 3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff) |
replace .ZN with .BR
By replacing we do two things:
1. this fixes the troff behavier
2. this moves us closer to std. man pages
3. after this patch the macro ZN can be deleted
Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtGetApplicationNameAndClass.man')
-rw-r--r-- | man/XtGetApplicationNameAndClass.man | 6 |
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 |