changeset 21671:32a6d948fea7 stable

doc: Fix typo in exec docstring. * syscalls.cc (Fexec): Add missing comma in example usage.
author Rik <rik@octave.org>
date Tue, 03 May 2016 09:58:27 -0700
parents 7cb63f3994b0
children c579ab9ee4f3 e47eb34f1b05
files libinterp/corefcn/syscalls.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/syscalls.cc	Tue May 03 09:28:48 2016 -0700
+++ b/libinterp/corefcn/syscalls.cc	Tue May 03 09:58:27 2016 -0700
@@ -172,7 +172,7 @@
 For example,\n\
 \n\
 @example\n\
-exec (\"ls\" \"-l\")\n\
+exec (\"ls\", \"-l\")\n\
 @end example\n\
 \n\
 @noindent\n\