Author: szetszwo
Date: Tue Mar 10 22:37:24 2009
New Revision: 752289

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

Modified:
    hadoop/core/branches/branch-0.20/CHANGES.txt
    
hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_shell.xml

Modified: hadoop/core/branches/branch-0.20/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/CHANGES.txt?rev=752289&r1=752288&r2=752289&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.20/CHANGES.txt Tue Mar 10 22:37:24 2009
@@ -687,6 +687,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/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_shell.xml
URL: 
http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_shell.xml?rev=752289&r1=752288&r2=752289&view=diff
==============================================================================
--- 
hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_shell.xml
 (original)
+++ 
hadoop/core/branches/branch-0.20/src/docs/src/documentation/content/xdocs/hdfs_shell.xml
 Tue Mar 10 22:37:24 2009
@@ -412,8 +412,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>


Reply via email to