[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 34/35: doc/groff.texi: Fix style nits.
From: |
G. Branden Robinson |
Subject: |
[groff] 34/35: doc/groff.texi: Fix style nits. |
Date: |
Mon, 25 Oct 2021 03:32:44 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 284ada41f2e1f919c14649ab19cb62b50bd9e07f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 24 22:33:31 2021 +1100
doc/groff.texi: Fix style nits.
* Correct bad indentation.
* Recast a description a bit more formally; the straightforward example
afterwards remains.
---
doc/groff.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index 4a70879..436b096 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -6707,7 +6707,6 @@ For example,
\n+[foo], \n+[foo], \n+[foo], \n+[foo], \n+[foo]
@endExample
-@noindent
produces
@Example
@@ -6718,8 +6717,9 @@ produces
@cindex increment value without changing the register
@cindex value, incrementing without changing the register
-To change the increment value without changing the value of a register
-(@var{a} in the example), the following can be used:
+To change the increment value without changing the value of a register,
+assign the register's value to itself by interpolating it, and specify
+the desired increment normally.
@Example
.nr a \na 10
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 34/35: doc/groff.texi: Fix style nits.,
G. Branden Robinson <=