Debian's automated package checking tool (lintian) is complaining about a couple of things in the ksh man page.
A hyphen should be quoted on line 5804. This is used for the -a option to getopts and it needs a backslash. The other complaint is that BL is not defined. To see: $ LANG=C man --warnings -l sh.1 > /dev/null <standard input>:6216: warning: `BL' not defined <standard input>:6217: warning: `LI' not defined <standard input>:6317: warning: `LE' not defined Would be nice if these issues could be fixed. Thanks Oliver Kiddle _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
