groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/39: [gxditview]: Drop disabled option from usage msg.


From: G. Branden Robinson
Subject: [groff] 08/39: [gxditview]: Drop disabled option from usage msg.
Date: Sat, 29 Oct 2022 14:59:56 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit d3528a7980f12ba26b15e9fafeb781528faf5e0e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 24 12:11:17 2022 -0500

    [gxditview]: Drop disabled option from usage msg.
    
    * src/devices/xditview/xditview.c (Syntax): "#if 0" out reference to
      `-noPolyText` option, whose effect is likewise bracketed in another
      file.
---
 ChangeLog                       | 6 ++++++
 src/devices/xditview/xditview.c | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 529e60c46..f08e98a78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-10-24  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * src/devices/xditview/xditview.c (Syntax): "#if 0" out
+       reference to `-noPolyText` option, whose effect is likewise
+       bracketed in another file.
+
 2022-10-24  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/roff/troff/input.cpp (enable_warning, disable_warning):
diff --git a/src/devices/xditview/xditview.c b/src/devices/xditview/xditview.c
index b46fe9aa2..df0b7be42 100644
--- a/src/devices/xditview/xditview.c
+++ b/src/devices/xditview/xditview.c
@@ -130,7 +130,10 @@ Syntax(const char *progname, bool had_error)
        (void) fprintf (stream, "usage: %s [X-toolkit-option]"
                        " [-backingStore backing-store-type]"
                        " [-filename file]"
+// See draw.c:FlushCharCache().
+#if 0
                        " [-noPolyText]"
+#endif
                        " [-page page-number]"
                        " [-printCommand command]"
                        " [-resolution resolution]"



reply via email to

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