Re: [netsniff-ng] [PATCH] man: netsniff-ng: Fix usage example description

2016-06-22 Thread Tobias Klauser
On 2016-06-21 at 18:20:35 +0200, Hisao Tanabe  wrote:
> Fix the input device name that is used in the description of the usage
> example.
> 
> Signed-off-by: Hisao Tanabe 

Applied, thanks a lot.

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netsniff-ng] [PATCH] man: netsniff-ng: Fix usage example description

2016-06-22 Thread Hisao Tanabe
Fix the input device name that is used in the description of the usage
example.

Signed-off-by: Hisao Tanabe 
---
 netsniff-ng.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netsniff-ng.8 b/netsniff-ng.8
index 1da50c0..b6758a5 100644
--- a/netsniff-ng.8
+++ b/netsniff-ng.8
@@ -317,7 +317,7 @@ netsniff-ng and NIC IRQ affinity to CPU 0. The default pcap 
magic type is
 0xa1b2c3d4 (tcpdump-capable pcap).
 .PP
 .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
+Capture network traffic on device vlan0 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 privileges
 from root to the user and group \[lq]bob\[rq]. Invoke the packet dissector and 
print
-- 
2.9.0

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.