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
|
.\" DO NOT MODIFY THIS FILE! it was generated by rd2
.TH RT2 1 "July 2012"
.SH NAME
.PP
rt2 \- converter from RT to other mark\-up language.
.SH SYNOPSIS
.nf
\& rt2 [\-r <visitor>] [options] <file>
.fi
.SH DESCRIPTION
.PP
rt2 inputs from <file> and outputs in \&\fBSTDOUT\fP. you can
choose <visitor> to select output format. For example, use
"rt/rt2html\-lib.rb" to turn it into HTML.
.SH OPTIONS
.PP
please check the output of
.nf
\& % rt2 \-\-help
.fi
.PP
and
.nf
\& % rt2 \-r rt/rt2html\-lib.rb \-\-help
.fi
.SH FILES
.IP
.B
\(bu
~/.rt2rc \- User configuration file.
.SH SEE ALSO
.PP
ruby(1)
|