summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-04-11 13:34:35 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-04-11 13:34:35 +0200
commit4d2756a3227e5789fae612717a880a41e9358749 (patch)
tree3b42543619efcd8c55bc56a4518e94c7fb2617cb
parenta692c4817c1a5fc3f5b58b6787c620a272f9e69b (diff)
man: netsniff-ng: Fix typo of 'privileges'
Replace 'priviledges' by 'privileges'. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--man/netsniff-ng.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/netsniff-ng.8 b/man/netsniff-ng.8
index ac90590..a36cf23 100644
--- a/man/netsniff-ng.8
+++ b/man/netsniff-ng.8
@@ -171,7 +171,7 @@ CPU affinity to this CPU. This option should be preferred in combination with
``-s'' in case a middle till high packet rate is expected.
.SS -u <uid>, --user <uid> resp. -g <gid>, --group <gid>
-After ring setup drop priviledges to a non-root user/group combination.
+After ring setup drop privileges to a non-root user/group combination.
.SS -H, --prio-high
Set this process as a high priority process in order to achieve a higher
@@ -259,7 +259,7 @@ CPU 0. The default pcap magic type is 0xa1b2c3d4 (tcpdump-capable pcap).
.SS netsniff-ng --in vlan0 --out dump.pcap -c -u `id -u bob` -g `id -g bob`
Capture network traffic on device wlan0 into a pcap file called dump.pcap
by using normal read(2), write(2) I/O for the pcap file (slower but less
-latency). Also, after setting up the RX_RING for capture, drop priviledges
+latency). Also, after setting up the RX_RING for capture, drop privileges
from root to the user/group ``bob''. Invoke the packet dissector and print
packet contents to the terminal for further analysis.