From patchwork Fri May 25 07:43:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Ceuleers X-Patchwork-Id: 161249 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 16918B6F62 for ; Fri, 25 May 2012 17:43:51 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752184Ab2EYHnt (ORCPT ); Fri, 25 May 2012 03:43:49 -0400 Received: from mailrelay002.isp.belgacom.be ([195.238.6.175]:9732 "EHLO mailrelay002.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751362Ab2EYHns (ORCPT ); Fri, 25 May 2012 03:43:48 -0400 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwEAPg2v09XQBdU/2dsb2JhbABEtQ6BCIJyIylxJAESiBEHu02LCoU9A5YnjmGCYoFU Received: from 84.23-64-87.adsl-dyn.isp.belgacom.be (HELO zotac.xperim.be) ([87.64.23.84]) by relay.skynet.be with ESMTP; 25 May 2012 09:43:44 +0200 Received: from mordor.xperim.be (mordor.xperim.be [192.168.1.44]) by zotac.xperim.be (8.14.4/8.14.4/Debian-2ubuntu1) with ESMTP id q4P7hFcr025219; Fri, 25 May 2012 09:43:15 +0200 From: Jan Ceuleers To: Stephen Hemminger , netdev , Vijay Subramanian Cc: Jan Ceuleers Subject: [PATCH iproute2] tc-codel: Fix typos in manpage Date: Fri, 25 May 2012 09:43:04 +0200 Message-Id: <1337931784-8625-1-git-send-email-jan.ceuleers@computer.org> X-Mailer: git-send-email 1.7.9.5 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Jan Ceuleers --- man/man8/tc-codel.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/tc-codel.8 b/man/man8/tc-codel.8 index 605e498..61f163f 100644 --- a/man/man8/tc-codel.8 +++ b/man/man8/tc-codel.8 @@ -105,7 +105,7 @@ interval 30.0ms ecn .BR tc-red (8) .SH SOURCES -o Kathleen Nicols and Van Jaconson, "Controlling Queue Delay", ACM Queue, +o Kathleen Nichols and Van Jacobson, "Controlling Queue Delay", ACM Queue, http://queue.acm.org/detail.cfm?id=2209336 .SH AUTHORS