diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-16 13:16:28 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-16 13:37:53 -0400 |
commit | ca3f8db51e629e59d94873c41642d1e8b8324c9a (patch) | |
tree | 2b8295b88f4598e2033a38d106225fa7f6ed2495 /man | |
parent | 4a04da5838bdea2893ebe63c97465fa7349d92ac (diff) |
None of the versions of the "Ds" macro (going back to X11R4) worked with
groff, and would display badly. Modified the macro in the files which use
it, to do what was intended.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/XtMalloc.man | 5 | ||||
-rw-r--r-- | man/XtPopdown.man | 5 | ||||
-rw-r--r-- | man/XtPopup.man | 5 | ||||
-rw-r--r-- | man/XtSetArg.man | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/man/XtMalloc.man b/man/XtMalloc.man index 8524ef7..b76c392 100644 --- a/man/XtMalloc.man +++ b/man/XtMalloc.man @@ -36,11 +36,8 @@ .na .de Ds .nf -.\\$1 \\$2 \\$1 +.in +0.4i .ft CW -.ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp .. .de De .ce 0 diff --git a/man/XtPopdown.man b/man/XtPopdown.man index 5a5fd6c..c43d6db 100644 --- a/man/XtPopdown.man +++ b/man/XtPopdown.man @@ -36,11 +36,8 @@ .na .de Ds .nf -.\\$1 \\$2 \\$1 +.in +0.4i .ft CW -.ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp .. .de De .ce 0 diff --git a/man/XtPopup.man b/man/XtPopup.man index 5f0192b..be2ab24 100644 --- a/man/XtPopup.man +++ b/man/XtPopup.man @@ -37,11 +37,8 @@ .na .de Ds .nf -.\\$1 \\$2 \\$1 +.in +0.4i .ft CW -.ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp .. .de De .ce 0 diff --git a/man/XtSetArg.man b/man/XtSetArg.man index 0dede1f..33fc0cc 100644 --- a/man/XtSetArg.man +++ b/man/XtSetArg.man @@ -36,11 +36,8 @@ .na .de Ds .nf -.\\$1 \\$2 \\$1 +.in +0.4i .ft CW -.ps \\n(PS -.\".if \\n(VS>=40 .vs \\n(VSu -.\".if \\n(VS<=39 .vs \\n(VSp .. .de De .ce 0 |