On Mon, Mar 07, 2016 at 08:24:20PM +0530, Piyush Pangtey wrote: > Instead of using '/' longopts , use ',' ,as followed by man pages of other > programs. > > Signed-off-by: Piyush Pangtey <gokuvsvegita@xxxxxxxxx> > --- > doc/nft.xml | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/doc/nft.xml b/doc/nft.xml > index 7cc9988..eab97f5 100644 > --- a/doc/nft.xml > +++ b/doc/nft.xml > @@ -156,8 +156,8 @@ vi:ts=4 sw=4 > <refsect2> > <title>Lexical conventions</title> > <para> > - Input is parsed line-wise. When the last character of a line just before > - the newline character is a non-quoted backslash (<literal>\</literal>), > + Input is parsed line-wise. When the last character of a line, just before > + the newline character, is a non-quoted backslash (<literal>\</literal>), > the next line is treated as a continuation. Multiple commands on the > same line can be separated using a semicolon (<literal>;</literal>). > </para> This looks good, but this chunk doesn't match the description, right? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html