diff --git a/ip/ipaddress.c b/ip/ipaddress.c index d4d64950..02bc9029 100644 --- a/ip/ipaddress.c +++ b/ip/ipaddress.c @@ -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; diff --git a/man/man7/tc-hfsc.7 b/man/man7/tc-hfsc.7 index ca049619..5ae5e6b3 100644 --- a/man/man7/tc-hfsc.7 +++ b/man/man7/tc-hfsc.7 @@ -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: +Please direct bugreports and patches to: . .SH "AUTHOR" . -Manpage created by Michal Soltys (sol...@ziu.info) +Manpage created by Michal Soltys (soltys@ziu.info) diff --git a/man/man8/rtacct.8 b/man/man8/rtacct.8 index 7cf97aa4..01321e6d 100644 --- a/man/man8/rtacct.8 +++ b/man/man8/rtacct.8 @@ -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 diff --git a/man/man8/tc-hfsc.8 b/man/man8/tc-hfsc.8 index 5444118e..fd0df8ff 100644 --- a/man/man8/tc-hfsc.8 +++ b/man/man8/tc-hfsc.8 @@ -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: +Please direct bugreports and patches to: . .SH "AUTHOR" . -Manpage created by Michal Soltys (sol...@ziu.info) +Manpage created by Michal Soltys (soltys@ziu.info) diff --git a/man/man8/tc-stab.8 b/man/man8/tc-stab.8 index 02caa7df..03a0659b 100644 --- a/man/man8/tc-stab.8 +++ b/man/man8/tc-stab.8 @@ -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: +Please direct bugreports and patches to: . .SH "AUTHOR" . -Manpage created by Michal Soltys (sol...@ziu.info) +Manpage created by Michal Soltys (soltys@ziu.info)