netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Henriksson <andreas@fatal.se>
To: shemminger@vyatta.com
Cc: netdev@vger.kernel.org, Bjarni Ingi Gislason <bjarniig@rhi.hi.is>,
	Andreas Henriksson <andreas@fatal.se>
Subject: [PATCH 2/2] tc-drr(8): tab unquoted in a argument to a macro
Date: Mon, 28 May 2012 13:46:05 +0200	[thread overview]
Message-ID: <1338205565-11872-2-git-send-email-andreas@fatal.se> (raw)
In-Reply-To: <1338205565-11872-1-git-send-email-andreas@fatal.se>

From: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>

>From "man ..." ("groff -ww -mandoc ..."):

<groff: tc-drr.8>:67: warning: tab character in unquoted macro argument
<groff: tc-drr.8>:69: warning: tab character in unquoted macro argument

*********************

Originally filed at: http://bugs.debian.org/674706

Signed-off-by: Andreas Henriksson <andreas@fatal.se>
---
 man/man8/tc-drr.8 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/man8/tc-drr.8 b/man/man8/tc-drr.8
index 16a8ec0..e25d6dd 100644
--- a/man/man8/tc-drr.8
+++ b/man/man8/tc-drr.8
@@ -64,9 +64,9 @@ flow filter:
 
 .B for i in .. 1024;do
 .br
-.B \ttc class add dev ..  classid $handle:$(print %x $i)
+.B "\ttc class add dev .. classid $handle:$(print %x $i)"
 .br
-.B \ttc qdisc add dev .. fifo limit 16
+.B "\ttc qdisc add dev .. fifo limit 16"
 .br
 .B done
 
-- 
1.7.10

  reply	other threads:[~2012-05-28 11:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-28 11:46 [PATCH 1/2] tc(8): Negative indent and missing "-" after an escape Andreas Henriksson
2012-05-28 11:46 ` Andreas Henriksson [this message]
2012-05-29 15:18   ` [PATCH 2/2] tc-drr(8): tab unquoted in a argument to a macro Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1338205565-11872-2-git-send-email-andreas@fatal.se \
    --to=andreas@fatal.se \
    --cc=bjarniig@rhi.hi.is \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@vyatta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).