You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/09/03 20:48:46 UTC

svn commit: r1380306 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Mon Sep  3 18:48:45 2012
New Revision: 1380306

URL: http://svn.apache.org/viewvc?rev=1380306&view=rev
Log:
Document after i18n
Bugzilla Id: 53168

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1380306&r1=1380305&r2=1380306&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Sep  3 18:48:45 2012
@@ -1798,10 +1798,10 @@ Param 3:   C:\TEMP
 <property name="Command" required="Yes">The System command or shell to execute.</property>
 <property name="OS Process Parameters" required="No">Parameters passed to process.</property>
 <property name="Environment Parameters" required="No">Key/Value pairs added to environment when running command.</property>
-<property name="stdin" required="No">Name of file from which input is to be taken (STDIN).</property>
-<property name="stdout" required="No">Name of output file for standard output (STDOUT). 
+<property name="File for standard input stream" required="No">Name of file from which input is to be taken (STDIN).</property>
+<property name="File for standard output stream" required="No">Name of output file for standard output (STDOUT). 
 If omitted, output is captured and returned as the response data.</property>
-<property name="stderr" required="No">Name of output file for standard error (STDERR). 
+<property name="File for standard error output stream" required="No">Name of output file for standard error (STDERR). 
 If omitted, output is captured and returned as the response data.</property>
 </properties>
 </component>