]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
doc: clean up interpunction in state list for xt_conntrack
authorJan Engelhardt <jengelh@inai.de>
Fri, 28 Sep 2012 07:57:56 +0000 (09:57 +0200)
committerJan Engelhardt <jengelh@inai.de>
Sun, 30 Sep 2012 09:32:49 +0000 (11:32 +0200)
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
extensions/libxt_conntrack.man

index c397f74292b80612fb508f6679c401aba4e97fa4..c0cd24fe40eb2afff26f527ead8eab49e003f015 100644 (file)
@@ -42,22 +42,22 @@ specified at all, matches packets in both directions.
 States for \fB\-\-ctstate\fP:
 .TP
 \fBINVALID\fP
-meaning that the packet is associated with no known connection
+The packet is associated with no known connection.
 .TP
 \fBNEW\fP
-meaning that the packet has started a new connection, or otherwise associated
-with a connection which has not seen packets in both directions, and
+The packet has started a new connection, or otherwise associated
+with a connection which has not seen packets in both directions.
 .TP
 \fBESTABLISHED\fP
-meaning that the packet is associated with a connection which has seen packets
-in both directions,
+The packet is associated with a connection which has seen packets
+in both directions.
 .TP
 \fBRELATED\fP
-meaning that the packet is starting a new connection, but is associated with an
+The packet is starting a new connection, but is associated with an
 existing connection, such as an FTP data transfer, or an ICMP error.
 .TP
 \fBUNTRACKED\fP
-meaning that the packet is not tracked at all, which happens if you use
+The packet is not tracked at all, which happens if you use
 the NOTRACK target in raw table.
 .TP
 \fBSNAT\fP
@@ -74,7 +74,7 @@ Statuses for \fB\-\-ctstatus\fP:
 None of the below.
 .TP
 \fBEXPECTED\fP
-This is an expected connection (i.e. a conntrack helper set it up)
+This is an expected connection (i.e. a conntrack helper set it up).
 .TP
 \fBSEEN_REPLY\fP
 Conntrack has seen packets in both directions.