diff options
author | 2006-11-13 13:46:32 +0000 | |
---|---|---|
committer | 2006-11-13 13:46:32 +0000 | |
commit | 1c4843d7887bf2d56bfab36cb362f45a025de0b3 (patch) | |
tree | afcdb9c9715cdefd265845dd8be9c22f7cb43b2f | |
parent | fix a macro mistake; (diff) | |
download | wireguard-openbsd-1c4843d7887bf2d56bfab36cb362f45a025de0b3.tar.xz wireguard-openbsd-1c4843d7887bf2d56bfab36cb362f45a025de0b3.zip |
previous was not quite right;
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 5a096090fab..1e185e5a2f8 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.104 2006/11/13 13:30:51 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.105 2006/11/13 13:46:32 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -274,7 +274,8 @@ is identical to .Ar remote , this option is generally not needed. .It Xo -.Ic mode auth Ar algorithm +.Ar mode +.Ic auth Ar algorithm .Ic enc Ar algorithm .Ic group Ar group .Xc |