diff options
author | dd <dd@FreeBSD.org> | 2001-03-16 02:20:24 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-03-16 02:20:24 +0000 |
commit | 8b00b636d65589672ba36a8f4027632b406b5036 (patch) | |
tree | 58f314da61261ac3d5f156a7868773649550e2bb /bin | |
parent | 7f442388973f2610901371a054c2c72dfac0ca14 (diff) | |
download | FreeBSD-src-8b00b636d65589672ba36a8f4027632b406b5036.zip FreeBSD-src-8b00b636d65589672ba36a8f4027632b406b5036.tar.gz |
Make it clear that the -v option doesn't actually set the date.
PR: 24773
Approved by: nik
Diffstat (limited to 'bin')
-rw-r--r-- | bin/date/date.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index ae3a41f..b579c09 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -153,8 +153,9 @@ Display or set the date in .Tn UTC (Coordinated Universal) time. .It Fl v -Adjust the second, minute, hour, month day, week day, -month or year according to +Adjust (i.e., take the current date and display the result of the +adjustment; not actually set the date) the second, minute, hour, month +day, week day, month or year according to .Ar val . If .Ar val |