summaryrefslogtreecommitdiff
path: root/man/XtCreatePopupShell.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/XtCreatePopupShell.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/XtCreatePopupShell.man')
-rw-r--r--man/XtCreatePopupShell.man11
1 files changed, 4 insertions, 7 deletions
diff --git a/man/XtCreatePopupShell.man b/man/XtCreatePopupShell.man
index 3e20961..64f10a1 100644
--- a/man/XtCreatePopupShell.man
+++ b/man/XtCreatePopupShell.man
@@ -67,21 +67,18 @@ Widget \fIparent\fP, ArgList \fIargs\fP, Cardinal \fInum_args\fP);
Widget XtVaCreatePopupShell(String \fIname\fP, WidgetClass \fIwidget_class\fP,
Widget \fIparent\fP, ...\^);
.SH ARGUMENTS
-.ds Al to override the resource defaults
.IP \fIargs\fP 1i
-Specifies the argument list \*(Al.
-.ds Sh \ shell
+Specifies the argument list to override the resource defaults.
.IP \fIname\fP 1i
-Specifies the text name for the created\*(Sh widget.
+Specifies the text name for the created shell widget.
.IP \fInum_args\fP 1i
Specifies the number of arguments in the argument list.
.IP \fIparent\fP 1i
Specifies the parent widget.
-.ds Wc \ pointer for the created shell widget
.IP \fIwidget_class\fP 1i
-Specifies the widget class\*(Wc.
+Specifies the widget class pointer for the created shell widget.
.IP \fI...\fP 1i
-Specifies the variable argument list \*(Al.
+Specifies the variable argument list to override the resource defaults.
.SH DESCRIPTION
The
.BR XtCreatePopupShell