diff options
Diffstat (limited to 'man/man1/glacier2router.1')
-rw-r--r-- | man/man1/glacier2router.1 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/man/man1/glacier2router.1 b/man/man1/glacier2router.1 new file mode 100644 index 00000000000..744bb90d165 --- /dev/null +++ b/man/man1/glacier2router.1 @@ -0,0 +1,52 @@ +.TH glacie2router 1 + +.SH NAME + +glacier2router - The Glacier2 router daemon. + +.SH SYNOPSIS + +glacier2router [options] + +.SH DESCRIPTION + +Glacier2 is a lightweight firewall traversal solution for Ice applications. +Full documentation for Glacier2 is available online at: +.br +"http://doc.zeroc.com/display/Ice/Glacier2". + +.SH OPTIONS + +.TP +.BR \-h ", " \-\-help\fR +.br +Displays help message. + +.TP +.BR \-v ", " \-\-version\fR +Displays the compiler version. + +.TP +.BR \-\-nowarn\fR +.br +Suppress warnings. + +.TP +.BR \-\-daemon\fR +.br +Run as a daemon. + +.TP +.BR \-\-pidfile " " FILE +.br +Write process ID into FILE. + +.TP +.BR \-\-noclose\fR +.br +Do not close open file descriptors. + +.TP +.BR \-\-nochdir\fR +.br +Do not change the current working directory. |