From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id B105C255 for ; Fri, 30 Jan 2015 22:05:48 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id h11so5027368wiw.1 for ; Fri, 30 Jan 2015 13:05:48 -0800 (PST) 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=jbgqLi9P33cfxUGRwi0XcWpQewUBivOoGddGqmvdJ+I=; b=EkhkT1p3OYjxgfjwZyuS1j4zHv+iaO2NDtZuwSdafg+1Y1HytvFsO5hHnfaVJOOgiS IeUHUq756lsf4LGtaKmdfH9ePeGL/LA4XPRQcRS0VZa0oICr9zCNQYfVUPF5D42MukZz xLlblavoO53bOPibm9f1et5uE5g0YnFdTaEFqRrQk6ndKweFFW14vUSpXd3yYx+3tyod p4YHrz56+dcKvtuUsIQZSegQQzbnvEDBAddmJCuUIWJxURimUyJaFUSkIbGF4aZ7CUFs pYJdfxzA4Fqgqpl+Rvy8LfW9wjwVWg5M0TAYceIFKd37I1RQDb1bJ7DWk85pi5oxgoUE VRNw== X-Gm-Message-State: ALoCoQlVaEdpekxFCE0YVaTbiegaOgJrbAcWkMqaL8IV2Y9Q+E9ckhDVA1DptL75cas/6x5VjYA1 X-Received: by 10.194.143.109 with SMTP id sd13mr16614063wjb.70.1422651947972; Fri, 30 Jan 2015 13:05:47 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id i13sm16510004wjr.7.2015.01.30.13.05.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jan 2015 13:05:47 -0800 (PST) From: Thomas Monjalon To: John McNamara Date: Fri, 30 Jan 2015 22:05:20 +0100 Message-ID: <16167875.5gooFi34q0@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1422641608-8514-5-git-send-email-john.mcnamara@intel.com> References: <1421255657-19521-1-git-send-email-john.mcnamara@intel.com> <1422641608-8514-1-git-send-email-john.mcnamara@intel.com> <1422641608-8514-5-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 v2 4/4] doc: Refactored split cell formatting in one table 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: , X-List-Received-Date: Fri, 30 Jan 2015 21:05:49 -0000 2015-01-30 18:13, John McNamara: > Refactored split cell in test_pipeline table to allow it to > convert cleanly to PDF. > > Signed-off-by: John McNamara The diff output is impossible to read. You should explain what you changed and why. So it would give a reference for future table writers. Thanks -- Thomas