https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238816
Bug ID: 238816 Summary: ipfilter: update ipmon(8) online usage string Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: msl0000023...@gmail.com Created attachment 205343 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205343&action=edit ipfilter-ipmon-usage.diff The current online usage message from ipmon(8) (ipmon -h) is really far away from the actual options that it accept. This issue can also be seen by comparing this 'usage' string and the SYNOPSIS part of its man page: > fprintf(stderr, "%s: [-NFhstvxX] [-f <logfile>]\n", prog); vs. > ipmon [ -abBDFhnpstvxX ] [ -N <device> ] [ -L <facility> ] [ -o [NSI] ] [ -O > [NSI] ] [ -P <pidfile> ] [ -S <device> ] [ -f <device> ] [ <filename> ] This patch updates this usage message. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"