groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/08: doc/groff.texi: Fix error in code sample.


From: G. Branden Robinson
Subject: [groff] 06/08: doc/groff.texi: Fix error in code sample.
Date: Mon, 18 May 2020 09:37:08 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7b3312bf5c05305bf7dd4cdb740f0589895ebe4f
Author: G. Branden Robinson <address@hidden>
AuthorDate: Mon May 18 21:21:46 2020 +1000

    doc/groff.texi: Fix error in code sample.
    
    Missing 'n' in number register interpolation.
---
 doc/groff.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 3b928f3..40d1ab6 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -6324,9 +6324,9 @@ Finally, @var{mode} can be the numeric argument returned 
by the
 @code{.j} register.
 
 Using @code{ad} without argument is the same as saying
-@samp{.ad \[.j]}.  In particular, @code{gtroff} adjusts lines
-in the same way it did before adjusting was deactivated (with a call
-to @code{na}, say).  For example, this input code
+@samp{.ad \n[.j]}.  In particular, @code{gtroff} adjusts lines in the
+same way it did before adjusting was deactivated (with a call to
+@code{na}, say).  For example, this input code
 
 @Example
 .de AD



reply via email to

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