Package: inn2 Version: 2.4.5-5 Severity: normal Hi,
nntpsend(8) says: -d -D The ``-d'' flag causes nntpsend to send output to stdout rather than the log file <pathlog in inn.conf>/nntpsend.log. The ``-D'' flag does the same and it passes ``-d'' to all innxmit invocations, which in turn causes innxmit to go into debug mode. The code, however, does the following: ## -d debug mode, run innxmits with debug as well ## -D same as -d except innxmits are not debugged ... X-d) D_FLAG="-d" NO_LOG_FLAG="true" ;; X-D) NO_LOG_FLAG="true" ;; The documentation should reflect the behaviour of the code. Regards, Matthew -- "At least you know where you are with Microsoft." "True. I just wish I'd brought a paddle." http://www.debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org