Added debian stuff from Michael Klein <michael.klein@puffin.lb.shuttle.de>
git-svn-id: svn://svn.cc65.org/cc65/trunk@1397 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
54
packages/debian/cc65.1
Normal file
54
packages/debian/cc65.1
Normal file
@@ -0,0 +1,54 @@
|
||||
.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).
|
||||
Reference in New Issue
Block a user