From cdf4261c8fb18d18e3a539e078fcf03ef332fc0c Mon Sep 17 00:00:00 2001 From: Aaron Linville Date: Mon, 5 Feb 2018 21:56:22 -0500 Subject: 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 Reviewed-by: Leena Miettinen Reviewed-by: Oswald Buddenhagen --- qmake/doc/src/qmake-manual.qdoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'qmake') 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()}. -- cgit v1.2.3