From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesus Sanchez-Palencia Subject: [PATCH v2 iproute2] man: Fix typos on tc-cbs Date: Thu, 5 Jul 2018 08:20:09 -0700 Message-ID: <20180705152009.29222-1-jesus.sanchez-palencia@intel.com> Cc: simon.horman@netronome.com, Jesus Sanchez-Palencia To: netdev@vger.kernel.org Return-path: Received: from mga17.intel.com ([192.55.52.151]:41692 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753272AbeGEPZJ (ORCPT ); Thu, 5 Jul 2018 11:25:09 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Fix 2 typos on the man page of the CBS qdisc. Signed-off-by: Jesus Sanchez-Palencia Reviewed-by: Simon Horman --- man/man8/tc-cbs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/tc-cbs.8 b/man/man8/tc-cbs.8 index 32e1e0d4..ad1d8821 100644 --- a/man/man8/tc-cbs.8 +++ b/man/man8/tc-cbs.8 @@ -28,7 +28,7 @@ defined rate limiting method to the traffic. This queueing discipline is intended to be used by TSN (Time Sensitive Networking) applications, the CBS parameters are derived directly by what is described by the Annex L of the IEEE 802.1Q-2014 -Sepcification. The algorithm and how it affects the latency are +Specification. The algorithm and how it affects the latency are detailed there. CBS is meant to be installed under another qdisc that maps packet @@ -60,7 +60,7 @@ packet size, which is then used for calculating the idleslope. sendslope Sendslope is the rate of credits that is depleted (it should be a negative number of kilobits per second) when a transmission is -ocurring. It can be calculated as follows, (IEEE 802.1Q-2014 Section +occurring. It can be calculated as follows, (IEEE 802.1Q-2014 Section 8.6.8.2 item g): sendslope = idleslope - port_transmit_rate -- 2.18.0