diff options
| author | Stephen Hemminger <stephen@networkplumber.org> | 2016-01-06 10:29:06 -0800 |
|---|---|---|
| committer | Stephen Hemminger <stephen@networkplumber.org> | 2016-01-06 10:29:06 -0800 |
| commit | e947d8947d34114e2ea7c5508dfbb9b10b4611c2 (patch) | |
| tree | 6b66405627a804be70e07b97e0e771a3dbfe20ba | |
| parent | d4585a4bb120e2f60b088a7e934bf2ae4e6b5b68 (diff) | |
| download | android_external_iproute2-e947d8947d34114e2ea7c5508dfbb9b10b4611c2.tar.gz android_external_iproute2-e947d8947d34114e2ea7c5508dfbb9b10b4611c2.tar.bz2 android_external_iproute2-e947d8947d34114e2ea7c5508dfbb9b10b4611c2.zip | |
man: fix whatis for fq
The FQ man page was not following whatis formatting rules.
| -rw-r--r-- | man/man8/tc-fq.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/tc-fq.8 b/man/man8/tc-fq.8 index 993beb6..f058a05 100644 --- a/man/man8/tc-fq.8 +++ b/man/man8/tc-fq.8 @@ -1,6 +1,6 @@ .TH FQ 8 "10 Sept 2015" "iproute2" "Linux" .SH NAME -Fair Queuing (FQ) \- Traffic Pacing +FQ \- Fair Queue traffic policing .SH SYNOPSIS .B tc qdisc ... fq [ |
