groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/03: groff.texi: Make English style fix.


From: G. Branden Robinson
Subject: [groff] 02/03: groff.texi: Make English style fix.
Date: Wed, 1 Nov 2017 04:09:40 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 6170ce4980584eca93c1d39affe2b7717c3a7f4a
Author: G. Branden Robinson <address@hidden>
Date:   Wed Nov 1 03:41:25 2017 -0400

    groff.texi: Make English style fix.
    
    Adjective phrases get hyphens.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 doc/groff.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 47a15e6..c0c44b8 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5190,8 +5190,8 @@ Arithmetic: @samp{+} (addition), @samp{-} (subtraction), 
@samp{/}
 (division), @samp{*} (multiplication), @samp{%} (modulo).
 
 @code{gtroff} only provides integer arithmetic.  The internal type used
-for computing results is @samp{int}, which is usually a address@hidden
-signed integer.
+for computing results is @samp{int}, which is usually a 32-bit signed
+integer.
 
 @item
 @cindex comparison operators



reply via email to

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