aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarsten Desler <kdesler@soohrt.org>2004-06-27 23:15:54 -0700
committerChristoph Hellwig <hch@lst.de>2004-06-27 23:15:54 -0700
commit371135bd6e10d0d00a4437b5c7f75e231ef649ce (patch)
treea28a2dc2ebca0bf83a447fdc58d175a04a39598d /Documentation
parent1d6b84f35406f0ae71bd3fa7c2a0b8ceb0476684 (diff)
downloadhistory-371135bd6e10d0d00a4437b5c7f75e231ef649ce.tar.gz
[NET]: Fix typos in pktgen docs.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/pktgen.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/pktgen.txt b/Documentation/networking/pktgen.txt
index 776210590e85d1..99c1485d7b4ae9 100644
--- a/Documentation/networking/pktgen.txt
+++ b/Documentation/networking/pktgen.txt
@@ -11,13 +11,13 @@ How to use the Linux packet generator module.
5. After this two commands are defined:
A. "pg" to start generator and to get results.
B. "pgset" to change generator parameters. F.e.
- pgset "clone_skb 100" sets the number of coppies of the same packet
+ pgset "clone_skb 100" sets the number of copies of the same packet
will be sent before a new packet is allocated
pgset "clone_skb 0" use multiple SKBs for packet generation
pgset "pkt_size 9014" sets packet size to 9014
pgset "frags 5" packet will consist of 5 fragments
pgset "count 200000" sets number of packets to send, set to zero
- for continious sends untill explicitly
+ for continuous sends until explicitly
stopped.
pgset "ipg 5000" sets artificial gap inserted between packets
to 5000 nanoseconds