summaryrefslogtreecommitdiff
path: root/man/XtError.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
committerWalter Harms <wharms@bfs.de>2019-04-15 23:03:31 +0200
commit4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch)
tree8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtError.man
parentfb7e899e94dd402c868e8eb59ccf32284732f6ac (diff)
remove in-text macros
The in-text macros are a problem when maintaining the text. While removing i noticed several problems with missing definitions this is fixed also.
Diffstat (limited to 'man/XtError.man')
-rw-r--r--man/XtError.man8
1 files changed, 3 insertions, 5 deletions
diff --git a/man/XtError.man b/man/XtError.man
index 9b6f5e8..d2dfbc5 100644
--- a/man/XtError.man
+++ b/man/XtError.man
@@ -70,13 +70,11 @@ void XtWarning(String \fImessage\fP);
.SH ARGUMENTS
.IP \fImessage\fP 1i
Specifies the nonfatal error message that is to be reported.
-.ds Ha fatal error procedure, which should not return, \
-or the nonfatal error procedure, which usually returns
.IP \fIhandler\fP 1i
-Specifies the new \*(Ha.
-.ds Me reported
+Specifies the new fatal error procedure, which should not return,
+or the nonfatal error procedure, which usually returns.
.IP \fImessage\fP 1i
-Specifies the message that is to be \*(Me.
+Specifies the message that is to be reported.
.SH DESCRIPTION
The
.BR XtError