diff options
author | 2006-11-13 13:30:51 +0000 | |
---|---|---|
committer | 2006-11-13 13:30:51 +0000 | |
commit | 97b1fce84e7fb9fa49243298d8c47d6fd86f4a27 (patch) | |
tree | 804cb5e85b3f5214869388880178f08714e40e35 | |
parent | Let this build on landisk. (diff) | |
download | wireguard-openbsd-97b1fce84e7fb9fa49243298d8c47d6fd86f4a27.tar.xz wireguard-openbsd-97b1fce84e7fb9fa49243298d8c47d6fd86f4a27.zip |
fix a macro mistake;
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 845b5f226d9..5a096090fab 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.103 2006/11/01 03:10:02 mcbride Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.104 2006/11/13 13:30:51 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -274,7 +274,7 @@ is identical to .Ar remote , this option is generally not needed. .It Xo -.Ar mode auth Ar algorithm +.Ic mode auth Ar algorithm .Ic enc Ar algorithm .Ic group Ar group .Xc |