diff --git a/doc/config.dox b/doc/config.dox index 33b8a5524..14d860694 100644 --- a/doc/config.dox +++ b/doc/config.dox @@ -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. usage: setrom \ diff --git a/doc/dirconf.dox b/doc/dirconf.dox index 4b23454e6..927aa3099 100644 --- a/doc/dirconf.dox +++ b/doc/dirconf.dox @@ -98,7 +98,7 @@ Supported attributes are: QF. -Attribute allow variable substitution. Variables can take the form of +Attributes allow variable substitution. Variables can take the form of either \$NAME or \${NAME}, where the latter is useful when the end of \c NAME is ambiguous (eg, \${NAME}STUFF vs \$NAME/STUFF). diff --git a/doc/qtv.dox b/doc/qtv.dox index 90aba3bc8..9327891be 100644 --- a/doc/qtv.dox +++ b/doc/qtv.dox @@ -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.