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
|
.TH CODERAY 1 "August 2009"
.SH NAME
coderay \- scans a file and generates syntax-highlighted html output
.SH SYNOPSIS
.B coderay
[\fIoptions\fR] [\fIfilename\fR]
.br
.SH DESCRIPTION
This manual page documents briefly the
.B coderay
command.
.SH OPTIONS
.TP
.B \-<lang>
Specify language of input file.
.TP
.B \-<format>
Specify format of output file (default HTML)
.SH SEE ALSO
Run
.B coderay
without any arguments to see full usage message.
.TP
.BR coderay_stylesheet (1).
.br
.SH AUTHOR
coderay was written by Kornelius Kalnbach.
.PP
This manual page was written by Joshua Timberman <joshua@opscode.com>,
for the Debian project (and may be used by others). Permission is granted
to copy, distribute and/or modify this document under the terms of the
GNU Lesser General Public License, Version 2 or any later version published
by the Free Software Foundation.
On Debian systems, the complete text of the GNU Lesser General Public License
can be found in /usr/share/common-licenses/LGPL-2.1.
|