]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Error messaging in ipfw(8) was out of hand, almost 50 lines of usage
authorcjc <cjc@FreeBSD.org>
Sun, 22 Jul 2001 06:40:11 +0000 (06:40 +0000)
committercjc <cjc@FreeBSD.org>
Sun, 22 Jul 2001 06:40:11 +0000 (06:40 +0000)
commitcaf592b72e15f59512403d219d57a444b4c4874e
treeee440d46aec0371c21072e7ff8ffbae43f944d91
parent1b5c2532c7e66299c69f2cb24eec5dab450e5c80
Error messaging in ipfw(8) was out of hand, almost 50 lines of usage
information for any command line error, the actual error message
almost always (and sometimes irretrievably) lost scrolling off the top
of the screen. Now just print the error. Give ipfw(8) no arguments for
the old usage summary.

Thanks to Lyndon Nerenberg <lyndon@orthanc.ab.ca> for the patch and
PR, but I had already done this when ru pointed out the PR.

PR: bin/28729
Approved by: ru
MFC after: 1 week
sbin/ipfw/ipfw.c