| Submitter | Florian Westphal |
|---|---|
| Date | Jan. 12, 2010, 8:43 p.m. |
| Message ID | <1263329002-19564-1-git-send-email-fw@strlen.de> |
| Download | mbox | patch |
| Permalink | /patch/42765/ |
| State | Accepted |
| Delegated to: | stephen hemminger |
| Headers | show |
Comments
Patch
diff --git a/man/man8/tc-prio.8 b/man/man8/tc-prio.8 index 780bcd5..1625fcc 100644 --- a/man/man8/tc-prio.8 +++ b/man/man8/tc-prio.8 @@ -50,7 +50,7 @@ be enqueued. From userspace A process with sufficient privileges can encode the destination class directly with SO_PRIORITY, see -.BR tc(7). +.BR socket(7). .TP with a tc filter A tc filter attached to the root qdisc can point traffic directly to a class
fix up reference: there is no tc(7) man page. Signed-off-by: Florian Westphal <fw@strlen.de> --- man/man8/tc-prio.8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)