groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/28: groff(7): Rename "pilot" list macros.


From: G. Branden Robinson
Subject: [groff] 01/28: groff(7): Rename "pilot" list macros.
Date: Wed, 25 May 2022 22:43:20 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit f78ef1e506aab7ab4223ae131a756abd2fa5abdd
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat May 21 23:21:44 2022 -0500

    groff(7): Rename "pilot" list macros.
    
    * man/groff.7.man: Rename "pilot" list macros for man(7) from `BL`/`EL`
      to `LS`/`LE`, per suggestion from Alejandro Colomar.
---
 ChangeLog       |  5 +++++
 man/groff.7.man | 28 ++++++++++++++--------------
 2 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index be3636d8..fa40a8e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-05-22  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * man/groff.7.man: Rename "pilot" list macros for man(7) from
+       `BL`/`EL` to `LS`/`LE`, per suggestion from Alejandro Colomar.
+
 2022-05-21  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * m4/groff.m4 (GROFF_MAKEINFO, GROFF_TEXI2DVI): Check for
diff --git a/man/groff.7.man b/man/groff.7.man
index 707268a8..6fe5d177 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -223,13 +223,13 @@ groff \- GNU roff language reference
 ..
 .
 .\" begin list [piloting a possible extension to man(7)]
-.de BL
+.de LS
 .  nr saved-PD \\n[PD]
 .  nr PD 0
 ..
 .
 .\" end list [piloting a possible extension to man(7)]
-.de EL
+.de LE
 .  nr PD \\n[saved-PD]
 ..
 .
@@ -711,7 +711,7 @@ language defines the following scaling units.
 .
 .
 .P
-.BL
+.LS
 .RS
 .
 .TPx
@@ -761,7 +761,7 @@ font \f[I]DESC\f[] file)
 multiply by 65,536
 (used with color components)
 .RE
-.EL
+.LE
 .
 .
 .\" ====================================================================
@@ -1397,7 +1397,7 @@ A few denotations may require introduction.
 .
 .
 .P
-.BL
+.LS
 .RS
 .
 .TPx
@@ -1435,7 +1435,7 @@ has three meanings,
 depending on its sign.
 .
 .RE
-.EL
+.LE
 .
 .
 .P
@@ -1513,7 +1513,7 @@ Texinfo manual or
 .SS "Request short reference"
 .\" ====================================================================
 .
-.BL
+.LS
 .
 .TPx
 .REQ .ab "\f[R][\f[]message\f[R]]"
@@ -3415,7 +3415,7 @@ Write contents of macro or string
 to the stream named
 .IR stream .
 .
-.EL
+.LE
 .
 .
 .P
@@ -3576,7 +3576,7 @@ are interpreted even in copy mode.
 .
 .
 .P
-.BL
+.LS
 .
 .\" ========= comments =========
 .
@@ -4394,7 +4394,7 @@ and then restore the horizontal and vertical position;
 .I anything
 must not contain tabs or leaders.
 .
-.EL
+.LE
 .
 .
 .\" ====================================================================
@@ -4698,7 +4698,7 @@ results from request calls.
 .
 .
 .P
-.BL
+.LS
 .
 .TPx
 .REG $$
@@ -5160,7 +5160,7 @@ Name of current diversion.
 .REG .zoom
 Zoom factor for current font (in multiples of 1/1000th; zero if no
 magnification).
-.EL
+.LE
 .
 .
 .\" ====================================================================
@@ -5173,7 +5173,7 @@ customizing a document.
 .
 .
 .P
-.BL
+.LS
 .TPx
 .REG %
 Current page number.
@@ -5358,7 +5358,7 @@ The current year.
 .REG yr
 The current year minus 1900.
 .
-.EL
+.LE
 .
 .
 .\" ====================================================================



reply via email to

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