Correct all the typos done while converting man page source to asciidoc.
Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
|==================
|Name | Keyword | Size | Base type
|ICMPv6 Type |
-icmpv6_type |
+icmpx_code |
8 bit |
integer
|===================
*-e*::
*--echo*::
- When inserting items into the ruleset using add, insert or replace commands, print notifications
- just like nft monitor.
+ When inserting items into the ruleset using *add*, *insert* or *replace* commands, print notifications
+ just like *nft monitor*.
*-I*::
*--includepath directory*::
*-f*::
*--file 'filename'*::
Read input from 'filename'. If 'filename' is -, read from stdin. +
- nft scripts must start #!/usr/sbin/nft -f
+ nft scripts must start *#!/usr/sbin/nft -f*
*-i*::
*--interactive*::
SOCKET EXPRESSION
~~~~~~~~~~~~~~~~~
[verse]
-socket {transparent}
+*socket* \{transparent\}
Socket expression can be used to search for an existing open TCP/UDP socket and
its attributes that can be associated with a packet. It looks for an established
LOG STATEMENT
~~~~~~~~~~~~~
[verse]
-log [prefix quoted_string] [level syslog-level] [flags log-flags]
-log group nflog_group [prefix quoted_string] [queue-threshold value] [snaplen size]
+*log* [prefix 'quoted_string'] [level 'syslog-level'] [flags 'log-flags']
+*log* group 'nflog_group' [prefix 'quoted_string'] [queue-threshold 'value'] [snaplen 'size']
The log statement enables logging of matching packets. When this statement is
used from a rule, the Linux kernel will print some information on all matching
A counter statement sets the hit count of packets along with the number of bytes.
[verse]
-counter [ packets 'number' bytes 'number' ]
+*counter* [ packets 'number' bytes 'number' ]
CONNTRACK STATEMENT
~~~~~~~~~~~~~~~~~~~