[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/02: manuals: Fix minor correctness and format issues.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/02: manuals: Fix minor correctness and format issues. |
Date: |
Thu, 2 Nov 2017 21:18:08 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 05ffb6af6e5fe23bac2e7f0469163ee490404ba1
Author: G. Branden Robinson <address@hidden>
Date: Thu Nov 2 21:00:37 2017 -0400
manuals: Fix minor correctness and format issues.
groff_diff(7):
* Correct the explanation of the request ".itc"--it was backwards.
* Add italic corrections where necessary when using font escapes.
* The locally-defined string "ellipsis" ends in ".\&". If it ends a
sentence, an extra sentence space (protected with '\"' at the end of a
line) has to be added, as the period is then not recognized as an end
of sentence.
groff_tmac(7):
* Correct the spelling of "one" ( on -> one).
roff(7):
* Add italic correction.
Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
man/groff_diff.7.man | 8 ++++----
man/groff_tmac.5.man | 2 +-
man/roff.7.man | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 8668432..847f534 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -120,7 +120,7 @@ The names of number registers, fonts,
strings/\:macros/\:diversions,
special characters (glyphs), and colors can be of any length.
.
In escape sequences, additionally to the classical
-\[oq]\fB(\fP\fIxx\fP\[cq] construction for a two-character glyph name,
+\[oq]\fB(\fP\,\fIxx\/\fP\[cq] construction for a two-character glyph name,
you can use \[oq]\fB[\fP\,\fIxxx\/\fP\fB]\fP\[cq] for a name of
arbitrary length.
.
@@ -1776,7 +1776,7 @@ Variant of
.B .it
for which a line interrupted with
.B \[rs]c
-counts as one input line.
+is not counted as an input line.
.
.TP
.BI .kern\ n
@@ -2010,7 +2010,7 @@ with a positive value which are applied after the line is
output.
Remove the definitions of glyphs
.IR c1 ,
.IR c2 ,
-.I \*[ellipsis]
+.I \*[ellipsis]\ \"Add a sentence space
This undoes the effect of a
.B char
request.
@@ -2029,7 +2029,7 @@ No effect otherwise.
Remove the font-specific definitions of glyphs
.IR c1 ,
.IR c2 ,
-.I \*[ellipsis]
+.I \*[ellipsis]\ \"Add a sentence space
This undoes the effect of a
.B fschar
request.
diff --git a/man/groff_tmac.5.man b/man/groff_tmac.5.man
index 05f5af0..8a4c939 100644
--- a/man/groff_tmac.5.man
+++ b/man/groff_tmac.5.man
@@ -651,7 +651,7 @@ So in
.IR groff ,
the
.I man
-macro package may be specified as on of the following four methods:
+macro package may be specified as one of the following four methods:
.
.IP
.EX
diff --git a/man/roff.7.man b/man/roff.7.man
index c3e4033..0f43d6c 100644
--- a/man/roff.7.man
+++ b/man/roff.7.man
@@ -801,7 +801,7 @@ This greatly eases the usage of
The macro definitions of a package are kept in a file called
.IB name .tmac
(classically
-.BI tmac. name\c
+.BI tmac. name\/\c\" Italic correction comes before \c !
).
.
All tmac files are stored in one or more directories at standardized
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/02: manuals: Fix minor correctness and format issues.,
G. Branden Robinson <=