From b749cfbe82d93dcb904dbbe72ca235edfda3c2d2 Mon Sep 17 00:00:00 2001 From: wl Date: Fri, 28 Jan 2011 09:25:06 +0000 Subject: * mmroff.man, groff_mm.man: s/reference/cross reference/ where appropriate. --- contrib/mm/groff_mm.man | 10 +++++----- contrib/mm/mmroff.man | 18 ++++++++++-------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/contrib/mm/groff_mm.man b/contrib/mm/groff_mm.man index b5272e87..eb1aa565 100644 --- a/contrib/mm/groff_mm.man +++ b/contrib/mm/groff_mm.man @@ -1010,7 +1010,7 @@ and with the text `chapter' and `,\~page'. The string .B Qrf -contains the text for the reference: +contains the text for the cross reference: . .RS .IP @@ -1474,9 +1474,9 @@ T} . .TP .BI INITR\ filename -Initialize the refence macros. -References are written to stderr and are supposed to -be written to `\fIfilename\fR.qrf'. +Initialize the cross reference macros. +Cross references are written to stderr and are supposed to +be redirected into file `\fIfilename\fR.qrf'. Requires two passes with groff; this is handled by a separate program called .BR mmroff (@MAN1EXT@). @@ -1484,7 +1484,7 @@ This program exists because .BR groff (@MAN1EXT@) by default deactivates the unsafe operations that are required by .BR INITR . -The first pass looks for references, +The first pass looks for cross references, and the second one includes them. .B INITR can be used several times, diff --git a/contrib/mm/mmroff.man b/contrib/mm/mmroff.man index 80b88409..843b7c95 100644 --- a/contrib/mm/mmroff.man +++ b/contrib/mm/mmroff.man @@ -1,5 +1,5 @@ .ig -Copyright (C) 1989, 2001, 2009 +Copyright (C) 1989, 2001, 2009, 2011 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of @@ -20,7 +20,7 @@ the original English. . .TH MMROFF @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@" .SH NAME -mmroff \- reference preprocessor +mmroff \- cross reference preprocessor .SH SYNOPSIS .B mmroff [ @@ -29,16 +29,17 @@ mmroff \- reference preprocessor .I groff_arguments .SH DESCRIPTION \fBmmroff\fP is a simple preprocessor for \fBgroff\fP, it is -used for expanding references in \fBm@TMAC_M_PREFIX@m\fP, see +used for expanding cross references in \fBm@TMAC_M_PREFIX@m\fP, see \fBgroff_mm(@MAN7EXT@)\fP. \fBgroff\fP is executed twice, first with \fB-z\fP and \fB-rRef=1\fR -to collect all references and then to do the real processing -when the reference file is up to date. +to collect all cross references and then to do the real processing +when the cross reference file is up to date. .TP \fB\-x\fR -Just create the reference file. This can be used to refresh -the reference file, it isn't always needed to have accurate -references and by using this option \fBgroff\fP will only +Just create the cross reference file. +This can be used to refresh the cross reference file, +it isn't always needed to have accurate +cross references and by using this option \fBgroff\fP will only be run once. .\".SH BUGS .SH AUTHOR @@ -63,4 +64,5 @@ J . .\" Local Variables: .\" mode: nroff +.\" coding: latin-1 .\" End: -- cgit v1.2.1