summaryrefslogtreecommitdiff
path: root/trafgen.8
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-01-29 09:35:32 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-01-29 09:50:21 +0100
commitfd1f6a9eb945999f6177fd517c69c001048d8218 (patch)
tree71582a03c7933b50eecbade23bf0c9f669e63251 /trafgen.8
parent74a0a6c7396b85311277a99a0b907678d86e2879 (diff)
man: trafgen: Remove double word
s/packet packet/packet/ Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen.8')
-rw-r--r--trafgen.84
1 files changed, 2 insertions, 2 deletions
diff --git a/trafgen.8 b/trafgen.8
index b8d5411..cd52854 100644
--- a/trafgen.8
+++ b/trafgen.8
@@ -234,8 +234,8 @@ Packet content can be of the following:
string: "hello world"
shellcode: "\\x31\\xdb\\x8d\\x43\\x17\\x99\\xcd\\x80\\x31\\xc9"
.PP
-Thus, a quite useless packet packet configuration might look like this (one can
-verify this when running this with trafgen in combination with \-V):
+Thus, a quite useless packet configuration might look like this (one can verify
+this when running this with trafgen in combination with \-V):
.PP
{ 0xca, 42, 0b11110000, 011, 'a', "hello world",
"\\x31\\xdb\\x8d\\x43\\x17\\x99\\xcd\\x80\\x31\\xc9" }