From 06bb6d1ac02f875f2e077a3ee78f5dbca95dec92 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 4 Feb 2014 21:52:28 +0900 Subject: [PATCH] Fix longer line in --dscp option help --- src/usage_text.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/usage_text.h b/src/usage_text.h index 3f22e555..d06b694d 100644 --- a/src/usage_text.h +++ b/src/usage_text.h @@ -972,7 +972,8 @@ " only DSCP bits in TOS field of IP packets,\n" \ " not the whole field. If you take values\n" \ " from /usr/include/netinet/ip.h divide them by 4\n" \ - " (otherwise values would be incorrect, e.g. your CS1\n" \ - " class would turn into CS4). If you are take commonly\n" \ - " used values from RFC, network vendors' documentation,\n" \ - " Wikipedia or any other source, use them as they are.") + " (otherwise values would be incorrect, e.g. your\n" \ + " CS1 class would turn into CS4). If you take\n" \ + " commonly used values from RFC, network vendors'\n" \ + " documentation, Wikipedia or any other source,\n" \ + " use them as they are.")