diff options
| -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 |
