mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-27 13:13:35 +00:00
Import patch iproute2-typo-fixes-1.diff
(Logical change 1.94)
This commit is contained in:
parent
f6bfd26aa6
commit
0284dcde32
@ -169,7 +169,7 @@ int iprule_list(int argc, char **argv)
|
||||
af = AF_INET;
|
||||
|
||||
if (argc > 0) {
|
||||
fprintf(stderr, "\"ip rule show\" need not eny arguments.\n");
|
||||
fprintf(stderr, "\"ip rule show\" does not take any arguments.\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ static void explain(void)
|
||||
fprintf(stderr, "Usage: ... police rate BPS burst BYTES[/BYTES] [ mtu BYTES[/BYTES] ]\n");
|
||||
fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ]\n");
|
||||
fprintf(stderr, " [ ACTIONTERM ]\n");
|
||||
fprintf(stderr, "Old Syntax ACTIOTERMN := action <EXCEEDACT>[/NOTEXCEEDACT] \n");
|
||||
fprintf(stderr, "Old Syntax ACTIONTERM := action <EXCEEDACT>[/NOTEXCEEDACT] \n");
|
||||
fprintf(stderr, "New Syntax ACTIONTERM := conform-exceed <EXCEEDACT>[/NOTEXCEEDACT] \n");
|
||||
fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n");
|
||||
fprintf(stderr, "Where: pipe is only valid for new syntax \n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user