summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-10-25 21:06:40 +0000
committerwlemb <wlemb>2000-10-25 21:06:40 +0000
commit7cdd47b59da0d60d0ef9be3e750a486b1c741511 (patch)
treea4e2bb5ff7c3b93cf1322ddf5046b161ddb0a3da /doc
parent4208ab6d18cf5bf71f4c444db0adf3b3e2b0ce17 (diff)
downloadgroff-7cdd47b59da0d60d0ef9be3e750a486b1c741511.tar.gz
Invert current behaviour: Search first FOOBAR.tmac, then
tmac.FOOBAR. * src/roff/troff/input.cc: Introduce MACRO_POSTFIX. (open_mac_file, macro_source): Implement it. * src/roff/troff/troff.man, tmac/groff_tmac.man, man/roff.man, doc/groff.texinfo, NEWS: Document it. * src/roff/nroff/nroff.man, src/roff/groff/groff.man, man/groff.man: Small documentation improvements. * test-groff: Fix GROFF_TMAC_PATH (hyphen.us is now in the tmac subdirectory also). * font/devps/Makefile.sub: Fix rules for dingbats.*map.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texinfo14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 386c4d9a..d72d3ec5 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -1233,9 +1233,9 @@ one-letter name; @var{name} can be of arbitrary length.
Use @var{fam} as the default font family.
@item -m@var{name}
-Read in the file @file{tmac.@var{name}}. Normally this will be searched
+Read in the file @file{@var{name}.tmac}. Normally this will be searched
for in the macro directories of @code{groff}. If it isn't found,
-@file{@var{name}.tmac} will be tried (and searched in the same
+@file{tmac.@var{name}} will be tried (and searched in the same
directories).
@item -n@var{num}
@@ -4115,8 +4115,8 @@ The hyphenation character is associated with the current environment
@cindex patterns for hyphenation
@Deffn{Request, hpf, pattern_file}
Read in a file of hyphenation patterns. This file will be searched for
-in the same way as @file{tmac.@var{name}} (resp.@:
-@file{@var{name}.tmac}) is searched for if the @option{-m@var{name}}
+in the same way as @file{@var{name}.tmac} (resp.@:
+@file{tmac.@var{name}}) is searched for if the @option{-m@var{name}}
option is specified.
It should have the same format as the argument to the @code{\patterns}
@@ -6344,7 +6344,7 @@ name.
This would be called as
@example
-.vl $Id: groff.texinfo,v 1.48 2000/10/24 20:39:01 wlemb Exp $
+.vl $Id: groff.texinfo,v 1.49 2000/10/25 21:06:42 wlemb Exp $
@end example
@xref{Request Arguments}.
@@ -7151,8 +7151,8 @@ large documents, i.e.@: keeping each chapter in a separate file.
The @code{mso} request is the same as the @code{so} request except that
the file is searched for in the same directories as macro files for the
the @option{-m} command line option. If the file name to be included
-has the form @file{tmac.@var{name}} and it isn't found, @code{mso} tries
-to include @file{@var{name}.tmac}.
+has the form @file{@var{name}.tmac} and it isn't found, @code{mso} tries
+to include @file{tmac.@var{name}} and vice versa.
@findex cf
@cindex transparent output