source/text/sbasic/shared/03130500.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 9219eb74dc4f25293ce4ac8a7ab7f923f6f62253 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Sat Jun 18 16:20:02 2022 +0200 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat Jun 18 22:53:40 2022 +0200 Fix Shell syntax Change-Id: I06f5f308bcb0e769644db1595a246dc22f2d1d7c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136052 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/source/text/sbasic/shared/03130500.xhp b/source/text/sbasic/shared/03130500.xhp index c6c6fb321..3a02ad5be 100644 --- a/source/text/sbasic/shared/03130500.xhp +++ b/source/text/sbasic/shared/03130500.xhp @@ -37,12 +37,12 @@ </section> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> -<paragraph id="par_id3147576" role="code" xml-lang="en-US">Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync]) </paragraph> +<paragraph id="par_id3147576" role="code" xml-lang="en-US">Shell (Pathname As String[, Windowstyle As Integer[, Param As String[, bSync]]]) </paragraph> <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> <h3 id="hd_id3154306">Pathname</h3> -<paragraph id="par_id3155419" role="paragraph" xml-lang="en-US">Complete path and program name of the program that you want to start.</paragraph> +<paragraph id="par_id3155419" role="paragraph" xml-lang="en-US">Name of the program that you want to start, optionally with complete path and/or arguments.</paragraph> <h3 id="hd_id3150771">Windowstyle</h3> <paragraph id="par_id3145609" role="paragraph" xml-lang="en-US">Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:</paragraph> @@ -117,7 +117,7 @@ </table> <h3 id="hd_id3150419">Param</h3> -<paragraph id="par_id3149412" role="paragraph" xml-lang="en-US">Any string expression that specifies the command line that want to pass.</paragraph> +<paragraph id="par_id3149412" role="paragraph" xml-lang="en-US">String that specifies additional arguments passed to the program.</paragraph> <h3 id="hd_id3148456">bSync</h3> <paragraph id="par_id3154096" role="paragraph" xml-lang="en-US">If this value is set to <emph>true</emph>, the <emph>Shell</emph> command and all $[officename] tasks wait until the shell process completes. If the value is set to <emph>false</emph>, the shell returns directly. The default value is <emph>false</emph>.</paragraph>