groff-commit
[Top][All Lists]
Advanced

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

[groff] 18/35: soelim(1): Rename metasyntactic variables.


From: G. Branden Robinson
Subject: [groff] 18/35: soelim(1): Rename metasyntactic variables.
Date: Tue, 21 Jun 2022 14:26:29 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 4b9e82ab023667ef845dd2e3c1367cf9e9c41508
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Jun 20 11:48:46 2022 -0500

    soelim(1): Rename metasyntactic variables.
    
    * Align argument in synopsis with discussion.
    * Rename "macro-file" to "included-file"; while the input file is a roff
      file, too, a sourced file is not necessarily a "macro file".  One
      could organize an ordinary document, or even a non-roff file, with
      this mechanism.
---
 src/preproc/soelim/soelim.1.man | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/preproc/soelim/soelim.1.man b/src/preproc/soelim/soelim.1.man
index 1347e203..93fcff01 100644
--- a/src/preproc/soelim/soelim.1.man
+++ b/src/preproc/soelim/soelim.1.man
@@ -49,7 +49,7 @@
 .RB [ \-Crt ]
 .RB [ \-I
 .IR dir ]
-.RI [ file\~ .\|.\|.]
+.RI [ input-file\~ .\|.\|.]
 .YS
 .
 .
@@ -83,11 +83,11 @@ input files;
 that is,
 it replaces lines of the form
 .RB \[lq] .so
-.IR macro-file \[rq]
+.IR included-file \[rq]
 within each text
 .I input-file
 with the contents of
-.IR macro-file ,
+.IR included-file ,
 recursively.
 .
 By default,
@@ -96,7 +96,7 @@ it writes
 requests as well to record the name and line number of each
 .I input-file
 and
-.IR macro-file ,
+.IR included-file ,
 so that any diagnostics produced by later processing can be accurately
 traced to the original input.
 .



reply via email to

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