From 4ad046e739acc7b49756b0233e8944420c2f59e0 Mon Sep 17 00:00:00 2001 From: Piyush Pangtey Date: Tue, 8 Mar 2016 19:57:15 +0530 Subject: doc: nft: Fixed a typo and added/changed punctuation 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 Signed-off-by: Pablo Neira Ayuso --- doc/nft.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/nft.xml b/doc/nft.xml index 7cc99882..e4d227c1 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 (;). -- cgit v1.2.3