From ac139b94f6150158e762aecae613c75bdb2bdd4c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 11 Apr 2008 19:53:46 +0000 Subject: added Makefile for man page --- man/Makefile | 9 +++++++++ man/anytun.txt | 42 ++++++++++++++++++++++-------------------- 2 files changed, 31 insertions(+), 20 deletions(-) create mode 100644 man/Makefile (limited to 'man') diff --git a/man/Makefile b/man/Makefile new file mode 100644 index 0000000..d7f32b5 --- /dev/null +++ b/man/Makefile @@ -0,0 +1,9 @@ +all: manpage + +docbook: + asciidoc -b docbook -d manpage anytun.txt + +manpage: docbook + xmlto man anytun.xml + + diff --git a/man/anytun.txt b/man/anytun.txt index 428a657..bdd8f3b 100644 --- a/man/anytun.txt +++ b/man/anytun.txt @@ -8,27 +8,27 @@ anytun - anycast tunneling daemon SYNOPSIS -------- -anytun [-h|--help] prints this... - [-D|--nodaemonize] don't run in background - [-s|--sender-id ] the sender id to use - [-i|--interface] local anycast ip address to bind to - [-p|--port] local anycast(data) port to bind to - [-I|--sync-interface] local unicast(sync) ip address to bind to - [-S|--sync-port] local unicast(sync) port to bind to +anytun [-h|--help] + [-D|--nodaemonize] + [-s|--sender-id ] + [-i|--interface] + [-p|--port] + [-I|--sync-interface] + [-S|--sync-port] [-M|--sync-hosts] :[,:[...]] - remote hosts to sync with - [-r|--remote-host] remote host - [-o|--remote-port] remote port - [-d|--dev] device name - [-t|--type] device type - [-n|--ifconfig] the local address for the tun/tap device - the remote address(tun) or netmask(tap) - [-w|--window-size] seqence number window size - [-c|--cipher] payload encryption algorithm - [-K|--key] master key to use for encryption - [-A|--salt] master salt to use for encryption - [-k|--kd-prf] key derivation pseudo random function - [-a|--auth-algo] message authentication algorithm + + [-r|--remote-host] + [-o|--remote-port] + [-d|--dev] + [-t|--type] + [-n|--ifconfig] + + [-w|--window-size] + [-c|--cipher] + [-K|--key] + [-A|--salt] + [-k|--kd-prf] + [-a|--auth-algo] DESCRIPTION ----------- @@ -255,6 +255,8 @@ 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 +the developers know at satp@anytun.org. Of course, patches are preferred. SEE ALSO -------- -- cgit v1.2.3