diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-04-11 13:16:34 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-04-11 13:16:34 +0200 |
commit | a692c4817c1a5fc3f5b58b6787c620a272f9e69b (patch) | |
tree | d3791ef109e916bf5b11f245c2dd390d944f7174 | |
parent | a4703f2a060a81397da497b85bc135187f0f89e9 (diff) |
man: netsniff-ng: Fix a typo
Replace 'networkoing' by 'networking'.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | man/netsniff-ng.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/netsniff-ng.8 b/man/netsniff-ng.8 index 8bc6740..ac90590 100644 --- a/man/netsniff-ng.8 +++ b/man/netsniff-ng.8 @@ -250,7 +250,7 @@ print any packet contents to the terminal. Also, pin the process and NIC IRQ affinity to CPU 0. .SS netsniff-ng --in team0 --out /opt/probe/ -s -m -J --interval 100MiB -b 0 -Capture on an aggregated team0 networkoing device and dump packets into multiple +Capture on an aggregated team0 networking device and dump packets into multiple pcap files that are split into 100MiB each. Use mmap(2) I/O as a pcap write method, enable support for super jumbo frames up to 64KB, and do not print the captured data to the terminal. Pin netsniff-ng to and NIC IRQ affinity to |