diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-02-07 10:52:54 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-02-07 11:39:41 +0100 |
commit | 189cb3a1de579fa2abc7ef51d4477438842935ad (patch) | |
tree | bd9430aed083f730ec4f3c14ef3b97e41d9438d6 /src | |
parent | 848b8e3545e99285e621a29192a481cdd5b7cfdc (diff) | |
download | strongswan-189cb3a1de579fa2abc7ef51d4477438842935ad.tar.bz2 strongswan-189cb3a1de579fa2abc7ef51d4477438842935ad.tar.xz |
Escape - in manpages when used as minus sign.
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/pluto.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/pluto.8 b/src/pluto/pluto.8 index 58cb15091..2a4e8772e 100644 --- a/src/pluto/pluto.8 +++ b/src/pluto/pluto.8 @@ -1009,7 +1009,7 @@ specifies the name of the operation to be performed \fBup-host\fP, \fBup-client\fP, \fBdown-host\fP, or \fBdown-client\fP). If the address family for security gateway to security gateway communications is IPv6, then -a suffix of -v6 is added to the verb. +a suffix of \-v6 is added to the verb. .TP \fBPLUTO_CONNECTION\fP is the name of the connection for which we are routing. @@ -1571,7 +1571,7 @@ rejected with ECONNREFUSED (kernel supplied no details)''. John Denker suggests that this command is useful for tracking down the source of these problems: .br - tcpdump -i eth0 icmp[0] != 8 and icmp[0] != 0 + tcpdump \-i eth0 icmp[0] != 8 and icmp[0] != 0 .br Substitute your public interface for eth0 if it is different. .LP |