groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: [mom]: docs: Fix typos.


From: Peter Schaffter
Subject: [groff] 01/01: [mom]: docs: Fix typos.
Date: Mon, 16 Jan 2023 10:00:34 -0500 (EST)

PTPi pushed a commit to branch master
in repository groff.

commit 04e867e679a2c9ed1e01c6718f662e43b44f5524
Author: Peter Schaffter <peter@schaffter.ca>
AuthorDate: Mon Jan 16 09:59:08 2023 -0500

    [mom]: docs: Fix typos.
---
 contrib/mom/examples/typesetting.mom |  2 +-
 contrib/mom/momdoc/appendices.html   |  2 +-
 contrib/mom/momdoc/color.html        |  4 ++--
 contrib/mom/momdoc/docelement.html   |  4 ++--
 contrib/mom/momdoc/images.html       |  2 +-
 contrib/mom/momdoc/intro.html        |  2 +-
 contrib/mom/momdoc/reserved.html     |  6 +++---
 contrib/mom/momdoc/toc.html          |  4 ++--
 contrib/mom/momdoc/typesetting.html  | 29 -----------------------------
 contrib/mom/momdoc/version-2.html    |  2 +-
 10 files changed, 14 insertions(+), 43 deletions(-)

diff --git a/contrib/mom/examples/typesetting.mom 
b/contrib/mom/examples/typesetting.mom
index 4c3e4c9a2..e273611f6 100644
--- a/contrib/mom/examples/typesetting.mom
+++ b/contrib/mom/examples/typesetting.mom
@@ -439,7 +439,7 @@ text.
 .COMMENT
 Now, set up the indented bullet-point sublist.  The PAD line
 says: move forward 12 points (1 pica), then mark off a string
-tab (ST3) that's the length of the bullet character; move foward
+tab (ST3) that's the length of the bullet character; move forward
 another three points, then make the next string tab (ST4) the
 length of remainder of the line.
 .COMMENT OFF
diff --git a/contrib/mom/momdoc/appendices.html 
b/contrib/mom/momdoc/appendices.html
index cdd675e4f..964a2ab25 100644
--- a/contrib/mom/momdoc/appendices.html
+++ b/contrib/mom/momdoc/appendices.html
@@ -302,7 +302,7 @@ UBL    =  Ultra Black
 UBLI   =  Ultra Black Italic
 UBLCD  =  Ultra Black Condensed
 UBLCDI =  Ultra Black Condensed Italic
-UBLEX  =  Ultra Black Exteneded
+UBLEX  =  Ultra Black Extended
 UBLEXI =  Ultra Black Extended Italic
 
 SC     =  Small Caps Roman
diff --git a/contrib/mom/momdoc/color.html b/contrib/mom/momdoc/color.html
index 9d2c3bd47..84cdcdb02 100644
--- a/contrib/mom/momdoc/color.html
+++ b/contrib/mom/momdoc/color.html
@@ -220,8 +220,8 @@ could enter one of the following:
 <span class="pre-in-pp">
   .NEWCOLOR YELLOW #FFFF00         \"or ##FFFFFFFF0000 or "1 1 0"
   .NEWCOLOR YELLOW RGB #FFFF00     \"or ##FFFFFFFF0000 or "1 1 0"
-  .NEWCOLOR YELLOW CYM #00FF00     \"or ##0000FFFF0000 or "0 1 0"
-  .NEWCOLOR YELLOW CYMK #00FF0000  \"or ##0000FFFF00000000 or "0 0 1 0"
+  .NEWCOLOR YELLOW CMY #0000FF     \"or ##0000FFFF0000 or "0 0 1"
+  .NEWCOLOR YELLOW CMYK #00FF0000  \"or ##0000FFFF00000000 or "0 0 1 0"
 </span>
 After you&#8217;ve told mom about a colour, you can then get her to
 set text in that colour either with the
