diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-01-29 09:35:32 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-01-29 09:50:21 +0100 |
commit | fd1f6a9eb945999f6177fd517c69c001048d8218 (patch) | |
tree | 71582a03c7933b50eecbade23bf0c9f669e63251 | |
parent | 74a0a6c7396b85311277a99a0b907678d86e2879 (diff) |
man: trafgen: Remove double word
s/packet packet/packet/
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | trafgen.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" } |