From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gong Deli Subject: [PATCH] doc: fix a typo in programmer's guide Date: Mon, 27 Nov 2017 17:02:15 +0800 Message-ID: <20171127090215.13688-1-gnnnnng@gmail.com> Cc: dev@dpdk.org, Gong Deli To: Cristian Dumitrescu , John McNamara Return-path: Received: from mail-pg0-f66.google.com (mail-pg0-f66.google.com [74.125.83.66]) by dpdk.org (Postfix) with ESMTP id 82459239 for ; Mon, 27 Nov 2017 10:02:47 +0100 (CET) Received: by mail-pg0-f66.google.com with SMTP id s11so18397691pgc.5 for ; Mon, 27 Nov 2017 01:02:47 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix the mismatch of two table's title and content Signed-off-by: Gong Deli --- doc/guides/prog_guide/qos_framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/qos_framework.rst b/doc/guides/prog_guide/qos_framework.rst index f3f60b8..31030a2 100644 --- a/doc/guides/prog_guide/qos_framework.rst +++ b/doc/guides/prog_guide/qos_framework.rst @@ -612,7 +612,7 @@ The token bucket generic parameters and operations are presented in :numref:`tab .. _table_qos_6: -.. table:: Token Bucket Generic Operations +.. table:: Token Bucket Generic Parameters +---+------------------------+--------------------+---------------------------------------------------------+ | # | Token Bucket Parameter | Unit | Description | @@ -627,7 +627,7 @@ The token bucket generic parameters and operations are presented in :numref:`tab .. _table_qos_7: -.. table:: Token Bucket Generic Parameters +.. table:: Token Bucket Generic Operations +---+------------------------+------------------------------------------------------------------------------+ | # | Token Bucket Operation | Description | -- 2.7.4