diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
commit | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch) | |
tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /bin/date | |
parent | 0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff) | |
download | FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz |
Remove whitespace at EOL.
Diffstat (limited to 'bin/date')
-rw-r--r-- | bin/date/date.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 0dc116a..a8a1203 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -139,7 +139,7 @@ Set the system's value for minutes west of .Tn GMT . .Ar minutes_west specifies the number of minutes returned in -.Fa tz_minuteswest +.Fa tz_minuteswest by future calls to .Xr gettimeofday 2 . .It Fl u @@ -150,7 +150,7 @@ Display or set the date in 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 . +.Ar val . If .Ar val is preceded with a plus or minus sign, @@ -225,7 +225,7 @@ An operand with a leading plus sign signals a user-defined format string which specifies the format in which to display the date and time. The format string may contain any of the conversion specifications -described in the +described in the .Xr strftime 3 manual page, as well as any arbitrary text. A newline |