diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 20:59:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 20:59:21 +0000 |
commit | d8adfedd1f9447884e6104ee703357e8513df92b (patch) | |
tree | 7063c7041c467d2f1be24fd53d355cd8ace2019d /sbin | |
parent | a69adaa7db6454f1e885216d3524f55b76a4a49b (diff) |
more wacky macro fixing;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/init/init.8 | 6 | ||||
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index a9297bd35aa..25ad38ec2b1 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.41 2010/03/14 00:17:03 jmc Exp $ +.\" $OpenBSD: init.8,v 1.42 2010/09/19 20:59:20 jmc Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)init.8 8.6 (Berkeley) 5/26/95 .\" -.Dd $Mdocdate: March 14 2010 $ +.Dd $Mdocdate: September 19 2010 $ .Dt INIT 8 .Os .Sh NAME @@ -233,7 +233,7 @@ automatically. If, at bootstrap time, the .Nm process cannot be located, the system will panic with the message -.Dq panic: "init died (signal %d, exit %d) . +.Dq panic: "init died (signal %d, exit %d)" . .Sh RESOURCES When .Nm diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index d639b0161a1..f00a29fdfe6 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.126 2010/06/07 08:32:58 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.127 2010/09/19 20:59:20 jmc Exp $ .\" .\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved. .\" @@ -22,7 +22,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 7 2010 $ +.Dd $Mdocdate: September 19 2010 $ .Dt IPSEC.CONF 5 .Os .Sh NAME @@ -161,7 +161,7 @@ In this scenario, is used to set up flows and SAs automatically using .Xr isakmpd 8 with the ISAKMP/Oakley a.k.a. IKEv1 protocol. -To configure automatic keying using the IKEv2 protocol, see +To configure automatic keying using the IKEv2 protocol, see .Xr iked.conf 5 instead. Some examples of setting up automatic keying: |