diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-24 17:42:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-24 17:42:37 +0000 |
commit | 3d0b61400620615eaae31e4ae6b0b9913dac61a5 (patch) | |
tree | d2eb60ddcdef5e67f1032d9221effc033c843fee | |
parent | cdb0e1b4532dfecebf9387d0b2ee4343281b99da (diff) |
Notes
-rw-r--r-- | usr.bin/touch/touch.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 46ed028b606e6..5612e54c3b046 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -73,6 +73,11 @@ 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. +Note that +.Fl h +implies +.Fl c +and thus will not create any new files. .It Fl m Change the modification time of the file. The access time of the file is not changed unless the |