mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 13:51:36 +00:00
[doc] Fix some typos
This commit is contained in:
parent
15a5254f04
commit
0fb3167858
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ whitespace. This allows commands and arguments to contain \c + and \c - so
|
|||
long as the preceeding character is not whitespace, but also prevents
|
||||
command line switches (eg \c -nosound) from becoming part of the console
|
||||
command. Using careful quoting, it is even possible for a command or
|
||||
argument to beging with \c + or \c -.
|
||||
argument to begin with \c + or \c -.
|
||||
|
||||
The following command line will fail to set m_pitch because the -0.022
|
||||
will not be part of the console command. <code>usage: setrom \<cvar\>
|
||||
|
|
|
@ -98,7 +98,7 @@ Supported attributes are:
|
|||
<code>QF</code>.</dd>
|
||||
</dl>
|
||||
|
||||
Attribute allow variable substitution. Variables can take the form of
|
||||
Attributes allow variable substitution. Variables can take the form of
|
||||
either <code>\$NAME</code> or <code>\${NAME}</code>, where the latter is
|
||||
useful when the end of \c NAME is ambiguous (eg,
|
||||
<code>\${NAME}STUFF</code> vs <code>\$NAME/STUFF</code>).
|
||||
|
|
|
@ -10,7 +10,7 @@ The server is "reserved" for playing clients. Any spectators would be
|
|||
referees and/or admins (however, this is up to the server admin).
|
||||
|
||||
A qtv proxy connects to the server. The proxy may have spectating clients
|
||||
and other even other proxies connecting to it. The proxies can chain to any
|
||||
and even other proxies connecting to it. The proxies can chain to any
|
||||
depth as an upstream proxy will pass on its information to any downstream
|
||||
proxies. With just a few levels of proxies, it should be possible to have
|
||||
very large spectator groups.
|
||||
|
|
Loading…
Reference in a new issue