groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/09: doc/groff.texi: Fix missing closing brackets.


From: G. Branden Robinson
Subject: [groff] 08/09: doc/groff.texi: Fix missing closing brackets.
Date: Sun, 10 Oct 2021 16:50:08 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 9f22afcb02231d3aea252087100edd9eadddd5c5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 11 07:31:01 2021 +1100

    doc/groff.texi: Fix missing closing brackets.
---
 doc/groff.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 26bc618..66fa0dd 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -4112,8 +4112,8 @@ number to @samp{i} (Roman numeral one), and then calls 
@code{PX}.
 
 All of these macros are Berkeley extensions.
 
-@DefmacList {XS, [@Var{page-number}, ms}
-@DefmacItemx {XA, [@Var{page-number} [@Var{indentation}, ms}
+@DefmacList {XS, [@Var{page-number}], ms}
+@DefmacItemx {XA, [@Var{page-number} [@Var{indentation}]], ms}
 @DefmacListEndx {XE, , ms}
 Begin, supplement, and end a table of contents entry.  Each entry is
 associated with @var{page-number} (otherwise the current page number); a



reply via email to

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