[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/09: [soelim]: Revise program description.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/09: [soelim]: Revise program description. |
Date: |
Wed, 4 Dec 2024 09:51:20 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit fd3916fcdd7e7b12462d6657f6723a6bc9ff3e82
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Dec 3 03:35:30 2024 -0600
[soelim]: Revise program description.
* src/preproc/soelim/soelim.cpp (usage):
* src/preproc/soelim/soelim.1.man: Revise program description.
---
ChangeLog | 5 +++++
src/preproc/soelim/soelim.1.man | 8 ++++----
src/preproc/soelim/soelim.cpp | 15 +++++++--------
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 938e8fff9..9614e57ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-03 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * src/preproc/soelim/soelim.cpp (usage):
+ * src/preproc/soelim/soelim.1.man: Revise program description.
+
2024-12-03 G. Branden Robinson <g.branden.robinson@gmail.com>
* src/libs/libgroff/maxfilename.cpp: Include local "posix.h"
diff --git a/src/preproc/soelim/soelim.1.man b/src/preproc/soelim/soelim.1.man
index 99ccbd364..3a40c3bcc 100644
--- a/src/preproc/soelim/soelim.1.man
+++ b/src/preproc/soelim/soelim.1.man
@@ -107,8 +107,9 @@ it replaces lines of the form
within each text
.I input-file
with the contents of
-.IR included-file ,
-recursively.
+.I included-file
+recursively,
+flattening a tree of documents.
.
By default,
it writes
@@ -231,8 +232,7 @@ With its
option,
therefore,
.I @g@soelim
-can be used to process text files in general,
-to flatten a tree of documents.
+can be used to process text files in general.
.
.
.PP
diff --git a/src/preproc/soelim/soelim.cpp b/src/preproc/soelim/soelim.cpp
index 3f578d885..8cb601ba3 100644
--- a/src/preproc/soelim/soelim.cpp
+++ b/src/preproc/soelim/soelim.cpp
@@ -55,16 +55,15 @@ void usage(FILE *stream)
"usage: %s --help\n",
program_name, program_name, program_name);
if (stdout == stream)
- fputs(
-"\n"
+ fputs("\n"
"GNU soelim eliminates source requests in roff(7) and other text\n"
"files; it replaces lines of the form \".so includedâfile\" within\n"
-"each text input-file with the contents of included-file,\n"
-"recursively. By default, it writes roff \"lf\" requests as well to\n"
-"record the name and line number of each input-file and\n"
-"included-file. Use the -t option to produce TeX comments instead of\n"
-"roff requests. Use the -r option to write neither, flattening a\n"
-"tree of documents. See the soelim(1) manual page.\n",
+"each text input-file with the contents of included-file recursively,\n"
+"flattening a tree of documents. By default, it writes roff \"lf\"\n"
+"requests as well to record the name and line number of each\n"
+"input-file and included-file. Use the -t option to produce TeX\n"
+"comments instead of roff requests. Use the -r option to write\n"
+"neither. See the soelim(1) manual page.\n",
stream);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/09: [soelim]: Revise program description.,
G. Branden Robinson <=