Sat Jan 24 10:42:31 2009 UTC ()
Sort options.


(wiz)
diff -r1.11 -r1.12 src/crypto/dist/ipsec-tools/src/racoon/racoon.8

cvs diff -r1.11 -r1.12 src/crypto/dist/ipsec-tools/src/racoon/racoon.8 (expand / switch to unified diff)

--- src/crypto/dist/ipsec-tools/src/racoon/racoon.8 2009/01/23 11:28:27 1.11
+++ src/crypto/dist/ipsec-tools/src/racoon/racoon.8 2009/01/24 10:42:31 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: racoon.8,v 1.11 2009/01/23 11:28:27 tteras Exp $ 1.\" $NetBSD: racoon.8,v 1.12 2009/01/24 10:42:31 wiz Exp $
2.\" 2.\"
3.\" Id: racoon.8,v 1.4 2005/04/18 11:07:55 manubsd Exp 3.\" Id: racoon.8,v 1.4 2005/04/18 11:07:55 manubsd Exp
4.\" 4.\"
5.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 5.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6.\" All rights reserved. 6.\" All rights reserved.
7.\" 7.\"
8.\" Redistribution and use in source and binary forms, with or without 8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions 9.\" modification, are permitted provided that the following conditions
10.\" are met: 10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the 14.\" notice, this list of conditions and the following disclaimer in the
@@ -30,27 +30,27 @@ @@ -30,27 +30,27 @@
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.Dd January 23, 2009 32.Dd January 23, 2009
33.Dt RACOON 8 33.Dt RACOON 8
34.Os 34.Os
35.\" 35.\"
36.Sh NAME 36.Sh NAME
37.Nm racoon 37.Nm racoon
38.Nd IKE (ISAKMP/Oakley) key management daemon 38.Nd IKE (ISAKMP/Oakley) key management daemon
39.\" 39.\"
40.Sh SYNOPSIS 40.Sh SYNOPSIS
41.Nm racoon 41.Nm racoon
42.Bk -words 42.Bk -words
43.Op Fl 46BdFLvV 43.Op Fl 46BdFLVv
44.Ek 44.Ek
45.Bk -words 45.Bk -words
46.Op Fl f Ar configfile 46.Op Fl f Ar configfile
47.Ek 47.Ek
48.Bk -words 48.Bk -words
49.Op Fl l Ar logfile 49.Op Fl l Ar logfile
50.Ek 50.Ek
51.Bk -words 51.Bk -words
52.Op Fl P Ar isakmp-natt-port 52.Op Fl P Ar isakmp-natt-port
53.Ek 53.Ek
54.Bk -words 54.Bk -words
55.Op Fl p Ar isakmp-port 55.Op Fl p Ar isakmp-port
56.Ek 56.Ek
@@ -105,31 +105,31 @@ in all messages. @@ -105,31 +105,31 @@ in all messages.
105Use 105Use
106.Ar logfile 106.Ar logfile
107as the logging file instead of 107as the logging file instead of
108.Xr syslogd 8 . 108.Xr syslogd 8 .
109.It Fl P Ar isakmp-natt-port 109.It Fl P Ar isakmp-natt-port
110Use 110Use
111.Ar isakmp-natt-port 111.Ar isakmp-natt-port
112for NAT-Traversal port-floating. 112for NAT-Traversal port-floating.
113The default is 4500. 113The default is 4500.
114.It Fl p Ar isakmp-port 114.It Fl p Ar isakmp-port
115Listen to the ISAKMP key exchange on port 115Listen to the ISAKMP key exchange on port
116.Ar isakmp-port 116.Ar isakmp-port
117instead of the default port number, 500. 117instead of the default port number, 500.
 118.It Fl V
 119Print racoon version and compilation options and exit.
118.It Fl v 120.It Fl v
119This flag causes the packet dump be more verbose, with higher 121This flag causes the packet dump be more verbose, with higher
120debugging level. 122debugging level.
121.It Fl V 
122Print racoon version and compilation options and exit. 
123.El 123.El
124.Pp 124.Pp
125.Nm 125.Nm
126assumes the presence of the kernel random number device 126assumes the presence of the kernel random number device
127.Xr rnd 4 127.Xr rnd 4
128at 128at
129.Pa /dev/urandom . 129.Pa /dev/urandom .
130.\" 130.\"
131.Sh RETURN VALUES 131.Sh RETURN VALUES
132The command exits with 0 on success, and non-zero on errors. 132The command exits with 0 on success, and non-zero on errors.
133.\" 133.\"
134.Sh FILES 134.Sh FILES
135.Bl -tag -width /etc/racoon.conf -compact 135.Bl -tag -width /etc/racoon.conf -compact