summaryrefslogtreecommitdiff
path: root/man/XtPopdown.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-04 21:46:55 +0200
committerWalter Harms <wharms@bfs.de>2019-04-04 21:46:55 +0200
commit76ed3193af4416324a18795fe3bee4fb37e9791f (patch)
tree9e13862755f33a965c467f39f370c25f1ed7b9e8 /man/XtPopdown.man
parentb01eaa82c190b390f6a0de74668ed88a41b3d6b8 (diff)
downloadxorg-lib-libXt-76ed3193af4416324a18795fe3bee4fb37e9791f.tar.gz
replace the use of .Ds/.De macro with the std. RS/.RE macro
this make way to remove all private macro definitions from the header. Now only plain man macros are used.
Diffstat (limited to 'man/XtPopdown.man')
-rw-r--r--man/XtPopdown.man5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/XtPopdown.man b/man/XtPopdown.man
index fc6348f..95b28c2 100644
--- a/man/XtPopdown.man
+++ b/man/XtPopdown.man
@@ -118,12 +118,13 @@ function casts the client data parameter to an
.BR XtPopdownID
pointer:
.LP
-.Ds
+.RS
+.nf
typedef struct {
Widget shell_widget;
Widget enable_widget;
} XtPopdownIDRec, *XtPopdownID;
-.De
+.RE
.LP
The shell_widget is the pop-up shell to pop down,
and the enable_widget is the widget that was used to pop it up.