summaryrefslogtreecommitdiff
path: root/man/XtDisplayStringConversionWarning.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/XtDisplayStringConversionWarning.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/XtDisplayStringConversionWarning.man')
-rw-r--r--man/XtDisplayStringConversionWarning.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtDisplayStringConversionWarning.man b/man/XtDisplayStringConversionWarning.man
index 6390b38..2e4846c 100644
--- a/man/XtDisplayStringConversionWarning.man
+++ b/man/XtDisplayStringConversionWarning.man
@@ -72,18 +72,18 @@ Specifies the string that could not be converted.
Specifies the target representation type requested.
.SH DESCRIPTION
The
-.ZN XtDisplayStringConversionWarning
+.BR XtDisplayStringConversionWarning
function issues a warning message using
-.ZN XtAppWarningMsg
+.BR XtAppWarningMsg
with name ``conversionError'', type ``string'', class ``XtToolkitError,
and the default message string ``Cannot convert "\fIfrom_value\fP" to
type \fIto_type\fP''.
.LP
To issue other types of warning or error messages, the type converter
should use
-.ZN XtAppWarningMsg
+.BR XtAppWarningMsg
or
-.ZN XtAppErrorMsg .
+.BR XtAppErrorMsg .
.SH "SEE ALSO"
XtAppWarningMsg(3t)
.br