summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()}.