summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-29 13:06:54 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-29 13:06:54 +0000
commitb1eb54b7c06d9ced3a48f490af9d0c74b5518082 (patch)
treee70e6bfefb6a471f918fa5bd97f3c3e4a0b79c15 /doc
parentswitched to constants at log table (diff)
added short descriptive text
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile8
-rw-r--r--doc/anylike.89
-rw-r--r--doc/anylike.8.txt12
3 files changed, 24 insertions, 5 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d65342f..9f4633f 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,7 +1,13 @@
##
## anylike
##
-## anylike is a ...
+## anylike is an IKEv2 Implementation written in Lua and C. It's main
+## design goal is to provide anytun and uanytun or any other SATP
+## implementation with a key exchange mechanism but it should also be
+## possible to use anylike as key exchange daemon for IPSec security
+## associations. The use of Lua guarantees that anylike is easily
+## portable to many platforms including very small ones like wireless
+## routers.
##
##
## Copyright (C) 2007-2008 Markus Grueneis <gimpf@anylike.org>
diff --git a/doc/anylike.8 b/doc/anylike.8
index e565976..567048c 100644
--- a/doc/anylike.8
+++ b/doc/anylike.8
@@ -2,12 +2,12 @@
.\" Title: anylike
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
-.\" Date: 12/25/2009
+.\" Date: 12/29/2009
.\" Manual: anylike user manual
.\" Source: anylike trunk
.\" Language: English
.\"
-.TH "ANYLIKE" "8" "12/25/2009" "anylike trunk" "anylike user manual"
+.TH "ANYLIKE" "8" "12/29/2009" "anylike trunk" "anylike user manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -34,7 +34,7 @@ uanytun
.fi
.SH "DESCRIPTION"
.sp
-\fBanylike\fR is a \&...
+\fBanylike\fR is an IKEv2 Implementation written in Lua and C\&. It\(cqs main design goal is to provide anytun and uanytun or any other SATP implementation with a key exchange mechanism but it should also be possible to use \fBanylike\fR as key exchange daemon for IPSec security associations\&. The use of Lua guarantees that \fBanylike\fR is easily portable to many platforms including very small ones like wireless routers\&.
.SH "OPTIONS"
.sp
The following options can be passed to the \fBanylike\fR daemon:
@@ -106,6 +106,9 @@ nothing yet\&.\&.
.SH "BUGS"
.sp
Most likely there are some bugs in \fBanylike\fR\&. If you find a bug, please let the developers know at anylike@anylike\&.org\&. Of course, patches are preferred\&.
+.SH "SEE ALSO"
+.sp
+anytun(8), uanytun(8)
.SH "AUTHORS"
.sp
Markus Grueneis <gimpf@anylike\&.org> Christian Pointner <equinox@anylike\&.org>
diff --git a/doc/anylike.8.txt b/doc/anylike.8.txt
index 4d5d3c9..c203879 100644
--- a/doc/anylike.8.txt
+++ b/doc/anylike.8.txt
@@ -25,7 +25,12 @@ uanytun
DESCRIPTION
-----------
-*anylike* is a ...
+*anylike* is an IKEv2 Implementation written in Lua and C. It's main design
+goal is to provide anytun and uanytun or any other SATP implementation with
+a key exchange mechanism but it should also be possible to use *anylike* as
+key exchange daemon for IPSec security associations. The use of Lua guarantees
+that *anylike* is easily portable to many platforms including very small ones
+like wireless routers.
OPTIONS
@@ -80,6 +85,11 @@ Most likely there are some bugs in *anylike*. If you find a bug, please let
the developers know at anylike@anylike.org. Of course, patches are preferred.
+SEE ALSO
+--------
+anytun(8), uanytun(8)
+
+
AUTHORS
-------