gbranden pushed a commit to branch master in repository groff. commit b4bbf32e38fd5f0b2b93f858862d829cb401ae71 Author: G. Branden Robinson <g.branden.robin...@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); _______________________________________________ Groff-commit mailing list Groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit