From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v2] doc: nft: Fixed a typo and added/changed punctuation Date: Wed, 9 Mar 2016 13:19:30 +0100 Message-ID: <20160309121930.GA28780@salvia> References: <20160307145420.GA4852@fate> <20160307180600.GA6777@salvia> <56DEE143.60604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: FaTe Return-path: Received: from mail.us.es ([193.147.175.20]:52394 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932301AbcCIMTs (ORCPT ); Wed, 9 Mar 2016 07:19:48 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id E1F407410 for ; Wed, 9 Mar 2016 13:19:45 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id CA875DA38F for ; Wed, 9 Mar 2016 13:19:45 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 57113DA384 for ; Wed, 9 Mar 2016 13:19:32 +0100 (CET) Content-Disposition: inline In-Reply-To: <56DEE143.60604@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Mar 08, 2016 at 07:57:15PM +0530, FaTe wrote: > In nft's man page , instead of using '/' between shortopt and longopt in the > "SYNOPSIS" and "OPTIONS" section , use '|' and ',' respectively. > (just like the man pages of iptables, etc.) > > Fixed a typo and added missing ',' . Applied, thanks.