summaryrefslogtreecommitdiff
path: root/tmac/doc.tmac
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-11 17:41:59 +0000
committerwlemb <wlemb>2001-04-11 17:41:59 +0000
commitf9ac690187728a64d60be39a86d953a8996d1963 (patch)
tree903cb15c2e6b94239e7f570742d4f1db8cfbffa6 /tmac/doc.tmac
parent620edff2a2e9827f9ea704a5d4901f1ccf402e06 (diff)
downloadgroff-f9ac690187728a64d60be39a86d953a8996d1963.tar.gz
* src/include/nonposix.h (fileno) [_MSC_VER]: Removed.
* font/devlbp/Makefile.sub (CLEANADD): Set it. * tmac/Makefile.sub (CLEANADD): Add tmac.local-s. * Makefile.in (dist): Don't remove src/xditview/Imakefile, but ... * Makefile.sub (DISTCLEANFILES): Here. * libs/libgroff/new.cc: Include `nonposix.h'. * win32-diffs: Updated. When inside displays, an empty input line warning should be suppressed. If another macro call is put inside a display, all subsequent empty lines found in that display caused a warning to be emitted. (doc-empty-line): Check the `doc-display-depth' register to determine whether we are inside display or not. the only change is that `.Fn' and `.Fc' put a final semicolon after a function declaration in the SYNOPSIS section).
Diffstat (limited to 'tmac/doc.tmac')
-rw-r--r--tmac/doc.tmac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index a280a099..815e3d46 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -6172,7 +6172,7 @@
.\" NS emit warning and print empty line
.
.de doc-empty-line
-. if !"\*[doc-macro-name]"Bd" \
+. if !\n[doc-display-depth] \
. tm mdoc warning: Empty input line #\n[.c]
. sp
..