From patchwork Fri Apr 10 14:20:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John McNamara X-Patchwork-Id: 4288 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id A03409A9E; Fri, 10 Apr 2015 16:20:06 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 35BF37F1C for ; Fri, 10 Apr 2015 16:20:05 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 10 Apr 2015 07:20:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,557,1422950400"; d="scan'208";a="706882244" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 10 Apr 2015 07:20:03 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t3AEK2ii000569; Fri, 10 Apr 2015 15:20:02 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t3AEK2nZ010678; Fri, 10 Apr 2015 15:20:02 +0100 Received: (from jmcnam2x@localhost) by sivswdev02.ir.intel.com with id t3AEK1h3010674; Fri, 10 Apr 2015 15:20:01 +0100 From: John McNamara To: dev@dpdk.org Date: Fri, 10 Apr 2015 15:20:01 +0100 Message-Id: <1428675601-10637-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] doc: add field widths to prog guide glossary X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Added explicit field widths to Programmer's Guide Glossary table to control the PDF output. Previously the table overflowed the right margin. This doesn't affect the Html output. Also, added bold format to colunm headers for clarity. Signed-off-by: John McNamara --- doc/guides/prog_guide/glossary.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/glossary.rst b/doc/guides/prog_guide/glossary.rst index 913946d..657248c 100644 --- a/doc/guides/prog_guide/glossary.rst +++ b/doc/guides/prog_guide/glossary.rst @@ -31,8 +31,10 @@ Glossary ======== +.. tabularcolumns:: |p{4cm}|p{11cm}| + =============== ========================================================================================================= -Term Definition +**Term** **Definition** =============== ========================================================================================================= ACL Access Control List