From 6323856315e22e68d1587b9de20a4b282f64b3f0 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 16 Jul 2013 16:34:51 +0200 Subject: Fixed ICE-5356 - Consider adding man pages for unix executables --- man/man1/slice2rb.1 | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 man/man1/slice2rb.1 (limited to 'man/man1/slice2rb.1') diff --git a/man/man1/slice2rb.1 b/man/man1/slice2rb.1 new file mode 100644 index 00000000000..9ca64af7a16 --- /dev/null +++ b/man/man1/slice2rb.1 @@ -0,0 +1,94 @@ +.TH slice2rb 1 + +.SH NAME + +slice2rb - The Slice to Ruby compiler. + +.SH SYNOPSIS + +slice2rb [options] [files] + +.SH DESCRIPTION + +slice2rb compiles Slice files to Ruby. + +Full documentation for slice2rb is available online at: +"http://doc.zeroc.com/display/Ice/Code+Generation+in+Ruby#CodeGenerationinRuby-slice2rb". + +.SH OPTIONS + +.TP +.BR \-h ", " \-\-help\fR +.br +Displays a help message. + +.TP +.BR \-v ", " \-\-version\fR +Displays the compiler version. + +.TP +.BR \-DNAME\fR +.br +Defines the preprocessor symbol NAME. + +.TP +.BR \-DNAME=DEF\fR +.br +Defines the preprocessor symbol NAME with the value DEF. + +.TP +.BR \-UNAME\fR +.br +Undefines the preprocessor symbol NAME. + +.TP +.BR \-IDIR\fR +.br +Add the directory DIR to the search path for #include directives. + +.TP +.BR \-E\fR +.br +Print the preprocessor output on stdout. + +.TP +.BR \-\-output-dir " " DIR\fR +.br +Place the generated files into directory DIR. + +.TP +.BR \-d ", " \-\-debug\fR +.br +Print debug information showing the operation of the Slice parser. + +.TP +.BR \-\-ice\fR +.br +Permit use of the normally reserved prefix Ice for identifiers. Use this +option only when compiling the source code for the Ice run time. + +.TP +.BR \-\-underscore\fR +.br +Permit use of underscores in Slice identifiers. + +.TP +.BR \-\-all\fR +.br +Generate code for all Slice definitions, including those from included files. + +.TP +.BR \-\-checksum " " CLASS\fR +.br +Generate checksums for Slice definitions. + +.SH SEE ALSO + +.BR slice2cpp (1), +.BR slice2cs (1), +.BR slice2freeze (1), +.BR slice2freezej (1), +.BR slice2html (1), +.BR slice2java (1), +.BR slice2php (1), +.BR slice2py (1) -- cgit v1.2.3