mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01:00
netstat.1: Clarify -d argument
The man page states that the -d flag can be used to show the dropped packets. But, the number of dropped input packets are always shown, independent of the -d flag. This commit clarifies that the -d flag will add the number of dropped output packets to the output. MFC after: 3 days Reviewed by: imp, Alexander Ziaee Pull Request: https://github.com/freebsd/freebsd-src/pull/1332
This commit is contained in:
parent
ad57cea9e6
commit
1d551845f3
@ -25,7 +25,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd August 14, 2023
|
||||
.Dd July 29, 2024
|
||||
.Dt NETSTAT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -312,7 +312,7 @@ address with which they are associated.
|
||||
.It Fl b
|
||||
Show the number of bytes in and out.
|
||||
.It Fl d
|
||||
Show the number of dropped packets.
|
||||
Show the number of dropped output packets.
|
||||
.It Fl h
|
||||
Print all counters in human readable form.
|
||||
.It Fl n
|
||||
@ -381,7 +381,7 @@ Show IPv6 only.
|
||||
See
|
||||
.Sx GENERAL OPTIONS .
|
||||
.It Fl d
|
||||
Show the number of dropped packets.
|
||||
Show the number of dropped output packets.
|
||||
.It Fl M
|
||||
Use an alternative core.
|
||||
See
|
||||
|
Loading…
Reference in New Issue
Block a user