summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-11-08 16:17:34 +0000
committerwlemb <wlemb>2000-11-08 16:17:34 +0000
commit0053cfb4ddac6e7cb805fc1ff921dfa2874aa167 (patch)
tree60b76f768cc7b6c7c286c554726dc8acc8594aff /doc
parentde53a3cd17c746ea6d29ad82adc814ffae66b25c (diff)
downloadgroff-0053cfb4ddac6e7cb805fc1ff921dfa2874aa167.tar.gz
Add system tmac directory (/usr/local/lib/groff/site-tmac).
* Makefile.in: Add $(libdir), $(libprogramdir), and $(systemtmacdir). (uninstall_dirs): Add $(libdir), $(libprogramdir), and $(systemtmacdir). Use @libdir@. * Makefile.comm (.man.n): Add @SYSTEMMACRODIR@. * tmac/Makefile.sub (install_data): Create $(systemtmacdir) and $(localtmacdir). (uninstall_sub): Use $(systemtmacdir) for wrapper macros. * man/roff.man, src/roff/troff/troff.man, src/roff/groff/groff.man, NEWS, doc/groff.texinfo: Updated and minor fixes. * Makefile.comm, Makefile.in: Added tmac_{s,an}_prefix stuff again. * tmac/Makefile.sub: Added `wrap' stuff again, but installing into $(systemtmacdir) since the wrapper files are platform-dependent. * doc/groff.texinfo: Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texinfo8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 5b2433c7..af1ab9ae 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -1238,6 +1238,8 @@ for in the macro directories of @code{groff}. If it isn't found,
@file{tmac.@var{name}} will be tried (and searched in the same
directories).
+@c XXX document local and system macro dirs
+
@item -n@var{num}
Number the first page @var{num}.
@@ -1300,6 +1302,8 @@ If this is set to @var{X}, then @code{groff} will run
A colon-separated list of directories in which to search for macro
files (before the default directories are tried).
+@c XXX document local and system macro dirs
+
@item GROFF_TYPESETTER
@tindex GROFF_TYPESETTER, environment variable
The default output device.
@@ -6055,7 +6059,7 @@ The strings are ``formatted'' before being compared; for example,
yields ``true''. The resulting motions, character sizes, and fonts
have to match, and not the individual motion, size, and font requests.
-@Here, samp{|} and @samp{\fR|\fP} both result in a roman @samp{|}
+Here, @samp{|} and @samp{\fR|\fP} both result in a roman @samp{|}
character with the same point size and at the same location on the
page, so the strings are equal. If @samp{.ft@w{ }I} had been added
before the @samp{.ie}, then the result would be ``false'' because
@@ -6344,7 +6348,7 @@ name.
This would be called as
@example
-.vl $Id: groff.texinfo,v 1.51 2000/10/26 21:49:47 wlemb Exp $
+.vl $Id: groff.texinfo,v 1.52 2000/11/08 16:17:34 wlemb Exp $
@end example
@xref{Request Arguments}.