File: mrbc.1

package info (click to toggle)
mruby 1.0.0%2B20141015%2Bgitb4cc962c-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,408 kB
  • ctags: 3,526
  • sloc: ansic: 25,319; ruby: 10,638; yacc: 5,738; sh: 14; makefile: 12
file content (41 lines) | stat: -rw-r--r-- 785 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH "MRBC" 1 "2013-02-09" "MRBC" "MRBC"

.SH NAME
mrbc \- mruby compiler

.SH SYNOPSIS
.B mrbc
[ potions ] programfile

.SH DESCRIPTION
This manual page documents briefly the \fBmrbc\fP.
.
.PP
.SH OPTIONS
.TP
.B \-c
Check check syntax input programfile.
.TP
.B \-o<outfile>
Set place the output into <outfile>.
.TP
.B \-v
Print version number, then trun on verbose mode.
Run in the foreground, printing log messages to stdout and debug
messages to stderr.
.TP
.B \-B<symbol>
Output binary <symbol> in C language format.
.TP
.B \-\-verbose
Run at verbose mode.
.TP
.B \-\-version
Print the version.
.TP
.B \-\-copyright
Print the copyright.

.SH AUTHOR
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org>
for the Debian GNU/Linux system (but may be used by others).