bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6175: [PATCH] dirname: tweak summary wording


From: Jim Meyering
Subject: bug#6175: [PATCH] dirname: tweak summary wording
Date: Tue, 08 Jun 2010 07:55:29 +0200

Eric Blake wrote:
> * doc/coreutils.texi (dirname invocation): Reword to be more
> precise.
> * src/dirname.c (usage): Likewise.
> * THANKS: Update.
> Reported by Filipus Klutiero, bug 6175.
...
> diff --git a/src/dirname.c b/src/dirname.c
> index 4f18fe9..f6997c3 100644
> --- a/src/dirname.c
> +++ b/src/dirname.c
> @@ -48,8 +48,8 @@ Usage: %s NAME\n\
>  "),
>                program_name, program_name);
>        fputs (_("\
> -Print NAME with its trailing /component removed; if NAME contains no /'s,\n\
> -output `.' (meaning the current directory).\n\
> +Print NAME with its last non-slash component and trailing slashes removed;\n\
> +if NAME contains no /'s, output `.' (meaning the current directory).\n\

Looks fine.  I know it was there in the original too,
but s/output/print/ sounds a little better.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]