summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorwl <wl>2008-12-24 06:26:44 +0000
committerwl <wl>2008-12-24 06:26:44 +0000
commit1635e26054ad93d6507ef59a419a1aa25111cb17 (patch)
tree6e448a6db337a104aac72734d0cf4d03b7a4b3a4 /contrib
parent38932665de293192c497c88f576cf7aea594f766 (diff)
downloadgroff-1635e26054ad93d6507ef59a419a1aa25111cb17.tar.gz
s/legal/valid/, s/illegal/invalid/.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mom/BUGS2
-rw-r--r--contrib/mom/ChangeLog10
-rw-r--r--contrib/mom/NEWS4
-rw-r--r--contrib/mom/om.tmac2
4 files changed, 9 insertions, 9 deletions
diff --git a/contrib/mom/BUGS b/contrib/mom/BUGS
index 7e59799b..feb5b6d3 100644
--- a/contrib/mom/BUGS
+++ b/contrib/mom/BUGS
@@ -67,7 +67,7 @@ first line of the reference is indented more than the second.
Version 1.5
===========
DROPCAP not printing the dropcap letter at all in PRINTSTYLE
-TYPEWRITE, nor when DROPCAP is used (accidentally?) after a legal
+TYPEWRITE, nor when DROPCAP is used (accidentally?) after a valid
"first" paragraph.
---FIXED---
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 20c3430c..1ff75a9b 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -20,7 +20,7 @@ o Changed condition generating #NO_BREAK at top of macro COLLATE
to
.if ( (\\n[.t]-1) <= \\n[.v] ) \{ .nr #NO_BREAK 1 \}
- (Bottom-of-page trap is tripped 1 unit below last legal
+ (Bottom-of-page trap is tripped 1 unit below last valid
baseline, not on it.)
* Tue Nov 25 2008
@@ -336,7 +336,7 @@ o Added a test at top of COLLATE to set register #NO_BREAK to 1
in NEWPAGE to determine whether to do a 'br or .br. (fixes BUG
that was causing COLLATE, NEWPAGE, and TOC to spit out a blank
page when the last line of text before them happened to fall on
- the last legal baseline of the page).
+ the last valid baseline of the page).
o Changed pad marker used to format TOC entries to permit use of
the pound/number sign (#) in head elements.
@@ -620,7 +620,7 @@ o Addtion of font "styles" to om.tmac, plus changes to the FAMILY
and FT macros to manage them. New section in the doc appendices
on adding fonts and managing the new font styles.
-o Mom now uses a "fallback font" whenever there's an illegal call
+o Mom now uses a "fallback font" whenever there's an invalid call
to FAMILY.
o RW and EW now affect only the font in effect. A change of family
@@ -804,10 +804,10 @@ o Changed register #DOCHEADER_LEAD_ADJ to string
*Tue Jun 3 2003
o Added SHIM macro, which, when invoked, calculates and moves to
- the next "legal" baseline in document processing.
+ the next "valid" baseline in document processing.
o Corrected handling of DOCHEADER OFF <distance> so that the first
- line of running text falls on a "legal" baseline when <distance>
+ line of running text falls on a "valid" baseline when <distance>
is given.
*Wed May 21 2003
diff --git a/contrib/mom/NEWS b/contrib/mom/NEWS
index 8af6be3e..86186bcd 100644
--- a/contrib/mom/NEWS
+++ b/contrib/mom/NEWS
@@ -318,13 +318,13 @@ requires a unit of measure; points is assumed.
Release 1.1.6-b
---------------
-Added a SHIM macro that calculates and moves to the next "legal"
+Added a SHIM macro that calculates and moves to the next "valid"
baseline during document processing (useful if user starts playing
around with spacing/leading on a page and needs to get the leading
back on track).
Fixed handling of DOCHEADER OFF <distance> so that the first line of
-running text falls on a "legal" baseline when <distance> is given.
+running text falls on a "valid" baseline when <distance> is given.
Release 1.1.6-a
---------------
diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index 4a371687..7d36cd81 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -3337,7 +3337,7 @@ to a macro means that any argument turns the feature off.
. ds $ARG \\$1
. substring $ARG 2 2
. ie !'\\*[$ARG]'.' \{\
-. tm1 "[mom]: Illegal argument given to macro \\$0 at line \\n[.c].
+. tm1 "[mom]: Invalid argument given to macro \\$0 at line \\n[.c].
. tm1 " Rule weight must be > 100 points.
. tm1 " Falling back to default weight .5 points.
. nr #WEIGHT 500