diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-22 18:45:03 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-22 18:45:03 +0000 |
| commit | 842d1c6c964bb1177fe77b513173753042bb27c5 (patch) | |
| tree | 702a5a0324e29c17786f26baa4ee4e26a641f348 /usr.bin/touch/touch.1 | |
| parent | f066622bdd23f09b5700d275c9356fa1e9d94925 (diff) | |
Notes
Diffstat (limited to 'usr.bin/touch/touch.1')
| -rw-r--r-- | usr.bin/touch/touch.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 73e537ae5c6c..46ed028b606e 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -43,7 +43,7 @@ .Nd change file access and modification times .Sh SYNOPSIS .Nm -.Op Fl acfm +.Op Fl acfhm .Op Fl r Ar file .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS] .Ar @@ -70,6 +70,9 @@ No error messages are displayed and the exit value is not affected. .It Fl f Attempt to force the update, even if the file permissions do not currently permit it. +.It Fl h +If the file is a symbolic link, change the times of the link +itself rather than the file that the link points to. .It Fl m Change the modification time of the file. The access time of the file is not changed unless the |
