From fda591dba45aea9a7c569e84900cb91fb5c2556b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 2 Jun 2013 16:59:44 +0200 Subject: [PATCH] doc: replace apostrophes by proper situation-dependent puncutation --- extensions/libxt_RAWDNAT.man | 2 +- extensions/libxt_RAWSNAT.man | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/libxt_RAWDNAT.man b/extensions/libxt_RAWDNAT.man index e9262ee..53062f6 100644 --- a/extensions/libxt_RAWDNAT.man +++ b/extensions/libxt_RAWDNAT.man @@ -4,7 +4,7 @@ much like the \fBNETMAP\fR target. .TP \fB\-\-to\-destination\fR \fIaddr\fR[\fB/\fR\fImask\fR] Network address to map to. The resulting address will be constructed the -following way: All 'one' bits in the \fImask\fR are filled in from the new +following way: All "one" bits in the \fImask\fR are filled in from the new \fIaddress\fR. All bits that are zero in the mask are filled in from the original address. .PP diff --git a/extensions/libxt_RAWSNAT.man b/extensions/libxt_RAWSNAT.man index 24b8041..7ef73f5 100644 --- a/extensions/libxt_RAWSNAT.man +++ b/extensions/libxt_RAWSNAT.man @@ -11,7 +11,7 @@ is that RAWNAT must happen outside of connection tracking. .TP \fB\-\-to\-source\fR \fIaddr\fR[\fB/\fR\fImask\fR] Network address to map to. The resulting address will be constructed the -following way: All 'one' bits in the \fImask\fR are filled in from the new +following way: All "one" bits in the \fImask\fR are filled in from the new \fIaddress\fR. All bits that are zero in the mask are filled in from the original address. .PP @@ -26,7 +26,7 @@ it statically NATs packets, not connections, like the normal DNAT/SNAT targets would do. Also note that it can transform already-NATed connections \(em as said, it is completely external to Netfilter's connection tracking/NAT. .PP -If the machine itself generates packets that are to be rawnat'ed, you need a +If the machine itself generates packets that are to be rawnat-ed, you need a rule in the OUTPUT chain instead, just like you would with the stateful NAT targets. .PP