summaryrefslogtreecommitdiffstats
path: root/iptables/iptables-restore.8.in
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-08-02 01:27:11 +0200
committerPhil Sutter <phil@nwl.cc>2023-08-05 01:29:24 +0200
commit0f05f523ac02843ab7bbd09a96ba3fa384ae9523 (patch)
tree8a6f5be00289e7ce7ab6b6aff2d9f369691676b6 /iptables/iptables-restore.8.in
parentbeaed986f772dfd31cbfc58daadc97b886a786b2 (diff)
man: iptables-restore.8: Fix --modprobe description
- Consistently use 'modprobe' as option argument name - Add a reference to modprobe man page - Put the path in italics, and the command in bold Fixes: 8c46901ff5785 ("doc: document iptables-restore's -M option") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/iptables-restore.8.in')
-rw-r--r--iptables/iptables-restore.8.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/iptables/iptables-restore.8.in b/iptables/iptables-restore.8.in
index 20216842..f95f00ac 100644
--- a/iptables/iptables-restore.8.in
+++ b/iptables/iptables-restore.8.in
@@ -67,9 +67,10 @@ the program will exit if the lock cannot be obtained. This option will
make the program wait (indefinitely or for optional \fIseconds\fP) until
the exclusive lock can be obtained.
.TP
-\fB\-M\fP, \fB\-\-modprobe\fP \fImodprobe_program\fP
-Specify the path to the modprobe program. By default, iptables-restore will
-inspect /proc/sys/kernel/modprobe to determine the executable's path.
+\fB\-M\fP, \fB\-\-modprobe\fP \fImodprobe\fP
+Specify the path to the modprobe(8) program. By default,
+iptables-restore will inspect \fI/proc/sys/kernel/modprobe\fP to
+determine the executable's path.
.TP
\fB\-T\fP, \fB\-\-table\fP \fIname\fP
Restore only the named table even if the input stream contains other ones.