Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-202708-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202708

Fernando Apestegu=C3=ADa <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=C3=ADa <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 c=
an
specify too "incompatible" options like -f and -i, but the manual page clea=
rly
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=20
remove test_file? y
$ touch test_file
$ rm -i -f test_file=20
$

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202708-227-jm0Wc8bTzJ>