Fix some syntax errors, also document -4 and -6 long options. Fixes: d26c538b9a549 ("xtables: add xtables-monitor") Signed-off-by: Phil Sutter <phil@xxxxxx> --- iptables/xtables-monitor.8.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iptables/xtables-monitor.8.in b/iptables/xtables-monitor.8.in index b647a79eb64ed..19eb729c51240 100644 --- a/iptables/xtables-monitor.8.in +++ b/iptables/xtables-monitor.8.in @@ -2,7 +2,7 @@ .SH NAME xtables-monitor \(em show changes to rule set and trace-events .SH SYNOPSIS -\fBxtables\-monitor\fP [\fB\-t\fP] [\fB\-e\fP] [\fB\-4\fP|\fB|\-6\fB] +\fBxtables\-monitor\fP [\fB\-t\fP] [\fB\-e\fP] [\fB\-4\fP|\fB\-6\fP] .PP \ .SH DESCRIPTION @@ -14,8 +14,8 @@ for packets tagged using the TRACE target. will run until the user aborts execution, typically by using CTRL-C. .RE .SH OPTIONS -\fB\-e\fP, \fB\-\-event\fP .TP +\fB\-e\fP, \fB\-\-event\fP Watch for updates to the rule set. Updates include creation of new tables, chains and rules and the name of the program that caused the rule update. @@ -24,10 +24,10 @@ the name of the program that caused the rule update. Watch for trace events generated by packets that have been tagged using the TRACE target. .TP -\fB\-4\fP +\fB\-4\fP, \fB--ipv4\fP Restrict output to IPv4. .TP -\fB\-6\fP +\fB\-6\fP, \fB--ipv6\fP Restrict output to IPv6. .SH EXAMPLE OUTPUT .TP -- 2.22.0