diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index d08b1879665..1719e046ee8 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -541,6 +541,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11048. user/custom LogManager fails to load if the client classloader is enabled (Sangjin Lee via jlowe) + HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm + (Kenji Kikushima via aw) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES diff --git a/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm b/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm index 9317c661d12..abc46430d96 100644 --- a/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm +++ b/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm @@ -370,7 +370,7 @@ mkdir moveFromLocal - Usage: << >>> + Usage: << >>> Similar to put command, except that the source localsrc is deleted after it's copied. @@ -617,7 +617,7 @@ touchz Example: - * <<>> + * <<>> Exit Code: Returns 0 on success and -1 on error.