From patchwork Fri Apr 8 22:12:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Duyck, Alexander H" X-Patchwork-Id: 90434 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 438AAB6F81 for ; Sat, 9 Apr 2011 08:12:41 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757796Ab1DHWMg (ORCPT ); Fri, 8 Apr 2011 18:12:36 -0400 Received: from mga11.intel.com ([192.55.52.93]:37926 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757785Ab1DHWMf (ORCPT ); Fri, 8 Apr 2011 18:12:35 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 08 Apr 2011 15:12:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.63,326,1299484800"; d="scan'208";a="676958670" Received: from gitlad.jf.intel.com ([10.23.23.37]) by fmsmga002.fm.intel.com with ESMTP; 08 Apr 2011 15:12:35 -0700 Received: from gitlad.jf.intel.com (gitlad.jf.intel.com [127.0.0.1]) by gitlad.jf.intel.com (8.14.2/8.14.2) with ESMTP id p38MCYIA026937; Fri, 8 Apr 2011 15:12:34 -0700 From: Alexander Duyck Subject: [ethtool PATCH 1/2] ethtool: fix manpage so that it will display tables again To: jeffrey.t.kirsher@intel.com, bhutchings@solarflare.com Cc: netdev@vger.kernel.org Date: Fri, 08 Apr 2011 15:12:34 -0700 Message-ID: <20110408221234.26893.58812.stgit@gitlad.jf.intel.com> In-Reply-To: <20110408221135.26893.50092.stgit@gitlad.jf.intel.com> References: <20110408221135.26893.50092.stgit@gitlad.jf.intel.com> User-Agent: StGIT/0.14.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The current ethtool manpage is not displaying tables. After trying to pass the manpage through tbl I repeatedly saw the error: tbl:ethtool.8.in:707: unrecognised format `x' tbl:ethtool.8.in:707: giving up on this table By dropping the 'x' the errors went away and when I built the manpage the tables reappeared so I am assuming this is the correct approach. Signed-off-by: Alexander Duyck --- ethtool.8.in | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/ethtool.8.in b/ethtool.8.in index ed24d4c..714486e 100644 --- a/ethtool.8.in +++ b/ethtool.8.in @@ -540,7 +540,7 @@ names the type of message to enable or disable; \fIN\fR specifies the new flags numerically. The defined type names and numbers are: .TS nokeep; -lB l lx. +lB l l. drv 0x0001 General driver status probe 0x0002 Hardware probing link 0x0004 Link state @@ -569,7 +569,7 @@ Retrieves the receive network flow classification configurations. Retrieves the hash options for the specified network traffic type. .TS nokeep; -lB lx. +lB l. tcp4 TCP over IPv4 udp4 UDP over IPv4 ah4 IPSEC AH/ESP over IPv4 @@ -587,7 +587,7 @@ Configures the receive network flow classification. Configures the hash options for the specified network traffic type. .TS nokeep; -lB lx. +lB l. m Hash on the Layer 2 destination address of the rx packet. v Hash on the VLAN tag of the rx packet. t Hash on the Layer 3 protocol field of the rx packet. @@ -637,7 +637,7 @@ Configure Rx ntuple filters and actions .B flow\-type tcp4|udp4|sctp4|ether .TS nokeep; -lB lx. +lB l. tcp4 TCP over IPv4 udp4 UDP over IPv4 sctp4 SCTP over IPv4 @@ -704,7 +704,7 @@ Specify a mask for the user-specific data. Specifies the Rx queue to send packets to, or some other action. .TS nokeep; -lB lx. +lB l. -2 Clear the filter -1 Drop the matched flow 0 or higher Rx queue to route the flow