summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2011-01-28 09:25:06 +0000
committerwl <wl>2011-01-28 09:25:06 +0000
commitb749cfbe82d93dcb904dbbe72ca235edfda3c2d2 (patch)
treec502bf978807adbbe1276316553b535815c1ca79
parent91cdde71c8944164f55136d2991f93fd8bc03694 (diff)
downloadgroff-b749cfbe82d93dcb904dbbe72ca235edfda3c2d2.tar.gz
* mmroff.man, groff_mm.man: s/reference/cross reference/ where
appropriate.
-rw-r--r--contrib/mm/groff_mm.man10
-rw-r--r--contrib/mm/mmroff.man18
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örgen Hägg, Lund, Sweden <jh@axis.se>.
.
.\" Local Variables:
.\" mode: nroff
+.\" coding: latin-1
.\" End: