There were a few minor grammatical errors that made this paragraph hard to read. This patch fixes the errors in a very minimal manner. Signed-off-by: Wesley J. Landaker <wjl@xxxxxxxxxxxxx> --- This could still be made much more readable, but this patch tries to be very non-invasive. Documentation/git-clean.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 8a11450..932d44d 100644 --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -12,9 +12,9 @@ SYNOPSIS DESCRIPTION ----------- -Removes files unknown to git. This allows to clean the working tree -from files that are not under version control. If the '-x' option is -specified, ignored files are also removed, allowing to remove all +Removes files unknown to git. This allows cleaning the working tree +of files that are not under version control. If the '-x' option is +specified, ignored files are also removed, allowing the removal of all build products. If any optional `<path>...` arguments are given, only those paths are affected. -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html