mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
[qfcc] Correct some errors in the man page
This commit is contained in:
parent
ba49c64fc3
commit
3b1acf8a7b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue