Skip to content

Commit

Permalink
From Stefan Bauer: Fix multiple typoes and manpage formatting errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tteras committed Mar 5, 2010
1 parent a8dd1af commit ca1e5c2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions crypto/dist/ipsec-tools/src/libipsec/ipsec_set_policy.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: ipsec_set_policy.3,v 1.13 2006/09/09 16:22:09 manu Exp $
.\" $NetBSD: ipsec_set_policy.3,v 1.13.6.1 2010/03/05 06:51:25 tteras Exp $
.\"
.\" $KAME: ipsec_set_policy.3,v 1.16 2003/01/06 21:59:03 sumikawa Exp $
.\"
Expand Down Expand Up @@ -128,7 +128,7 @@ It takes one of the following formats:
.Ar {priority,prio} offset
.Xc
.Ar offset
is an integer in the range -2147483647..214783648.
is an integer in the range \-2147483647..214783648.
.It Xo
.Ar {priority,prio} base {+,-} offset
.Xc
Expand Down
2 changes: 1 addition & 1 deletion crypto/dist/ipsec-tools/src/racoon/doc/FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
6 changes: 3 additions & 3 deletions crypto/dist/ipsec-tools/src/racoon/privsep.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: privsep.c,v 1.6 2006/09/09 16:22:10 manu Exp $ */
/* $NetBSD: privsep.c,v 1.6.6.1 2010/03/05 06:51:25 tteras Exp $ */

/* Id: privsep.c,v 1.15 2005/08/08 11:23:44 vanhu Exp */

Expand Down Expand Up @@ -1089,7 +1089,7 @@ safety_check(msg, index)
}

/*
* Filter unsafe environement variables
* Filter unsafe environment variables
*/
static int
unsafe_env(envp)
Expand All @@ -1110,7 +1110,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;
}

Expand Down
4 changes: 2 additions & 2 deletions crypto/dist/ipsec-tools/src/racoon/racoon.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: racoon.conf.5,v 1.34.4.3 2007/09/03 18:07:29 mgrooms Exp $
.\" $NetBSD: racoon.conf.5,v 1.34.4.4 2010/03/05 06:51:25 tteras Exp $
.\"
.\" Id: racoon.conf.5,v 1.54 2006/08/22 18:17:17 manubsd Exp
.\"
Expand Down Expand Up @@ -819,7 +819,7 @@ RFC2409 specifies that the value MUST be between 8 and 256 bytes.
The default size is 16 bytes.
.\"
.It Ic ph1id Ar number ;
An optionnal number to identify the remote proposal and to link it
An optional number to identify the remote proposal and to link it
only with sainfos who have the same number.
Defaults to 0.
.\"
Expand Down
26 changes: 13 additions & 13 deletions crypto/dist/ipsec-tools/src/setkey/setkey.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" $NetBSD: setkey.8,v 1.20 2006/10/06 12:02:27 manu Exp $
.\" $NetBSD: setkey.8,v 1.20.6.1 2010/03/05 06:51:26 tteras Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
.\" All rights reserved.
Expand Down Expand Up @@ -677,7 +677,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
Expand Down Expand Up @@ -813,14 +813,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 ;

Expand All @@ -829,17 +829,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
Expand Down

0 comments on commit ca1e5c2

Please sign in to comment.