summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Linville <aaron@linville.org>2018-02-05 21:56:22 -0500
committerAaron Linville <aaron@linville.org>2018-02-13 03:00:19 +0000
commitcdf4261c8fb18d18e3a539e078fcf03ef332fc0c (patch)
tree5bc17449f57b85cd8440c09c2a4a7d3629a1a123
parent64b8ddb755b3d596af97f49c60ffd4bcd7e20cfe (diff)
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>
-rw-r--r--qmake/doc/src/qmake-manual.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 16b498d36e..8b7d1b0853 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -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()}.