[Bug 238816] ipfilter: update ipmon(8) online usage string
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jun 26 05:22:25 UTC 2019
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: bugs at FreeBSD.org
Reporter: msl0000023508 at 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.
More information about the freebsd-bugs
mailing list