From: "Eric S. Raymond" <esr@thyrsus.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: netdev@vger.kernel.org
Subject: Re: Problems in tc-matchall.8, tc-sample.8
Date: Tue, 12 Jun 2018 21:12:46 -0400 [thread overview]
Message-ID: <20180613011246.GA22921@thyrsus.com> (raw)
In-Reply-To: <20180612172439.6416b4e7@xeon-e3>
[-- Attachment #1: Type: text/plain, Size: 866 bytes --]
Stephen Hemminger <stephen@networkplumber.org>:
> The upstream repositories for master and net-next branch are now
> split. Master branch is at:
> git://git.kernel.org/pub/scm/network/iproute2/iproute2.gti
>
> and patches for next release are in (master branch):
> git://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git
>
>
> Github is an out of date clone (like all the kernels on there).
OK. Patch fixing markup in 7 files enclosed, with signoff.
No content changes in these patches. The intent is just to fix syntax bugs
so doclifter can do a clean lift to DocBook-XML, from which high-quality
HTML can be generated.
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
My work is funded by the Internet Civil Engineering Institute: https://icei.org
Please visit their site and donate: the civilization you save might be your own.
[-- Attachment #2: 0001-Markup-fixes-for-various-manual-pages.patch --]
[-- Type: text/x-diff, Size: 2885 bytes --]
>From c06f4f46b0a09ebb21c11ccc894fd827f5a6250a Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Tue, 12 Jun 2018 21:02:38 -0400
Subject: [PATCH] Markup fixes for various manual pages.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
---
man/man8/tc-cbq-details.8 | 4 ++--
man/man8/tc-cbq.8 | 4 ++--
man/man8/tc-htb.8 | 4 ++--
man/man8/tc-matchall.8 | 2 --
man/man8/tc-mqprio.8 | 4 ++--
man/man8/tc-prio.8 | 4 ++--
man/man8/tc-sample.8 | 2 --
7 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/man/man8/tc-cbq-details.8 b/man/man8/tc-cbq-details.8
index 9368103b..42027732 100644
--- a/man/man8/tc-cbq-details.8
+++ b/man/man8/tc-cbq-details.8
@@ -4,9 +4,9 @@ CBQ \- Class Based Queueing
.SH SYNOPSIS
.B tc qdisc ... dev
dev
-.B ( parent
+.B { parent
classid
-.B | root) [ handle
+.B | root} [ handle
major:
.B ] cbq avpkt
bytes
diff --git a/man/man8/tc-cbq.8 b/man/man8/tc-cbq.8
index 301265d8..0d958843 100644
--- a/man/man8/tc-cbq.8
+++ b/man/man8/tc-cbq.8
@@ -4,9 +4,9 @@ CBQ \- Class Based Queueing
.SH SYNOPSIS
.B tc qdisc ... dev
dev
-.B ( parent
+.B { parent
classid
-.B | root) [ handle
+.B | root } [ handle
major:
.B ] cbq [ allot
bytes
diff --git a/man/man8/tc-htb.8 b/man/man8/tc-htb.8
index ae310f43..b1a364bd 100644
--- a/man/man8/tc-htb.8
+++ b/man/man8/tc-htb.8
@@ -4,9 +4,9 @@ HTB \- Hierarchy Token Bucket
.SH SYNOPSIS
.B tc qdisc ... dev
dev
-.B ( parent
+.B { parent
classid
-.B | root) [ handle
+.B | root } [ handle
major:
.B ] htb [ default
minor-id
diff --git a/man/man8/tc-matchall.8 b/man/man8/tc-matchall.8
index e3cddb1f..28969461 100644
--- a/man/man8/tc-matchall.8
+++ b/man/man8/tc-matchall.8
@@ -81,7 +81,5 @@ tc filter add dev eth0 parent ffff: matchall \\
action sample rate 100 group 12
.EE
.RE
-
-.EE
.SH SEE ALSO
.BR tc (8),
diff --git a/man/man8/tc-mqprio.8 b/man/man8/tc-mqprio.8
index a1bedd35..0936b2be 100644
--- a/man/man8/tc-mqprio.8
+++ b/man/man8/tc-mqprio.8
@@ -4,9 +4,9 @@ MQPRIO \- Multiqueue Priority Qdisc (Offloaded Hardware QOS)
.SH SYNOPSIS
.B tc qdisc ... dev
dev
-.B ( parent
+.B { parent
classid
-.B | root) [ handle
+.B | root } [ handle
major:
.B ] mqprio [ numtc
tcs
diff --git a/man/man8/tc-prio.8 b/man/man8/tc-prio.8
index 605f3d39..8c5b21dd 100644
--- a/man/man8/tc-prio.8
+++ b/man/man8/tc-prio.8
@@ -4,9 +4,9 @@ PRIO \- Priority qdisc
.SH SYNOPSIS
.B tc qdisc ... dev
dev
-.B ( parent
+.B { parent
classid
-.B | root) [ handle
+.B | root } [ handle
major:
.B ] prio [ bands
bands
diff --git a/man/man8/tc-sample.8 b/man/man8/tc-sample.8
index 3e03eba2..0facd3c5 100644
--- a/man/man8/tc-sample.8
+++ b/man/man8/tc-sample.8
@@ -116,8 +116,6 @@ tc filter add dev eth1 parent ffff: matchall \\
action sample index 19
.EE
.RE
-
-.EE
.RE
.SH SEE ALSO
.BR tc (8),
--
2.17.1
prev parent reply other threads:[~2018-06-13 1:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180612191614.916303A4F8E@snark.thyrsus.com>
2018-06-12 21:17 ` Problems in tc-matchall.8, tc-sample.8 Stephen Hemminger
2018-06-12 22:00 ` Eric S. Raymond
2018-06-12 22:33 ` Stephen Hemminger
2018-06-12 23:41 ` Eric S. Raymond
2018-06-13 0:24 ` Stephen Hemminger
2018-06-13 1:12 ` Eric S. Raymond [this message]
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=20180613011246.GA22921@thyrsus.com \
--to=esr@thyrsus.com \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.