diff options
Diffstat (limited to 'man/man1/iceboxadmin.1')
-rw-r--r-- | man/man1/iceboxadmin.1 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/man/man1/iceboxadmin.1 b/man/man1/iceboxadmin.1 new file mode 100644 index 00000000000..67737a5429a --- /dev/null +++ b/man/man1/iceboxadmin.1 @@ -0,0 +1,51 @@ +.mso www.tmac + +.TH iceboxadmin 1 + +.SH NAME + +iceboxadmin - The IceBox administrative utility. + +.SH SYNOPSIS + +iceboxadmin [options] [command...] + +.SH DESCRIPTION + +The IceBox administrative utility. Full documentation for iceboxadmin is +available online at: +.br +"http://doc.zeroc.com/display/Ice/IceBox+Administration#IceBoxAdministration-IceBoxAdministrativeUtility". + +.SH OPTIONS + +.TP +.BR \-h ", " \-\-help\fR +.br +Displays a help message. + +.TP +.BR \-v ", " \-\-version\fR +Displays the compiler version. + +.SH COMMANDS + +.TP +.BR start " " SERVICE\fR +.br +Start a service. + +.TP +.BR stop " " SERVICE\fR +.br +Stop a service. + +.TP +.BR shutdown\fR +.br +Shutdown the server. + +.SH SEE ALSO + +.BR icebox (1), +.BR iceboxnet (1)
\ No newline at end of file |