groff-commit
[Top][All Lists]
Advanced

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

[groff] 30/39: doc/groff.texi: Use idiomatic macros.


From: G. Branden Robinson
Subject: [groff] 30/39: doc/groff.texi: Use idiomatic macros.
Date: Sun, 9 Oct 2022 23:53:39 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 95a041aa3560875f37affe4f3b4661933287de84
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 9 10:59:46 2022 -0500

    doc/groff.texi: Use idiomatic macros.
    
    ...for \n[.H] and \n[.V].
---
 doc/groff.texi | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 9efbf6dbf..bc5569ad8 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5817,23 +5817,15 @@ the horizontal and vertical directions are termed its 
@dfn{motion
 quanta}.  Measurements are rounded to applicable motion quanta.
 Half-quantum fractions round toward zero.
 
-@table @code
-@item \n[.H]
 @cindex horizontal motion quantum register (@code{.H})
 @cindex motion quantum, horizontal, register (@code{.H})
 @cindex horizontal resolution register (@code{.H})
 @cindex resolution, horizontal, register (@code{.H})
-@vindex .H
-Horizontal motion quantum of the output device in basic units.
-
-@item \n[.V]
-@cindex vertical motion quantum register (@code{.V})
-@cindex motion quantum, vertical, register (@code{.V})
-@cindex vertical resolution register (@code{.V})
-@cindex resolution, vertical, register (@code{.V})
-@vindex .V
-Vertical motion quantum of the output device in basic units.
-@end table
+@DefregList {.H}
+@DefregListEndx {.V}
+These read-only registers interpolate the horizontal and vertical motion
+quanta, respectively, of the output device in basic units.
+@endDefreg
 
 For example, we might draw short baseline rules on a terminal device as
 follows.  @xref{Drawing Requests}.



reply via email to

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