gbranden pushed a commit to branch master
in repository groff.

commit ad2dd72262378484db97665970503c23b430df7b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Nov 11 21:00:21 2023 -0600

    doc/groff.texi: Simplify example.
---
 doc/groff.texi | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index d33821a77..5bb72dc0d 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -9383,18 +9383,15 @@ to compute tab distances relative to the start of the 
output line
 instead of the input line.
 
 @Example
-.de Tabs
-.  ds x a\t\c
-.  ds y b\t\c
-.  ds z c
-.  ta 1i 3i
-\\*x
-\\*y
-\\*z
-..
-.Tabs
+.ta 1i 3i
+a@arrow{}\c
+b@arrow{}\c
+c
 .br
 .linetabs
+a@arrow{}\c
+b@arrow{}\c
+c
 .Tabs
     @result{} a         b         c
     @result{} a         b                   c

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

Reply via email to