diff --git a/contrib/mom/momdoc/docelement.html 
b/contrib/mom/momdoc/docelement.html
index ff1ba5164..43f79d49f 100644
--- a/contrib/mom/momdoc/docelement.html
+++ b/contrib/mom/momdoc/docelement.html
@@ -2718,7 +2718,7 @@ PRINTSTYLE TYPESET and PRINTSTYLE TYPEWRITE.
 CODE_SIZE works a little differently from the other _SIZE macros
 (see <a href="#control-macro-args">Arguments to the control
 macros</a>).  The argument you pass it is a percentage of the
-prevailing document point size.  It does not require a pre-pended
+prevailing document point size.  It does not require a prepended
 plus (<kbd>+</kbd>) or minus (<kbd>-</kbd>) sign, nor an appended
 percent sign (<kbd>%</kbd>).  Thus, if you want the point size of your CODE 
font to be
 90% of the prevailing document point size, you enter:
@@ -3316,7 +3316,7 @@ With no argument, <kbd>.RESET_LIST</kbd> resets an 
incrementing
 enumerator to 1, A, a, I or i depending on the style of enumerator.
 If you pass <kbd>.RESET_LIST</kbd> a
 <a href="definitions.html#numericargument">numeric argument</a>,
-it represents the starting postion for an incrementing enumerator.  In
+it represents the starting position for an incrementing enumerator.  In
 the example above, <kbd>.RESET_LIST 4</kbd>&nbsp;starts the second
 alpha-ed list at d).
 </p>
diff --git a/contrib/mom/momdoc/images.html b/contrib/mom/momdoc/images.html
index 6921aaedb..5909c7541 100644
--- a/contrib/mom/momdoc/images.html
+++ b/contrib/mom/momdoc/images.html
@@ -1409,7 +1409,7 @@ or
 <a href="docprocessing.html#no-flex">NO_FLEX</a>,
 or by passing the <kbd>NO_SHIM</kbd> or <kbd>NO_FLEX</kbd> argument
 to <kbd>.TS</kbd>.  In either case, you will still likely want to
-adjust the spacing around with table with the <kbd>AJUST</kbd>
+adjust the spacing around with table with the <kbd>ADJUST</kbd>
 argument to <kbd>.TS</kbd>.  Tables inside floats should be adjusted
 with the <kbd>ADJUST</kbd> argument to
 <a href="#float">FLOAT</a>,
diff --git a/contrib/mom/momdoc/intro.html b/contrib/mom/momdoc/intro.html
index 5c9aa8c00..3e256311f 100644
--- a/contrib/mom/momdoc/intro.html
+++ b/contrib/mom/momdoc/intro.html
@@ -315,7 +315,7 @@ I&#8217;m more interested in getting mom users up and 
running.
 <p>
 Groff has ancillary programmes (pre-processors) for generating
 tables (<strong>tbl</strong>), diagrams (<strong>pic</strong>), and
-equations (<strong>eqn</strong>), which may be used in conjuction
+equations (<strong>eqn</strong>), which may be used in conjunction
 with mom.  The manuals describing their usage are found at:
 <br/>
 <span style="display:block; margin-top: .5em">
diff --git a/contrib/mom/momdoc/reserved.html b/contrib/mom/momdoc/reserved.html
index 509781559..4cdab3b04 100644
--- a/contrib/mom/momdoc/reserved.html
+++ b/contrib/mom/momdoc/reserved.html
@@ -226,7 +226,7 @@ support and &#8220;Lists of&#8221; are not included.
   #BX_SOLID               Draw box filled? (boolean)
   c                       column mark
   #CAPS_ON                Is CAPS enabled? (boolean)
-  #CL_SOLID               Draw cirlce filled? (boolean)
+  #CL_SOLID               Draw circle filled? (boolean)
   #CODE_FAM               Use different family from Courier for CODE? (boolean)
   #CODE_FT                Use different font from roman for CODE? (boolean)
   #CONDENSE               Are we in pseudo-condense mode? (boolean)
