From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com
 [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id E3DF3683D
 for <dev@dpdk.org>; Tue, 14 Apr 2015 14:13:22 +0200 (CEST)
Received: by wiun10 with SMTP id n10so19251111wiu.1
 for <dev@dpdk.org>; Tue, 14 Apr 2015 05:13:22 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=PrrofiqYOQBGkS3c0B/v5YosJy3SODUVmc7LUOEK6XE=;
 b=Xk99EhBPpeOwt/PCFxnhzaOmvWh9uxIeDp1sxGfjtkNk0W4oWIYvzKS4Si5Ec4b0Gv
 DtBMwcZMGBBbS0iH+2bFAortPganEQOJRbIX0mLHSa01KMicnRPA+LWlkpjpJLxXk/6N
 d9rrVYjc0/pTTtFybIO7750Pgn1IexSwrt0Y3MxtA3vOOwYlAZFm59tDdYBenYOFMkAN
 PFR32SqgynsNdzN9mmUWx121OmNVLkWraLONs3HZBjWUcVT4ZYFpY4ok05DtfJyHx0N9
 BsweGAScIvr4Y1yJh95crmb600Bvv73Drho4KyXSyibl6Uod1jiaELiaiN8aKvNlS8lL
 OX1Q==
X-Gm-Message-State: ALoCoQmbsI27fjDHfChY71LZ7cODYUz4RYMUhideNiz4hic+oD6wQfFftjcrsEWBi5Rza2uoBpaz
X-Received: by 10.194.121.136 with SMTP id lk8mr36928023wjb.49.1429013602811; 
 Tue, 14 Apr 2015 05:13:22 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id k2sm2567914wix.4.2015.04.14.05.13.21
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 14 Apr 2015 05:13:22 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: John McNamara <john.mcnamara@intel.com>
Date: Tue, 14 Apr 2015 14:12:40 +0200
Message-ID: <1649184.NBLLi2eRq6@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; )
In-Reply-To: <1428680366-26713-1-git-send-email-john.mcnamara@intel.com>
References: <1428680366-26713-1-git-send-email-john.mcnamara@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] doc: convert prog guide glossary to
	definition list
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 14 Apr 2015 12:13:23 -0000

2015-04-10 16:39, John McNamara:
> Converted the Glossary table in the Programmer's Guide
> to a definition list to improve rendering.
> 
> Signed-off-by: John McNamara <john.mcnamara@intel.com>

Applied, thanks