From Stefan Bauer: Fix multiple typoes and manpage formatting errors.

This commit is contained in:
tteras 2010-03-05 06:47:58 +00:00
parent 141a7ffa73
commit e3413574b5
4 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ipsec_set_policy.3,v 1.14 2009/10/14 23:36:55 joerg Exp $
.\" $NetBSD: ipsec_set_policy.3,v 1.15 2010/03/05 06:47:58 tteras Exp $
.\"
.\" $KAME: ipsec_set_policy.3,v 1.16 2003/01/06 21:59:03 sumikawa Exp $
.\"
@ -126,7 +126,7 @@ It takes one of the following formats:
.Bl -tag -width "discard"
.It Ar {priority,prio} offset
.Ar offset
is an integer in the range -2147483647..214783648.
is an integer in the range \-2147483647..214783648.
.It Ar {priority,prio} base {+,-} offset
.Ar base
is either

View File

@ -18,7 +18,7 @@ Q: How can I make racoon interoperate with <IKE/IPsec implementation>?
A:
Configure both ends exactly the same. With just a tiny little
differnce, you will be in trouble.
difference, you will be in trouble.
Q: How to build racoon on my platform?

View File

@ -1,4 +1,4 @@
/* $NetBSD: privsep.c,v 1.19 2008/12/23 14:03:12 tteras Exp $ */
/* $NetBSD: privsep.c,v 1.20 2010/03/05 06:47:58 tteras Exp $ */
/* Id: privsep.c,v 1.15 2005/08/08 11:23:44 vanhu Exp */
@ -1465,7 +1465,7 @@ safety_check(msg, index)
}
/*
* Filter unsafe environement variables
* Filter unsafe environment variables
*/
static int
unsafe_env(envp)
@ -1486,7 +1486,7 @@ unsafe_env(envp)
return 0;
found:
plog(LLV_ERROR, LOCATION, NULL,
"privsep_script_exec: unsafe environement variable\n");
"privsep_script_exec: unsafe environment variable\n");
return -1;
}

View File

@ -1,4 +1,4 @@
.\" $NetBSD: setkey.8,v 1.22 2010/01/15 19:18:51 joerg Exp $
.\" $NetBSD: setkey.8,v 1.23 2010/03/05 06:47:58 tteras Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
.\" All rights reserved.
@ -625,7 +625,7 @@ When using ESP over UDP, you can specify port numbers in the endpoint
addresses to get the correct matching.
Here is an example:
.Bd -literal -offset
spdadd 10.0.11.0/24[any] 10.0.11.33/32[any] any -P out ipsec
spdadd 10.0.11.0/24[any] 10.0.11.33/32[any] any \-P out ipsec
esp/tunnel/192.168.0.1[4500]-192.168.1.2[30000]/require ;
.Ed
@ -761,14 +761,14 @@ The command exits with 0 on success, and non-zero on errors.
.Sh EXAMPLES
.Bd -literal -offset
add 3ffe:501:4819::1 3ffe:501:481d::1 esp 123457
-E des-cbc 0x3ffe05014819ffff ;
\-E des-cbc 0x3ffe05014819ffff ;
add -6 myhost.example.com yourhost.example.com ah 123456
-A hmac-sha1 "AH SA configuration!" ;
add \-6 myhost.example.com yourhost.example.com ah 123456
\-A hmac-sha1 "AH SA configuration!" ;
add 10.0.11.41 10.0.11.33 esp 0x10001
-E des-cbc 0x3ffe05014819ffff
-A hmac-md5 "authentication!!" ;
\-E des-cbc 0x3ffe05014819ffff
\-A hmac-md5 "authentication!!" ;
get 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456 ;
@ -777,17 +777,17 @@ flush ;
dump esp ;
spdadd 10.0.11.41/32[21] 10.0.11.33/32[any] any
-P out ipsec esp/tunnel/192.168.0.1-192.168.1.2/require ;
\-P out ipsec esp/tunnel/192.168.0.1-192.168.1.2/require ;
add 10.1.10.34 10.1.10.36 tcp 0x1000 -A tcp-md5 "TCP-MD5 BGP secret" ;
add 10.1.10.34 10.1.10.36 tcp 0x1000 \-A tcp-md5 "TCP-MD5 BGP secret" ;
add 10.0.11.41 10.0.11.33 esp 0x10001
-ctx 1 1 "system_u:system_r:unconfined_t:SystemLow-SystemHigh"
-E des-cbc 0x3ffe05014819ffff;
\-ctx 1 1 "system_u:system_r:unconfined_t:SystemLow-SystemHigh"
\-E des-cbc 0x3ffe05014819ffff;
spdadd 10.0.11.41 10.0.11.33 any
-ctx 1 1 "system_u:system_r:unconfined_t:SystemLow-SystemHigh"
-P out ipsec esp/transport//require ;
\-ctx 1 1 "system_u:system_r:unconfined_t:SystemLow-SystemHigh"
\-P out ipsec esp/transport//require ;
.Ed
.\"
.Sh SEE ALSO