groff-commit
[Top][All Lists]
Advanced

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

[groff] 33/40: src/devices/grolbp/lbp.cpp: Tweak usage message.


From: G. Branden Robinson
Subject: [groff] 33/40: src/devices/grolbp/lbp.cpp: Tweak usage message.
Date: Sat, 12 Nov 2022 14:43:39 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit b07a1821aad07b8f220bfbad964ed7317a003448
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Nov 12 07:07:59 2022 -0600

    src/devices/grolbp/lbp.cpp: Tweak usage message.
    
    * src/devices/grolbp/lbp.cpp (usage): Tweak usage message.  The output
      driver should be perfectly capable of handling output from non-GNU
      (but device-independent) troffs.
---
 ChangeLog                  | 6 ++++++
 src/devices/grolbp/lbp.cpp | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a68b3176a..d59b30a3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-12  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * src/devices/grolbp/lbp.cpp (usage): Tweak usage message.  The
+       output driver should be perfectly capable of handling output
+       from non-GNU (but device-independent) troffs.
+
 2022-11-12  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/devices/grops/ps.cpp (usage): Employ more informative
diff --git a/src/devices/grolbp/lbp.cpp b/src/devices/grolbp/lbp.cpp
index 89ea47dac..1c7d0592c 100644
--- a/src/devices/grolbp/lbp.cpp
+++ b/src/devices/grolbp/lbp.cpp
@@ -634,9 +634,9 @@ static void usage(FILE *stream)
   if (stdout == stream) {
     fputs(
 "\n"
-"Translate the output of GNU troff(1) into a CaPSL and VDM format\n"
-"suitable for Canon LBP-4 and LBP-8 printers.  See the grolbp(1) manual"
-" page.\n",
+"Translate the output of troff(1) into a CaPSL and VDM format suitable"
+"\n"
+"for Canon LBP-4 and LBP-8 printers.  See the grolbp(1) manual page.\n",
          stream);
     exit(EXIT_SUCCESS);
   }



reply via email to

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