gbranden pushed a commit to branch master
in repository groff.

commit 7b3312bf5c05305bf7dd4cdb740f0589895ebe4f
Author: G. Branden Robinson <[email protected]>
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

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to