summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-06-18 16:20:02 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2022-06-18 22:53:40 +0200
commit9219eb74dc4f25293ce4ac8a7ab7f923f6f62253 (patch)
tree64d4953a7799303b25f060c983f3fcb765027a9f
parent8fee25674c3bdb0cf3cee4a7dfcc2a814431549b (diff)
Fix Shell syntax
Change-Id: I06f5f308bcb0e769644db1595a246dc22f2d1d7c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136052 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r--source/text/sbasic/shared/03130500.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03130500.xhp b/source/text/sbasic/shared/03130500.xhp
index c6c6fb321b..3a02ad5beb 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>