[qfcc] Correct some errors in the man page

This commit is contained in:
Bill Currie 2021-11-29 11:38:54 +09:00
parent ba49c64fc3
commit 3b1acf8a7b

View file

@ -332,8 +332,8 @@ for advanced.
.TP
.B v6only
Restrict the compiler to only version 6 progs (original Quake/QuakeWorld)
features.
Restrict the compiler to produce only version 6 progs (original
Quake/QuakeWorld) features.
This means that the compiled data file should be able to run on older servers,
as long as you have not used any QuakeForge-specific built-in functions.
Also disables compiler features (such as integers and string manipulation
@ -497,7 +497,7 @@ are really just white-space separated strings (use double quotes around files
with spaces, though using files with spaces is a gibbing offence).
\fB//\fP is used to denote a comment.
The comment extends to the end of the current line.
The first file name in the file specified the output file name.
The first file name in the file specifies the output file name.
This may be overridden using the \fB-o\fP option.
All subsequent file names specify QuakeC source files.
.P