summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-12-03 19:55:15 +0000
committerwlemb <wlemb>2000-12-03 19:55:15 +0000
commit47b607f0b4b18f5ac3e54c761e0af5cba19ee548 (patch)
treeb840ee936e9d3d67cc59f41c2cfeefe7dd8bbccb /doc
parentd5127ad34c7e3bd7d920cbd76f6e988a72f4f8d2 (diff)
downloadgroff-47b607f0b4b18f5ac3e54c761e0af5cba19ee548.tar.gz
* tmac/an-old.tmac: Implementing the -rcR switch (similar to mdoc);
if -rcR1 (which is now the default in nroff mode), a single, very long page is created instead of multiple pages: All `.ne' and `.wh' requests are put into conditionals; a new macro `an-end' is added to be called with `.em'. Some other minor cleanups. * NEWS, tmac/groff_man.man, doc/groff.texinfo: Updated.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texinfo10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index c5c46432..a081f8b0 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -1896,13 +1896,17 @@ The command line format for using the @file{man} macros with
@code{groff} is:
@example
-groff -m man [ -rC1 ] [ -rD1 ] [ -rP@var{nnn} ] [ -rS@var{xx} ]
- [ -rX@var{nnn} ] [ @var{files}@dots{} ]
+groff -m man [ -rcR1 ] [ -rC1 ] [ -rD1 ] [ -rP@var{nnn} ]
+ [ -rS@var{xx} ] [ -rX@var{nnn} ] [ @var{files}@dots{} ]
@end example
It is possible to use @samp{-man} instead of @w{@samp{-m man}}.
@table @code
+@item -rcR1
+This option (the default in nroff mode) will create a single, very long
+page instead of multiple pages. Say @code{-rcR0} to disable it.
+
@item -rC1
If more than one manual page is given on the command line, number the
pages continuously, rather than starting each at@w{ }1.
@@ -6355,7 +6359,7 @@ name.
This would be called as
@example
-.vl $Id: groff.texinfo,v 1.56 2000/12/02 21:18:02 wlemb Exp $
+.vl $Id: groff.texinfo,v 1.57 2000/12/03 19:55:16 wlemb Exp $
@end example
@xref{Request Arguments}.