From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric S. Raymond" Subject: Re: Problems in tc-matchall.8, tc-sample.8 Date: Tue, 12 Jun 2018 21:12:46 -0400 Message-ID: <20180613011246.GA22921@thyrsus.com> References: <20180612191614.916303A4F8E@snark.thyrsus.com> <20180612141700.3a679643@xeon-e3> <20180612220003.GE4849@thyrsus.com> <20180612153350.75e77f01@xeon-e3> <20180612234103.GB14546@thyrsus.com> <20180612172439.6416b4e7@xeon-e3> Reply-To: esr@thyrsus.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="envbJBWh7q8WU6mo" Cc: netdev@vger.kernel.org To: Stephen Hemminger Return-path: Received: from thyrsus.com ([71.162.243.5]:46422 "EHLO snark.thyrsus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935017AbeFMBMr (ORCPT ); Tue, 12 Jun 2018 21:12:47 -0400 Content-Disposition: inline In-Reply-To: <20180612172439.6416b4e7@xeon-e3> Sender: netdev-owner@vger.kernel.org List-ID: --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Stephen Hemminger : > 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. -- Eric S. Raymond 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. --envbJBWh7q8WU6mo Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Markup-fixes-for-various-manual-pages.patch" >>From c06f4f46b0a09ebb21c11ccc894fd827f5a6250a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Jun 2018 21:02:38 -0400 Subject: [PATCH] Markup fixes for various manual pages. Signed-off-by: Eric S. Raymond --- 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 --envbJBWh7q8WU6mo--