diff options
author | wlemb <wlemb> | 2000-10-26 14:15:06 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2000-10-26 14:15:06 +0000 |
commit | d512a69b13065fea8dfe89fdebc4dfdafb5e6941 (patch) | |
tree | ccd62cd31b27a59da67a4b239917be9ef82ceb4a /src/roff/nroff/nroff.man | |
parent | 7cdd47b59da0d60d0ef9be3e750a486b1c741511 (diff) | |
download | groff-d512a69b13065fea8dfe89fdebc4dfdafb5e6941.tar.gz |
Convert macros `tmac.XXX' to `XXX.tmac'. Special cases:
tmac.doc.old -> doc-old.tmac
tmac.an.old -> an-old.tmac
* tmac/tmac.*: Moved to ...
* tmac/*.tmac: this.
* tmac/man.local: Fix comment.
* tmac/groff_man.man, tmac/groff_markup.man, tmac/groff_mdoc.man,
tmac/groff_me.man, tmac/groff_ms.man, tmac/groff_tmac.man: Updated.
Added some `FILES' sections. More use of @...@ directives. Other
minor updates.
* arch/djgpp/README, font/devutf8/NOTES: Updated.
* doc/homepage.ms, doc/groff.texinfo: Updated.
* man/groff.man, man/roff.man: Updated.
* src/devices/grodvi/grodvi.man, src/devices/grolbp/grolbp.man,
src/devices/grolj4/grolj4.man, src/devices/grops/grops.man,
src/devices/grotty/grotty.man: Updated.
* src/preproc/pic/pic.man: Updated.
* src/roff/grog/grog.pl, src/roff/grog/grog.sh: Use -mdoc-old
instead of -mdoc.old.
* src/roff/grog/grog.man: Document -mdoc and -mdoc-old.
* src/roff/nroff/nroff.man: Updated.
* NEWS: Updated.
* tmac/fixmacros.sed, tmac/strip.sed: Add explanatory comment.
* tmac/mm.diff: Removed -- it has no use now since the mm package
is part of groff.
* tmac/*: Removed trailing spaces.
* arch/djgpp/t-groff.bat: Fix GROFF_TMAC_PATH (hyphen.us is now in
the tmac subdirectory also).
Diffstat (limited to 'src/roff/nroff/nroff.man')
-rw-r--r-- | src/roff/nroff/nroff.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/nroff/nroff.man b/src/roff/nroff/nroff.man index 6522c2b4..7a1a1c4b 100644 --- a/src/roff/nroff/nroff.man +++ b/src/roff/nroff/nroff.man @@ -99,7 +99,7 @@ executable. If unset, `@BINDIR@' is used. This shell script is basically intended for use with .BR man (1), so warnings are suppressed. -nroff-style character definitions (in the file tmac.tty-char) are also +nroff-style character definitions (in the file tty-char.tmac) are also loaded to emulate unrepresentable glyphs. .SH "SEE ALSO" .BR groff (@MAN1EXT@), |