summaryrefslogtreecommitdiff
path: root/man/XtConvert.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtConvert.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
downloadxorg-lib-libXt-7caf7f47d473e92cf0fc36bf03720765916c17be.tar.gz
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/XtConvert.man')
-rw-r--r--man/XtConvert.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XtConvert.man b/man/XtConvert.man
index a581375..98e1ca0 100644
--- a/man/XtConvert.man
+++ b/man/XtConvert.man
@@ -88,29 +88,29 @@ Returns the converted value.
Specifies the widget \*(Wi.
.SH DESCRIPTION
The
-.ZN XtConvert
+.BR XtConvert
function looks up the type converter registered to convert from_type
to to_type, computes any additional arguments needed, and then calls
-.ZN XtDirectConvert .
-.ZN XtConvert
+.BR XtDirectConvert .
+.BR XtConvert
has been replaced by
-.ZN XtConvertAndStore .
+.BR XtConvertAndStore .
.LP
The
-.ZN XtDirectConvert
+.BR XtDirectConvert
function looks in the converter cache to see if this conversion procedure
has been called with the specified arguments.
If so, it returns a descriptor for information stored in the cache;
otherwise, it calls the converter and enters the result in the cache.
.LP
Before calling the specified converter,
-.ZN XtDirectConvert
+.BR XtDirectConvert
sets the return value size to zero and the return value address to NULL.
To determine if the conversion was successful,
the client should check to_return.address for non-NULL.
-.ZN XtDirectConvert
+.BR XtDirectConvert
has been replaced by
-.ZN XtCallConverter .
+.BR XtCallConverter .
.SH "SEE ALSO"
XtAppAddConverter(__libmansuffix__),
XtStringConversionWarning(__libmansuffix__),