From mboxrd@z Thu Jan 1 00:00:00 1970 From: FaTe Subject: [PATCH v2] doc: nft: Fixed a typo and added/changed punctuation Date: Tue, 8 Mar 2016 19:57:15 +0530 Message-ID: <56DEE143.60604@gmail.com> References: <20160307145420.GA4852@fate> <20160307180600.GA6777@salvia> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org To: Pablo Neira Ayuso Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:34246 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751516AbcCHO1G (ORCPT ); Tue, 8 Mar 2016 09:27:06 -0500 Received: by mail-pf0-f194.google.com with SMTP id 184so1352108pff.1 for ; Tue, 08 Mar 2016 06:27:04 -0800 (PST) In-Reply-To: <20160307180600.GA6777@salvia> Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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 ',' . Signed-off-by: Piyush Pangtey --- doc/nft.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/nft.xml b/doc/nft.xml index 7cc9988..e4d227c 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -34,19 +34,19 @@ vi:ts=4 sw=4 nft - + - + directory - + filename - + cmd @@ -56,10 +56,10 @@ vi:ts=4 sw=4 nft - + - + @@ -80,7 +80,7 @@ vi:ts=4 sw=4 - + Show help message and all options. @@ -88,7 +88,7 @@ vi:ts=4 sw=4 - + Show version. @@ -96,7 +96,7 @@ vi:ts=4 sw=4 - + Numeric output: Addresses and other information @@ -117,7 +117,7 @@ vi:ts=4 sw=4 - + Show rule handles in output. @@ -125,15 +125,15 @@ vi:ts=4 sw=4 - + - Add the directory directory to the list of directories to by searched for included files. + Add the directory directory to the list of directories to be searched for included files. - + Read input from filename. @@ -141,7 +141,7 @@ vi:ts=4 sw=4 - + Read input from an interactive readline CLI. @@ -156,8 +156,8 @@ vi:ts=4 sw=4 Lexical conventions - Input is parsed line-wise. When the last character of a line just before - the newline character is a non-quoted backslash (\), + Input is parsed line-wise. When the last character of a line, just before + the newline character, is a non-quoted backslash (\), the next line is treated as a continuation. Multiple commands on the same line can be separated using a semicolon (;). -- 1.9.1