diff options
author | 2006-06-09 13:48:10 +0000 | |
---|---|---|
committer | 2006-06-09 13:48:10 +0000 | |
commit | 0a937e023d39aa9ec9ed0335c1520a597503f162 (patch) | |
tree | b208501afac7c202e7a68c66440e5a017108af2f | |
parent | proper type and ptdsize checks; had it for three weeks now... sigh (diff) | |
download | wireguard-openbsd-0a937e023d39aa9ec9ed0335c1520a597503f162.tar.xz wireguard-openbsd-0a937e023d39aa9ec9ed0335c1520a597503f162.zip |
simplify previous;
-rw-r--r-- | sbin/ipsecctl/ipsecctl.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/ipsecctl/ipsecctl.8 b/sbin/ipsecctl/ipsecctl.8 index 3929e28570c..d287c2f5bc0 100644 --- a/sbin/ipsecctl/ipsecctl.8 +++ b/sbin/ipsecctl/ipsecctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecctl.8,v 1.19 2006/06/08 23:05:14 hshoexer Exp $ +.\" $OpenBSD: ipsecctl.8,v 1.20 2006/06/09 13:48:10 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> .\" @@ -23,10 +23,8 @@ .Sh SYNOPSIS .Nm ipsecctl .Op Fl dFmnv -.Xo -.Oo Fl D -.Ar macro Ns = Ns Ar value Oc -.Xc +.Oo Fl D Ar macro Ns = +.Ar value Oc .Op Fl f Ar file .Op Fl s Ar modifier .Sh DESCRIPTION |