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/XtError.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/XtError.man')
-rw-r--r-- | man/XtError.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/XtError.man b/man/XtError.man index 449f7d0..00d6dea 100644 --- a/man/XtError.man +++ b/man/XtError.man @@ -60,7 +60,9 @@ .ie t \fB\^\\$1\^\fR\\$2 .el \fI\^\\$1\^\fP\\$2 .. -.ny0 +.de ny +.. +.ny 0 .TH XtError __libmansuffix__ __xorgversion__ "XT COMPATIBILITY FUNCTIONS" .SH NAME XtError, XtSetErrorHandler, XtSetWarningHandler, XtWarning \- low-level error handlers |