@@ -1080,9 +1080,9 @@ support and &#8220;Lists of&#8221; are not included.
   #ATTRIBUTE_COLOR           Colorize attribute string? (boolean)
   #AUTHOR_&lt;n&gt;                Strings passed to AUTHOR
   #AUTHOR_COLOR              Colorize author(s)? (boolean)
-  #AUTHOR_COVER_NUM          Incrementing register used in definining
+  #AUTHOR_COVER_NUM          Incrementing register used in defining
                                $AUTHOR_COVER_&lt;n&gt; strings
-  #AUTHOR_DOCCOVER_NUM       Incrementing register used in definining
+  #AUTHOR_DOCCOVER_NUM       Incrementing register used in defining
                                $AUTHOR_COVER_&lt;n&gt; strings
   #AUTHOR_NUM                Keeps track of user-defined string
                                AUTHOR_&lt;n&gt; in AUTHOR
diff --git a/contrib/mom/momdoc/toc.html b/contrib/mom/momdoc/toc.html
index 4c5e9aac8..3c64723c3 100644
--- a/contrib/mom/momdoc/toc.html
+++ b/contrib/mom/momdoc/toc.html
@@ -20,7 +20,7 @@ FDL in the main directory of the groff source package.
 
 <head>
   <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
-  <title>Mom, version 2.5_b -- Table of Contents</title>
+  <title>Mom, version 2.5_c -- Table of Contents</title>
   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
 </head>
 
@@ -31,7 +31,7 @@ FDL in the main directory of the groff source package.
 <div class="page">
 
   <div class="version">
-    mom, version 2.5_b
+    mom, version 2.5_c
   </div>
 
 <h1 class="toc" style="margin-top: 9px;">Table of Contents</h1>
diff --git a/contrib/mom/momdoc/typesetting.html 
b/contrib/mom/momdoc/typesetting.html
index 594254376..57f0d192f 100644
--- a/contrib/mom/momdoc/typesetting.html
+++ b/contrib/mom/momdoc/typesetting.html
@@ -286,35 +286,6 @@ Please read the
 for information on ensuring groff respects your PAGEWIDTH.
 </p>
 
-<div id="important" class="box-important">
-<p class="tip">
-<span class="important">Important:</span> PAGEWIDTH and the
-corresponding
-<a href="#pagelength">PAGELENGTH</a>
-are not intended for use with the document processing macros but
-rather for creating unique media sizes for non-structured output.
-When you need them, they should be placed at the very top of the
-file.
-</p>
-
-<p class="tip-bottom" style="margin-top: -1em">
-If you do need PAGEWIDTH/PAGELENGTH for a structured document, they
-should come after
-<a href="docprocessing.html#printstyle">PRINTSTYLE</a>,
-not at the top of your file.  Furthermore, you must set the left and
-right margins yourself with
-<a href="#l-margin">L_MARGIN</a>
-and
-<a href="#r-margin">R_MARGIN</a>.
-A better
-choice in such scenarios is
-<a href="#page">PAGE</a>,
-which allows you to set the page dimensions and all the margins with
-a single macro.
-</p>
-
-</div>
-
 <!-- -PAGELENGTH- -->
 
 <div class="macro-id-overline">
diff --git a/contrib/mom/momdoc/version-2.html 
b/contrib/mom/momdoc/version-2.html
index d3eae2801..bd1cb8d3a 100644
--- a/contrib/mom/momdoc/version-2.html
+++ b/contrib/mom/momdoc/version-2.html
@@ -362,7 +362,7 @@ Version 2.2 adds these features:
 <p>
 Version 2.5 adds shaded backgrounds and frames that span pages
 appropriately when necessary, and a macro to set page or slide
-bacground colour.
+background colour.
 </p>
 
 <h2 id="pdfmom" class="docs">6. pdfmom</h2>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]