groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/03: manuals: Fix minor textual issues.


From: G. Branden Robinson
Subject: [groff] 01/03: manuals: Fix minor textual issues.
Date: Thu, 2 Nov 2017 19:26:13 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit c78c9b5d324ac870b37d226d6a9dfaea97b48a48
Author: G. Branden Robinson <address@hidden>
Date:   Thu Nov 2 07:39:21 2017 -0400

    manuals: Fix minor textual issues.
    
    1) Correct spelling.
    
    2) Use the symbol 'in' for inch, not the English (American) specific '"'
    (quotation mark).
    
    3) Use '\e' to print '\', not '\\'.
    
    4) Use '\-' to indicate an option, not '-'.
    
    src/devices/grolbp/lbp.cpp: Fix a spelling error here, too.
    
    Fixes Savannah #51502 [1/5].
    
    Signed-off-by: Bjarni Ingi Gislason <address@hidden>
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 contrib/glilypond/glilypond.1.man |  2 +-
 contrib/gperl/gperl.1.man         |  8 ++++----
 contrib/gpinyin/gpinyin.1.man     |  2 +-
 src/devices/grolbp/lbp.cpp        |  2 +-
 src/devices/grolj4/lj4_font.5.man | 10 +++++-----
 src/devices/gropdf/pdfmom.1.man   |  2 +-
 src/preproc/pic/pic.1.man         |  2 +-
 src/roff/groff/groff.1.man        |  4 ++--
 tmac/groff_man.7.man              |  2 +-
 9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/contrib/glilypond/glilypond.1.man 
b/contrib/glilypond/glilypond.1.man
index 6e74a77..0d7d3d2 100644
--- a/contrib/glilypond/glilypond.1.man
+++ b/contrib/glilypond/glilypond.1.man
@@ -281,7 +281,7 @@ In this temporary directory, the temporary files are stored.
 Normally all
 .I groff
 output of this program is sent to
-.BR STDOUT R .
+.BR STDOUT .
 .
 With this option, that can be changed, such that the output is stored
 into a file named in the option argument
diff --git a/contrib/gperl/gperl.1.man b/contrib/gperl/gperl.1.man
index 1957386..c411bfe 100644
--- a/contrib/gperl/gperl.1.man
+++ b/contrib/gperl/gperl.1.man
@@ -75,7 +75,7 @@ The license text is available in the internet at
 .SH DESCRIPTION
 .\" --------------------------------------------------------------------
 .
-This is a preprocesor for
+This is a preprocessor for
 .BR \%groff (@MAN1EXT@).
 .
 It allows the use of
@@ -113,7 +113,7 @@ character for standard input.
 .
 As usual, the argument
 .B \-\-
-can be used in order to let all fowllowing arguments mean file names,
+can be used in order to let all following arguments mean file names,
 even if the names begin with a minus character
 .BR \- .
 .
@@ -128,7 +128,7 @@ All other arguments will be ignored by that.
 .
 These
 .I breaking
-options are heree
+options are here
 .
 .TP
 .B -h\~\fR|\fB\~--help
@@ -406,7 +406,7 @@ The printing towards
 .
 All error information goes to the real normal
 .IR "standard error" ,
-without other automatical storage.
+without other automatic storage.
 .
 .
 .\" --------------------------------------------------------------------
diff --git a/contrib/gpinyin/gpinyin.1.man b/contrib/gpinyin/gpinyin.1.man
index 91c0935..ebc604f 100644
--- a/contrib/gpinyin/gpinyin.1.man
+++ b/contrib/gpinyin/gpinyin.1.man
@@ -58,7 +58,7 @@ This file was written by Bernd Warken <address@hidden>.
 .SH DESCRIPTION
 .\" --------------------------------------------------------------------
 .
-This is a preprocesor for
+This is a preprocessor for
 .BR \%groff (@MAN1EXT@).
 .
 It allows use of the Chinese European-like language
