pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -3,7 +3,7 @@
> Produce aggregate statistics of TCP/IP dumps.
> More information: <https://manned.org/ipaggcreate>.
- Count the number of packets sent from each source address appearing in a pcap file:
- Count the number of packets sent from each source address appearing in a PCAP file:
`ipaggcreate --src {{path/to/file.pcap}}`
@@ -11,6 +11,6 @@
`ipaggcreate --interface {{eth0}} --length`
- Count the number of bytes sent between each address pair appearing in a pcap file:
- Count the number of bytes sent between each address pair appearing in a PCAP file:
`ipaggcreate --address-pairs --bytes {{path/to/file.pcap}}`