| Submitter | Andreas Henriksson |
|---|---|
| Date | Dec. 12, 2012, 11:23 a.m. |
| Message ID | <20121212112348.GA6520@amd64.fatal.se> |
| Download | mbox | patch |
| Permalink | /patch/205491/ |
| State | Accepted |
| Delegated to: | stephen hemminger |
| Headers | show |
Comments
On Wed, 12 Dec 2012 12:23:48 +0100 Andreas Henriksson <andreas@fatal.se> wrote: > The debian package checking tool, lintian, spotted that the > tc ematch manpage seems to have an error in the specified section. > > Signed-off-by: Andreas Henriksson <andreas@fatal.se> > > diff --git a/man/man8/tc-ematch.8 b/man/man8/tc-ematch.8 > index 2eafc29..957a22e 100644 > --- a/man/man8/tc-ematch.8 > +++ b/man/man8/tc-ematch.8 > @@ -1,4 +1,4 @@ > -.TH filter ematch "6 August 2012" iproute2 Linux > +.TH ematch 8 "6 August 2012" iproute2 Linux > . > .SH NAME > ematch \- extended matches for use with "basic" or "flow" filters Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/man/man8/tc-ematch.8 b/man/man8/tc-ematch.8 index 2eafc29..957a22e 100644 --- a/man/man8/tc-ematch.8 +++ b/man/man8/tc-ematch.8 @@ -1,4 +1,4 @@ -.TH filter ematch "6 August 2012" iproute2 Linux +.TH ematch 8 "6 August 2012" iproute2 Linux . .SH NAME ematch \- extended matches for use with "basic" or "flow" filters
The debian package checking tool, lintian, spotted that the tc ematch manpage seems to have an error in the specified section. Signed-off-by: Andreas Henriksson <andreas@fatal.se> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html