bug-coreutils
[Top][All Lists]
Advanced

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

Re: touch -h


From: Jim Meyering
Subject: Re: touch -h
Date: Sat, 17 Oct 2009 18:54:33 +0200

Eric Blake wrote:
> As promised, I've now implemented touch -h.  I've tested it on machines
> with and without utimensat/lutimes.  OK to apply?

Thanks!
That looks fine, modulo two nits:

...
> +  touch now accepts the option --no-dereferene (-h), as a means to

s/dereferene/dereference/, as already noted by Pádraig.

...
> diff --git a/src/touch.c b/src/touch.c
...
> @@ -211,7 +216,8 @@ usage (int status)
>        fputs (_("\
>  Update the access and modification times of each FILE to the current time.\n\
>  \n\
> -A FILE argument that does not exist is created empty.\n\
> +A FILE argument that does not exist is created empty, unless -c or -h\n\
> +are supplied.\n\

s/are/is/




reply via email to

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