1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/packages/debian/cc65.1
cuz 855bfce20c Fixed a typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3854 b7a2c559-68d2-44c3-8de9-860c34a00d81
2008-07-21 18:42:46 +00:00

55 lines
1.3 KiB
Groff

.TH CC65 1
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH CC65
CC65 \- 6502 C crosscompiler/crossassembler
.SH SYNOPSIS
.B ar65
.I "<operation> lib file|module ..."
.br
.B ca65
.I "[options] file"
.br
.B ca65html
.I "[options] file ..."
.br
.B cc65
.I "[options] file ..."
.br
.B cl65
.I "[options] file ..."
.br
.B da65
.I "[options] file ..."
.br
.B grc
.I "[options] file"
.br
.B ld65
.I "[options] module ..."
.br
.B od65
.I "[options] file [options] [file]"
.SH "DESCRIPTION"
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU Info format; see below.
.PP
.B cc65
is a program that...
.SH OPTIONS
The programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options are included below.
For a complete description, see the Info files and/or the documentation
in /usr/share/doc/cc65.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-V, \-\-version
Show version of program.
.SH AUTHOR
This manual page was written by Michael Klein <michael.klein@puffin.lb.shuttle.de>,
for the Debian GNU/Linux system (but may be used by others).