summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/man/anytun-config.8.txt4
-rw-r--r--src/man/anytun-controld.8.txt10
-rw-r--r--src/man/anytun-showtables.8.txt4
-rw-r--r--src/man/anytun.8.txt8
4 files changed, 13 insertions, 13 deletions
diff --git a/src/man/anytun-config.8.txt b/src/man/anytun-config.8.txt
index 7efe0f8..d0b5798 100644
--- a/src/man/anytun-config.8.txt
+++ b/src/man/anytun-config.8.txt
@@ -21,7 +21,7 @@ SYNOPSIS
DESCRIPTION
-----------
-anytun-config writes routing/connection table entries, that can be read by anytun-controld.
+*anytun-config* writes routing/connection table entries, that can be read by *anytun-controld*.
OPTIONS
-------
@@ -101,7 +101,7 @@ Add a client with Connection ID (Mux) 12 and add 2 Routes to this client
BUGS
----
-Most likely there are some bugs in anytun. If you find a bug, please let
+Most likely there are some bugs in *anytun*. If you find a bug, please let
the developers know at satp@anytun.org. Of course, patches are preferred.
SEE ALSO
diff --git a/src/man/anytun-controld.8.txt b/src/man/anytun-controld.8.txt
index 887acfd..030af72 100644
--- a/src/man/anytun-controld.8.txt
+++ b/src/man/anytun-controld.8.txt
@@ -10,18 +10,18 @@ SYNOPSIS
*anytun-controld*
[ *-h|--help* ]
+[ *-f|--file* <path> ]
+[ *-X|--control-host* <host:port> ]
[ *-D|--nodaemonize* ]
[ *-C|--chroot* ]
[ *-u|--username* <username> ]
[ *-H|--chroot-dir* <path> ]
[ *-P|--write-pid* <path> ]
-[ *-f|--file* <path> ]
-[-X|--control-host] <host:port>
DESCRIPTION
-----------
-anytun-controld provides the multi-connection support for anytun. It reads a connection/routing table and outputs it via a tcp socket to all connected anytun servers. When the control daemon is restarted with a new connection/routing table all anytun servers automatically load the new configuration. Please make sure to protect that information as it contains the connection keys.
+*anytun-controld* provides the multi-connection support for *anytun*. It reads a connection/routing table and outputs it via a tcp socket to all connected *anytun* servers. When the control daemon is restarted with a new connection/routing table all *anytun* servers automatically load the new configuration. Please make sure to protect that information as it contains the connection keys.
OPTIONS
-------
@@ -39,7 +39,7 @@ local ip address and tcp port to bind to
-D|--nodaemonize
~~~~~~~~~~~~~~~~
-This option instructs anytun to run in the foreground
+This option instructs *anytun-controld* to run in the foreground
instead of becoming a daemon.
-C|--chroot
@@ -65,7 +65,7 @@ write pid to this file
BUGS
----
-Most likely there are some bugs in anytun. If you find a bug, please let
+Most likely there are some bugs in *anytun*. If you find a bug, please let
the developers know at satp@anytun.org. Of course, patches are preferred.
SEE ALSO
diff --git a/src/man/anytun-showtables.8.txt b/src/man/anytun-showtables.8.txt
index 5b56ade..d7b1782 100644
--- a/src/man/anytun-showtables.8.txt
+++ b/src/man/anytun-showtables.8.txt
@@ -13,7 +13,7 @@ SYNOPSIS
DESCRIPTION
-----------
-*anytun-showtables* displays routing and connection tables used by anytun. It can be used to display a saved routing/connection table used by anytun-controld or to connect to a the sync port of anytun.
+*anytun-showtables* displays routing and connection tables used by *anytun*. It can be used to display a saved routing/connection table used by *anytun-controld* or to connect to a the sync port of *anytun*.
OPTIONS
-------
@@ -38,7 +38,7 @@ Print current routing table and watch changes
BUGS
----
-Most likely there are some bugs in anytun. If you find a bug, please let
+Most likely there are some bugs in *anytun*. If you find a bug, please let
the developers know at satp@anytun.org. Of course, patches are preferred.
SEE ALSO
diff --git a/src/man/anytun.8.txt b/src/man/anytun.8.txt
index 1de30bf..5bd61d0 100644
--- a/src/man/anytun.8.txt
+++ b/src/man/anytun.8.txt
@@ -38,7 +38,7 @@ SYNOPSIS
DESCRIPTION
-----------
-Anytun is an implementation of the Secure Anycast Tunneling Protocol
+*Anytun* is an implementation of the Secure Anycast Tunneling Protocol
(SATP). Anycast provides a complete VPN solution similar to OpenVPN or
IPsec in tunnel mode. The main difference is that anycast enables the
setup of tunnels between an arbitrary combination of anycast, unicast
@@ -47,14 +47,14 @@ and multicast hosts.
OPTIONS
-------
-Anytun has been designed as a peer to peer application, so there is
+*Anytun* has been designed as a peer to peer application, so there is
no difference between client and server. The following options can be
passed to the daemon:
-D|--nodaemonize
~~~~~~~~~~~~~~~~
-This option instructs anytun to run in the foreground
+This option instructs *anytun* to run in the foreground
instead of becoming a daemon.
@@ -311,7 +311,7 @@ anycast tunnel endpoint) please consult the man page of anytun-config(8).
BUGS
----
-Most likely there are some bugs in anytun. If you find a bug, please let
+Most likely there are some bugs in *anytun*. If you find a bug, please let
the developers know at satp@anytun.org. Of course, patches are preferred.
SEE ALSO