diff options
author | Kartik Mistry <kartik.mistry@gmail.com> | 2018-12-10 09:56:15 +0530 |
---|---|---|
committer | Tobias Klauser <tobias.klauser@gmail.com> | 2018-12-10 13:41:09 +0100 |
commit | 1b966299df22a429d041e86300c928bb61d63ba5 (patch) | |
tree | cc608ae3b0dc7af35b16975e8d3fa06b16bf84bf /trafgen.8 | |
parent | a91876c4306e72765ab6f87c2adab986ab4f1193 (diff) |
Fix manpage warnings
Signed-off-by: Kartik Mistry <kartik.mistry@gmail.com>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -133,7 +133,7 @@ randomly instread. .TP .B -P <uint>, --cpus <uint> Specify the number of processes trafgen shall -.Br fork (2) +.BR fork (2) off. By default trafgen will start as many processes as CPUs that are online and pin them to each, respectively. Allowed value must be within interval [1,CPUs]. .TP @@ -940,9 +940,8 @@ use the TX_RING, but sendto(2) packet I/O due to ''slow mode''. .TP .B trafgen --dev wlan0 --rfraw --conf beacon-test.txf -V --cpus 2 As an output device ''wlan0'' is used and put into monitoring mode, thus we -are going to transmit raw 802.11 frames through the air. Use the -''beacon-test.txf'' configuration file, set trafgen into verbose mode and -use only 2 CPUs. +are going to transmit raw 802.11 frames through the air. Use the ''beacon-test.txf'' +configuration file, set trafgen into verbose mode and use only 2 CPUs. .TP .B trafgen --dev em1 --conf frag_dos.cfg --rand --gap 1000us Use trafgen in sendto(2) mode instead of TX_RING mode and sleep after each |