From 7a445da43c54fc38cb20f2a9f39a3611ade29b6d Mon Sep 17 00:00:00 2001 From: wlemb Date: Wed, 6 Dec 2000 22:31:32 +0000 Subject: * PROBLEMS: Added info about adding -lPW on HP-UX to satisfy the `alloca' symbol . * MORE.STUFF: Added info about deroff for djgpp. * tmac/an-old.tmac, tmac/groff_man.man, doc/groff.texinfo, NEWS: Fix documentation of -rcR switch if -rcR=1 (which is now the default in nroff mode), a single, very --- tmac/an-old.tmac | 6 +++--- tmac/groff_man.man | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tmac') diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac index 506f8baf..13c00c56 100644 --- a/tmac/an-old.tmac +++ b/tmac/an-old.tmac @@ -19,9 +19,9 @@ .\" with groff; see the file COPYING. If not, write to the Free Software .\" Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. .\" -.\" -rcR1 => Create a single, very long page instead of multiple pages. -.\" Useful for online display. Default in nroff mode. -.\" Desactivate with -rcR0. +.\" -rcR=1 => Create a single, very long page instead of multiple pages. +.\" Useful for online display. Default in nroff mode. +.\" Desactivate with -rcR=0. .\" -rC1 => Number pages continuously, rather than start each at 1. .\" -rD1 => Double-sided printing, ie different odd and even page footers. .\" -rPnnn => Number first page nnn. diff --git a/tmac/groff_man.man b/tmac/groff_man.man index 79a3717b..5f2f1554 100644 --- a/tmac/groff_man.man +++ b/tmac/groff_man.man @@ -64,11 +64,11 @@ The macros understand the following command line options (which define various registers). .TP -.B \-rcR1 +.B \-rcR=1 This option (the default if in nroff mode) will create a single, very long page instead of multiple pages. Say -.B \-rcR0 +.B \-rcR=0 to disable it. .TP .B \-rC1 -- cgit v1.2.1