Doc: Fix typos in qmake function reference

Removed duplicate "for the".

Function list was sorted except for sprintf; so sorted it. Also, minor
grammatical improvement.

Task-number: QTBUG-64362
Task-number: QTBUG-64363
Change-Id: Ia47c5195011a0e578e916897b3a5ddb1d78170ad
Reviewed-by: Frederik Schwarzer <schwarzerf@gmail.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
Aaron Linville 2018-02-05 21:56:22 -05:00
parent 64b8ddb755
commit cdf4261c8f
1 changed files with 6 additions and 6 deletions

View File

@ -3168,11 +3168,6 @@
\snippet code/doc_src_qmake-manual.pro 70
\section2 sprintf(string, arguments...)
Replaces %1-%9 with the arguments passed in the comma-separated list
of function \c arguments and returns the processed string.
\section2 resolve_depends(variablename, prefix)
This is an internal function that you will typically not need.
@ -3239,6 +3234,11 @@
\snippet code/doc_src_qmake-manual.pro 168
\section2 sprintf(string, arguments...)
Replaces %1-%9 in \c string with the arguments passed in the comma-separated
list of function \c arguments and returns the processed string.
\target str_member()
\section2 str_member(arg [, start [, end]])
@ -3306,7 +3306,7 @@
\section2 system_quote(arg)
Quotes \c arg for the for the shell that is used by the \c{system()}
Quotes \c arg for the shell that is used by the \c{system()}
functions.
See also \l{shell_quote(arg)}{shell_quote()}.