Date: Fri, 17 Feb 2023 16:45:09 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 202708] netstat(1) output depends on options order Message-ID: <bug-202708-227-jm0Wc8bTzJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202708-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202708 Fernando ApesteguĂa <fernape@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|bugs@FreeBSD.org |fernape@FreeBSD.org CC| |fernape@FreeBSD.org --- Comment #3 from Fernando ApesteguĂa <fernape@FreeBSD.org> --- (In reply to Dmitry Sivachenko from comment #2) https://reviews.freebsd.org/D38654 I think this is more a documentation issue. In other commands as rm(1) we can specify too "incompatible" options like -f and -i, but the manual page clearly specifies that the one that appears last in the command line overrides the previous incompatible one: $ touch test_file fernape@hammer:~/test$ rm -f -i test_file remove test_file? y $ touch test_file $ rm -i -f test_file $ -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202708-227-jm0Wc8bTzJ>
