groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/13: doc/groff.texi: Simplify example.


From: G. Branden Robinson
Subject: [groff] 02/13: doc/groff.texi: Simplify example.
Date: Mon, 20 Nov 2023 02:11:48 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit ad2dd72262378484db97665970503c23b430df7b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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



reply via email to

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