Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
0284dcde
Commit
0284dcde
authored
Oct 07, 2004
by
net[shemminger]!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import patch iproute2-typo-fixes-1.diff
(Logical change 1.94)
parent
f6bfd26a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ip/iprule.c
ip/iprule.c
+1
-1
tc/m_police.c
tc/m_police.c
+1
-1
No files found.
ip/iprule.c
View file @
0284dcde
...
...
@@ -169,7 +169,7 @@ int iprule_list(int argc, char **argv)
af
=
AF_INET
;
if
(
argc
>
0
)
{
fprintf
(
stderr
,
"
\"
ip rule show
\"
need not e
ny arguments.
\n
"
);
fprintf
(
stderr
,
"
\"
ip rule show
\"
does not take a
ny arguments.
\n
"
);
return
-
1
;
}
...
...
tc/m_police.c
View file @
0284dcde
...
...
@@ -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 ACTIO
TERMN
:= action <EXCEEDACT>[/NOTEXCEEDACT]
\n
"
);
fprintf
(
stderr
,
"Old Syntax ACTIO
NTERM
:= 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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment