You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sz...@apache.org on 2009/03/10 23:36:04 UTC

svn commit: r752287 - in /hadoop/core/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/hdfs_shell.xml

Author: szetszwo
Date: Tue Mar 10 22:36:03 2009
New Revision: 752287

URL: http://svn.apache.org/viewvc?rev=752287&view=rev
Log:
HADOOP-5416. Correct the shell command "fs -test" forrest doc description.  (Ravi Phulari via szetszwo) 

Modified:
    hadoop/core/trunk/CHANGES.txt
    hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_shell.xml

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=752287&r1=752286&r2=752287&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Mar 10 22:36:03 2009
@@ -952,6 +952,9 @@
     HADOOP-5432. Disable ssl during unit tests in hdfsproxy, as it is unused
     and causes failures. (cdouglas)
 
+    HADOOP-5416. Correct the shell command "fs -test" forrest doc description.
+    (Ravi Phulari via szetszwo) 
+
 Release 0.19.2 - Unreleased
 
   BUG FIXES

Modified: hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_shell.xml
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_shell.xml?rev=752287&r1=752286&r2=752287&view=diff
==============================================================================
--- hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_shell.xml (original)
+++ hadoop/core/trunk/src/docs/src/documentation/content/xdocs/hdfs_shell.xml Tue Mar 10 22:36:03 2009
@@ -413,8 +413,8 @@
 			<p>
 	   Options: <br/>
 	   -e check to see if the file exists. Return 0 if true. <br/>
-	   -z check to see if the file is zero length. Return 0 if true <br/>
-	   -d check return 1 if the path is directory else return 0. <br/></p>
+	   -z check to see if the file is zero length. Return 0 if true. <br/>
+	   -d check to see if the path is directory. Return 0 if true. <br/></p>
 			<p>Example:</p>
 			<ul>
 				<li>