* Re: Problems in tc-matchall.8, tc-sample.8 [not found] <20180612191614.916303A4F8E@snark.thyrsus.com> @ 2018-06-12 21:17 ` Stephen Hemminger 2018-06-12 22:00 ` Eric S. Raymond 0 siblings, 1 reply; 6+ messages in thread From: Stephen Hemminger @ 2018-06-12 21:17 UTC (permalink / raw) To: esr; +Cc: netdev On Tue, 12 Jun 2018 15:16:14 -0400 (EDT) esr@thyrsus.com wrote: > This is automatically generated email about markup problems in a man > page for which you appear to be responsible. If you are not the right > person or list, please tell me so I can correct my database. > > See http://catb.org/~esr/doclifter/bugs.html for details on how and > why these patches were generated. Feel free to email me with any > questions. Note: These patches do not change the modification date of > any manual page. You may wish to do that by hand. > > I apologize if this message seems spammy or impersonal. The volume of > markup bugs I am tracking is over five hundred - there is no real > alternative to generating bugmail from a database and template. > > -- > Eric S. Raymond Please resubmit as real patch with signed-off-by ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems in tc-matchall.8, tc-sample.8 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 0 siblings, 1 reply; 6+ messages in thread From: Eric S. Raymond @ 2018-06-12 22:00 UTC (permalink / raw) To: Stephen Hemminger; +Cc: netdev Stephen Hemminger <stephen@networkplumber.org>: > Please resubmit as real patch with signed-off-by I would like to follow your intructions, but that description leaves me not quite certain what you want. A git format-patch thing? If so, what git url should I clone from? -- <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. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems in tc-matchall.8, tc-sample.8 2018-06-12 22:00 ` Eric S. Raymond @ 2018-06-12 22:33 ` Stephen Hemminger 2018-06-12 23:41 ` Eric S. Raymond 0 siblings, 1 reply; 6+ messages in thread From: Stephen Hemminger @ 2018-06-12 22:33 UTC (permalink / raw) To: Eric S. Raymond; +Cc: netdev On Tue, 12 Jun 2018 18:00:03 -0400 "Eric S. Raymond" <esr@thyrsus.com> wrote: > Stephen Hemminger <stephen@networkplumber.org>: > > Please resubmit as real patch with signed-off-by > > I would like to follow your intructions, but that description leaves me > not quite certain what you want. A git format-patch thing? If so, what > git url should I clone from? iproute patches are handled the same as the Linux kernel. Please submit patches to the netdev@vger.kernel.org with the same kind of diff format (and signed-off-by) as the kernel. Like the kernel, patches which are pure bug fixes go to the master branch, and patches with new functionality are handled with the iproute2-next repository. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems in tc-matchall.8, tc-sample.8 2018-06-12 22:33 ` Stephen Hemminger @ 2018-06-12 23:41 ` Eric S. Raymond 2018-06-13 0:24 ` Stephen Hemminger 0 siblings, 1 reply; 6+ messages in thread From: Eric S. Raymond @ 2018-06-12 23:41 UTC (permalink / raw) To: Stephen Hemminger; +Cc: netdev Stephen Hemminger <stephen@networkplumber.org>: > On Tue, 12 Jun 2018 18:00:03 -0400 > "Eric S. Raymond" <esr@thyrsus.com> wrote: > > > Stephen Hemminger <stephen@networkplumber.org>: > > > Please resubmit as real patch with signed-off-by > > > > I would like to follow your intructions, but that description leaves me > > not quite certain what you want. A git format-patch thing? If so, what > > git url should I clone from? > > iproute patches are handled the same as the Linux kernel. > Please submit patches to the netdev@vger.kernel.org with the same kind > of diff format (and signed-off-by) as the kernel. > > Like the kernel, patches which are pure bug fixes go to the master > branch, and patches with new functionality are handled with the iproute2-next repository. Then I should bugfix against this repository? https://github.com/shemminger/iproute2 -- <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. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems in tc-matchall.8, tc-sample.8 2018-06-12 23:41 ` Eric S. Raymond @ 2018-06-13 0:24 ` Stephen Hemminger 2018-06-13 1:12 ` Eric S. Raymond 0 siblings, 1 reply; 6+ messages in thread From: Stephen Hemminger @ 2018-06-13 0:24 UTC (permalink / raw) To: Eric S. Raymond; +Cc: netdev On Tue, 12 Jun 2018 19:41:03 -0400 "Eric S. Raymond" <esr@thyrsus.com> wrote: > Stephen Hemminger <stephen@networkplumber.org>: > > On Tue, 12 Jun 2018 18:00:03 -0400 > > "Eric S. Raymond" <esr@thyrsus.com> wrote: > > > > > Stephen Hemminger <stephen@networkplumber.org>: > > > > Please resubmit as real patch with signed-off-by > > > > > > I would like to follow your intructions, but that description leaves me > > > not quite certain what you want. A git format-patch thing? If so, what > > > git url should I clone from? > > > > iproute patches are handled the same as the Linux kernel. > > Please submit patches to the netdev@vger.kernel.org with the same kind > > of diff format (and signed-off-by) as the kernel. > > > > Like the kernel, patches which are pure bug fixes go to the master > > branch, and patches with new functionality are handled with the iproute2-next repository. > > Then I should bugfix against this repository? > > https://github.com/shemminger/iproute2 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). ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems in tc-matchall.8, tc-sample.8 2018-06-13 0:24 ` Stephen Hemminger @ 2018-06-13 1:12 ` Eric S. Raymond 0 siblings, 0 replies; 6+ messages in thread From: Eric S. Raymond @ 2018-06-13 1:12 UTC (permalink / raw) To: Stephen Hemminger; +Cc: netdev [-- 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 ^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-06-13 1:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[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 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).