diff options
Diffstat (limited to 'man/man1/icebox.1')
-rw-r--r-- | man/man1/icebox.1 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/man/man1/icebox.1 b/man/man1/icebox.1 new file mode 100644 index 00000000000..7b3afb5dcde --- /dev/null +++ b/man/man1/icebox.1 @@ -0,0 +1,56 @@ +.TH icebox 1 + +.SH NAME +icebox - The IceBox C++ service daemon. + +.SH SYNOPSIS + +icebox [options] + +.SH DESCRIPTION + +IceBox is an easy-to-use framework for Ice application services. Full +documentation for IceBox is available online at: +.br +"http://doc.zeroc.com/display/Ice/IceBox". + +.SH OPTIONS + +.TP +.BR \-h ", " \-\-help\fR +.br +Displays a 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. + +.SH SEE ALSO + +.BR iceboxadmin (1), +.BR iceboxnet (1) |