diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-15 21:04:44 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-16 13:36:45 -0400 |
commit | 7bdec43f299d2538d66f65892766bf3c5dd27056 (patch) | |
tree | 4d48789d26536516b4f15775440dd9ee88f5e69c /man/XtAppCreateShell.man | |
parent | 283db645c56a5aa55af1665c309182e492a3c863 (diff) |
workaround for obsolete macro/command ".ny", in the manpages since late
1989 in X11R4. The command was given a ".ny0", but nroff did not accept
more than two-character names, so it "should" have been ".ny 0". Further,
since there is no standard macro "ny" (and no command), define a fallback.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppCreateShell.man')
-rw-r--r-- | man/XtAppCreateShell.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/XtAppCreateShell.man b/man/XtAppCreateShell.man index ec1cbc8..613e916 100644 --- a/man/XtAppCreateShell.man +++ b/man/XtAppCreateShell.man @@ -60,7 +60,9 @@ .ie t \fB\^\\$1\^\fR\\$2 .el \fI\^\\$1\^\fP\\$2 .. -.ny0 +.de ny +.. +.ny 0 .TH XtAppCreateShell __libmansuffix__ __xorgversion__ "XT FUNCTIONS" .SH NAME XtAppCreateShell, XtVaAppCreateShell \- create top-level widget instance |