diff options
author | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
---|---|---|
committer | Walter Harms <wharms@bfs.de> | 2019-04-15 23:03:31 +0200 |
commit | 4b446ce8b20b1de1488c73e1841dafbd25ca949f (patch) | |
tree | 8d3514c6c44df83720fc1413f1e6fb95d13a5e56 /man/XtCreatePopupShell.man | |
parent | fb7e899e94dd402c868e8eb59ccf32284732f6ac (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.man | 11 |
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 |