diff --git a/src/devices/grolbp/lbp.cpp b/src/devices/grolbp/lbp.cpp
index 327458f..ad30b27 100644
--- a/src/devices/grolbp/lbp.cpp
+++ b/src/devices/grolbp/lbp.cpp
@@ -400,7 +400,7 @@ inline void lbp_printer::polygon(int hpos, int vpos, int 
np, int *p)
   points = new int[np + 2];
   points[0] = hpos;
   points[1] = vpos;
-  // fprintf(stderr, "Poligon (%d,%d) ", points[0], points[1]);
+  // fprintf(stderr, "Polygon (%d,%d) ", points[0], points[1]);
   for (i = 0; i < np; i++)
     points[i + 2] = p[i];
   // for (i = 0; i < np; i++) fprintf(stderr, " %d ", p[i]);
diff --git a/src/devices/grolj4/lj4_font.5.man 
b/src/devices/grolj4/lj4_font.5.man
index 493e647..6766876 100644
--- a/src/devices/grolj4/lj4_font.5.man
+++ b/src/devices/grolj4/lj4_font.5.man
@@ -113,12 +113,12 @@ Although HP PCL~5 LaserJet printers support an internal 
resolution of
 7200 units per inch, they use a 16-bit signed integer for cursor
 positioning; if
 .B devlj4
-is to support U.S.\& ledger paper (11"~\(mu~17"), the maximum usable
-resolution is 32\|767~/~17, or 1927, units per inch, which rounds down
-to 1200 units per inch.
+is to support U.S.\& ledger paper (11~in~\(mu~17~in; in = inch),
+the maximum usable resolution is 32\|767~/~17, or 1927 units per inch,
+which rounds down to 1200 units per inch.
 .
-If the largest required paper size is less (e.g., 8.5"~\(mu~11" or
-A5), a greater resolution (and lesser unitwidth) can be specified.
+If the largest required paper size is less (e.g., 8.5~in~\(mu~11~in,
+or A5), a greater resolution (and lesser unitwidth) can be specified.
 .
 .
 .\" --------------------------------------------------------------------
diff --git a/src/devices/gropdf/pdfmom.1.man b/src/devices/gropdf/pdfmom.1.man
index 9b75d61..bd9ad17 100644
--- a/src/devices/gropdf/pdfmom.1.man
+++ b/src/devices/gropdf/pdfmom.1.man
@@ -88,7 +88,7 @@ which uses
 .BR groff 's
 PostScript driver.
 .
-In either case, multiple runs of the source file are peformed in
+In either case, multiple runs of the source file are performed in
 order to satisfy any forward references in the document.
 .
 .
diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index d6e7fbb..2c710d9 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -1247,7 +1247,7 @@ the resulting (intermediate)
 file can be then converted to virtually any graphics format using the
 tools of the
 .B netpbm
-package .
+package.
 .
 .
 .\" --------------------------------------------------------------------
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 0344248..d7e2d94 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -55,7 +55,7 @@ Werner Lemberg
 ..
 .
 .\" --------------------------------------------------------------------
-.\" Definitons
+.\" Definitions
 .\" --------------------------------------------------------------------
 .
 .\" --------------------------------------------------------------------
@@ -849,7 +849,7 @@ A4 paper in landscape orientation for the PS device:
 .
 .IP
 .EX
-groff -Tps -P-pa4 -P-l ...
+groff \-Tps \-P-pa4 \-P-l ...
 .EE
 .
 .
diff --git a/tmac/groff_man.7.man b/tmac/groff_man.7.man
index c6ce279..8856fcd 100644
--- a/tmac/groff_man.7.man
+++ b/tmac/groff_man.7.man
@@ -359,7 +359,7 @@ second argument.
 .
 .IP
 For example, the following paragraphs were all set up with bullets as
-the designator, using \[oq].IP\ \\(bu\ 4\[cq].
+the designator, using \[oq].IP\ \e(bu\ 4\[cq].
 .
 The whole block has been enclosed with
 .B .RS



reply via email to

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