diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-01-31 10:07:18 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-01-31 10:07:18 -0800 |
commit | f14671c1ae4223de8e72696d20e526a288989dd9 (patch) | |
tree | 315f7768de848441fbd11a8e4997596614d94377 | |
parent | Fix for PHP binding test failure on Windows (diff) | |
download | ice-f14671c1ae4223de8e72696d20e526a288989dd9.tar.bz2 ice-f14671c1ae4223de8e72696d20e526a288989dd9.tar.xz ice-f14671c1ae4223de8e72696d20e526a288989dd9.zip |
adding IceBridge man page
-rw-r--r-- | man/man1/glacier2router.1 | 2 | ||||
-rw-r--r-- | man/man1/icebridge.1 | 47 |
2 files changed, 48 insertions, 1 deletions
diff --git a/man/man1/glacier2router.1 b/man/man1/glacier2router.1 index 0aa7074e085..b8e46dba02d 100644 --- a/man/man1/glacier2router.1 +++ b/man/man1/glacier2router.1 @@ -1,4 +1,4 @@ -.TH glacie2router 1 +.TH glacier2router 1 .SH NAME diff --git a/man/man1/icebridge.1 b/man/man1/icebridge.1 new file mode 100644 index 00000000000..8e3d2506ca5 --- /dev/null +++ b/man/man1/icebridge.1 @@ -0,0 +1,47 @@ +.TH icebridge 1 + +.SH NAME + +icebridge - The IceBridge daemon. + +.SH SYNOPSIS + +icebridge [options] + +.SH DESCRIPTION + +IceBridge acts as a bridge between one or more clients and a server. +Full documentation for IceBridge is available online at: +.br +"https://doc.zeroc.com/display/Ice37/IceBridge". + +.SH OPTIONS + +.TP +.BR \-h ", " \-\-help\fR +.br +Displays help message. + +.TP +.BR \-v ", " \-\-version\fR +Displays the Ice version. + +.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. |