[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/01: groff_man(7): Fix style in char escape examples.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/01: groff_man(7): Fix style in char escape examples. |
Date: |
Fri, 27 Oct 2017 22:37:56 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 2881e4536281def8e3057d41718f362cb2cf542d
Author: G. Branden Robinson <address@hidden>
Date: Fri Oct 27 22:36:18 2017 -0400
groff_man(7): Fix style in char escape examples.
* Fix grammar in "\ " example.
* Recast \& example to fit within page margins.
Signed-off-by: G. Branden Robinson <address@hidden>
---
tmac/groff_man.7.man | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmac/groff_man.7.man b/tmac/groff_man.7.man
index ade3999..8ccd23b 100644
--- a/tmac/groff_man.7.man
+++ b/tmac/groff_man.7.man
@@ -1215,7 +1215,7 @@ corresponding unit(s), for instance:
.RS
.IP
.EX
-There are 2.54\e\ cm in an inch, 1,024\e\ bytes in 1\e\ kiB.
+There are 2.54\e\ cm in an inch, and 1,024\e\ bytes in 1\e\ kiB.
.EE
.RE
.
@@ -1231,7 +1231,7 @@ a dot or apostrophe at the beginning of a line as a troff
request.
.IP
.EX
Using a boot argument of
-\e&'sound=0' will disable the sound driver entirely, according to J.\e&
+\e&'sound=0' disables the sound driver, according to J.\e&
Alfred Prufrock.
.EE
.RE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/01: groff_man(7): Fix style in char escape examples.,
G. Branden Robinson <=