Merge branch 'master' into net-next
This commit is contained in:
commit
2a5855706a
|
|
@ -220,7 +220,7 @@ static char *parse_link_kind(struct rtattr *tb, bool slave)
|
|||
return "";
|
||||
}
|
||||
|
||||
static int match_link_kind(struct rtattr **tb, char *kind, bool slave)
|
||||
static int match_link_kind(struct rtattr **tb, const char *kind, bool slave)
|
||||
{
|
||||
if (!tb[IFLA_LINKINFO])
|
||||
return -1;
|
||||
|
|
|
|||
|
|
@ -555,8 +555,8 @@ Please refer to \fBtc\-stab\fR(8)
|
|||
.
|
||||
\fBtc\fR(8), \fBtc\-hfsc\fR(8), \fBtc\-stab\fR(8)
|
||||
|
||||
Please direct bugreports and patches to: <net...@vger.kernel.org>
|
||||
Please direct bugreports and patches to: <netdev@vger.kernel.org>
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
.
|
||||
Manpage created by Michal Soltys (sol...@ziu.info)
|
||||
Manpage created by Michal Soltys (soltys@ziu.info)
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ Dump absolute values of counters. The default is to calculate increments since t
|
|||
.TP
|
||||
.B \-s, \-\-noupdate
|
||||
Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
|
||||
.TP
|
||||
.B \-j, \-\-json
|
||||
Display results in JSON format.
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ parameters, you will specify linear service curve.
|
|||
.
|
||||
\fBtc\fR(8), \fBtc\-hfsc\fR(7), \fBtc\-stab\fR(8)
|
||||
|
||||
Please direct bugreports and patches to: <net...@vger.kernel.org>
|
||||
Please direct bugreports and patches to: <netdev@vger.kernel.org>
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
.
|
||||
Manpage created by Michal Soltys (sol...@ziu.info)
|
||||
Manpage created by Michal Soltys (soltys@ziu.info)
|
||||
|
|
|
|||
|
|
@ -156,8 +156,8 @@ it's good to use \fBethtool\fR to turn off offloading features.
|
|||
.br
|
||||
\fB[2]\fR http://www.faqs.org/rfcs/rfc2684.html
|
||||
|
||||
Please direct bugreports and patches to: <net...@vger.kernel.org>
|
||||
Please direct bugreports and patches to: <netdev@vger.kernel.org>
|
||||
.
|
||||
.SH "AUTHOR"
|
||||
.
|
||||
Manpage created by Michal Soltys (sol...@ziu.info)
|
||||
Manpage created by Michal Soltys (soltys@ziu.info)
|
||||
|
|
|
|||
Loading…
Reference in New Issue