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/