From fea74bf74ff524431ce65145f1523584edf99dc9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 12 Jan 2009 04:53:18 +0100 Subject: doc: escape minus sign in manpages groff formats '-' as a hyphen, and '\-' is needed for a minus. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libipt_LOG.man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/libipt_LOG.man') diff --git a/extensions/libipt_LOG.man b/extensions/libipt_LOG.man index 597ba3f3..47c35e0e 100644 --- a/extensions/libipt_LOG.man +++ b/extensions/libipt_LOG.man @@ -10,22 +10,22 @@ the next rule. So if you want to LOG the packets you refuse, use two separate rules with the same matching criteria, first using target LOG then DROP (or REJECT). .TP -.BI "--log-level " "level" +\fB\-\-log\-level\fP \fIlevel\fP Level of logging (numeric or see \fIsyslog.conf\fP(5)). .TP -.BI "--log-prefix " "prefix" +\fB\-\-log\-prefix\fP \fIprefix\fP Prefix log messages with the specified prefix; up to 29 letters long, and useful for distinguishing messages in the logs. .TP -.B --log-tcp-sequence +\fB\-\-log\-tcp\-sequence\fP Log TCP sequence numbers. This is a security risk if the log is readable by users. .TP -.B --log-tcp-options +\fB\-\-log\-tcp\-options\fP Log options from the TCP packet header. .TP -.B --log-ip-options +\fB\-\-log\-ip\-options\fP Log options from the IP packet header. .TP -.B --log-uid +\fB\-\-log\-uid\fP Log the userid of the process which generated the packet. -- cgit v1.2.3