From: Jan Engelhardt Date: Mon, 13 Nov 2023 10:08:28 +0000 (+0100) Subject: man: stop putting non-terminals in italic X-Git-Tag: v1.8.11~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70646de7b6560f7a36ae6bbfe23cb9b929f00d47;p=thirdparty%2Fiptables.git man: stop putting non-terminals in italic Signed-off-by: Jan Engelhardt --- diff --git a/iptables/iptables.8.in b/iptables/iptables.8.in index ecaa5553..90417e89 100644 --- a/iptables/iptables.8.in +++ b/iptables/iptables.8.in @@ -49,11 +49,11 @@ iptables/ip6tables \(em administration tool for IPv4/IPv6 packet filtering and N .PP \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-E\fP \fIold-chain-name new-chain-name\fP .PP -rule-specification = [\fImatches...\fP] [\fItarget\fP] +rule-specification := [matches...] [target] .PP -match = \fB\-m\fP \fImatchname\fP [\fIper-match-options\fP] +match := \fB\-m\fP \fImatchname\fP [per-match-options] .PP -target = \fB\-j\fP \fItargetname\fP [\fIper\-target\-options\fP] +target := \fB\-j\fP \fItargetname\fP [per-target-options] .SH DESCRIPTION \fBIptables\fP and \fBip6tables\fP are used to set up, maintain, and inspect the tables of IPv4 and IPv6 packet