groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/10: src/preproc/tbl/main.cpp (main): Stop ignoring -T.


From: G. Branden Robinson
Subject: [groff] 06/10: src/preproc/tbl/main.cpp (main): Stop ignoring -T.
Date: Fri, 16 Oct 2020 10:59:44 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b4bbf32e38fd5f0b2b93f858862d829cb401ae71
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 16 23:53:23 2020 +1100

    src/preproc/tbl/main.cpp (main): Stop ignoring -T.
    
    GNU tbl was undocumentedly ignoring the -T option; apparently IRIX tbl
    implemented it, something on the system called tbl with that option (I'm
    guessing IRIX's man(1)) and its users spammed James Clark with bug
    reports.
    
    We can probably weather the volume of such spurious reports from IRIX
    users today.
---
 src/preproc/tbl/main.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/preproc/tbl/main.cpp b/src/preproc/tbl/main.cpp
index bba288a..3698e10 100644
--- a/src/preproc/tbl/main.cpp
+++ b/src/preproc/tbl/main.cpp
@@ -1582,9 +1582,6 @@ int main(int argc, char **argv)
        exit(0);
        break;
       }
-    case 'T':
-      // I'm sick of getting bug reports from IRIX users
-      break;
     case CHAR_MAX + 1: // --help
       usage(stdout);
       exit(0);



reply via email to

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