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/XtErrorMsg.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/XtErrorMsg.man')
-rw-r--r-- | man/XtErrorMsg.man | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XtErrorMsg.man b/man/XtErrorMsg.man index 028f851..4d32f98 100644 --- a/man/XtErrorMsg.man +++ b/man/XtErrorMsg.man @@ -90,24 +90,24 @@ Specifies the number of values in the parameter list. Specifies a pointer to a list of values to be stored in the message. .SH DESCRIPTION The -.ZN XtErrorMsg +.BR XtErrorMsg function has been superceded by -.ZN XtAppErrorMsg . +.BR XtAppErrorMsg . .LP The -.ZN XtSetErrorMsgHandler +.BR XtSetErrorMsgHandler function has been superceded by -.ZN XtAppSetErrorMsgHandler . +.BR XtAppSetErrorMsgHandler . .LP The -.ZN XtSetWarningMsgHandler +.BR XtSetWarningMsgHandler function has been superceded by -.ZN XtAppSetWarningMsgHandler . +.BR XtAppSetWarningMsgHandler . .LP The -.ZN XtWarningMsg +.BR XtWarningMsg function has been superceded by -.ZN XtAppWarningMsg +.BR XtAppWarningMsg .SH "SEE ALSO" .BR XtAppErrorMsg (__libmansuffix__) .br |