Stephen Hemminger <[email protected]>:
> 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.
>From c06f4f46b0a09ebb21c11ccc894fd827f5a6250a Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <[email protected]>
Date: Tue, 12 Jun 2018 21:02:38 -0400
Subject: [PATCH] Markup fixes for various manual pages.
Signed-off-by: Eric S. Raymond <[email protected]>
---
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