qfcc: More manpage updates.

This commit is contained in:
Jeff Teunissen 2001-10-27 02:20:39 +00:00
parent 33a180099b
commit 79544d6630

View file

@ -13,7 +13,7 @@
.\" along with this program; see the file COPYING. If not, write to .\" along with this program; see the file COPYING. If not, write to
.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. .\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
.\" .\"
.TH QFCC 1 "February 21, 2001" QuakeForge QuakeForge\ Developer\'s\ Manual .TH QFCC 1 "October 26, 2001" QuakeForge "QuakeForge Developer's Manual"
.\" Please update the above date whenever this man page is modified. .\" Please update the above date whenever this man page is modified.
.\" .\"
.\" Some roff macros, for reference: .\" Some roff macros, for reference:
@ -47,16 +47,13 @@ Inhibit some of qfcc's normal output.
Display more output than usual. Display more output than usual.
.TP .TP
.B \-\-code OPTION,... .B \-\-code OPTION,...
Set code generation options. See Set code generation options. See \fBCODE GENERATION OPTIONS\fP for details.
.B
CODE GENERATION OPTIONS
for details.
.TP .TP
.B \-\-warn OPTION,... .B \-\-warn OPTION,...
Set warning options. See Set warning options. See \fBWARNING OPTIONS\fP for details.
.B .TP
WARNING OPTIONS .B \-g, \-\-debug
for details. Synonym for \fB\-\-code debug\fP.
.TP .TP
.B \-h, \-\-help .B \-h, \-\-help
Show summary of options. Show summary of options.
@ -83,7 +80,7 @@ Allow assignment to initialized globals. In QuakeC, a global that has been
initialized to a value is not a variable, but a named constant. However, initialized to a value is not a variable, but a named constant. However,
\fBqcc\fP never really enforced this. The \fBcow\fP option allows \fBqfcc\fP \fBqcc\fP never really enforced this. The \fBcow\fP option allows \fBqfcc\fP
to gracefully cope with QuakeC source that assigns values to initialized globals to gracefully cope with QuakeC source that assigns values to initialized globals
in this manner. (also known as "copy on write" -- never mind the bovine in this manner. (also known as "copy on write" \(em never mind the bovine
connotations) connotations)
.TP .TP
.B debug .B debug