diff options
author | rnordier <rnordier@FreeBSD.org> | 1998-04-20 21:06:38 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 1998-04-20 21:06:38 +0000 |
commit | c3d6df4e030a4f65f1c565262546928581ebe697 (patch) | |
tree | 1e8f10785b6c219ccf04d460d9cceb0ca2023c59 /bin | |
parent | 8b08bdc2377fa1c5f898b8716083b6a0e5438e73 (diff) | |
download | FreeBSD-src-c3d6df4e030a4f65f1c565262546928581ebe697.zip FreeBSD-src-c3d6df4e030a4f65f1c565262546928581ebe697.tar.gz |
Spelling/typo fixes: (preceeded, friday).
Diffstat (limited to 'bin')
-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 73bdc4b..8c5429f 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $Id: date.1,v 1.21 1997/10/03 18:09:17 wosch Exp $ +.\" $Id: date.1,v 1.22 1997/12/11 02:38:55 brian Exp $ .\" .Dd November 17, 1993 .Dt DATE 1 @@ -112,7 +112,7 @@ Adjust the minute, hour, month day, week day, month or year according to .Ar val . If .Ar val -is preceeded with a plus or minus sign, the date is adjusted forwards +is preceded with a plus or minus sign, the date is adjusted forwards or backwards according to the remaining string, otherwise the relevant part of the date is set. The date can be adjusted as many times as required using these flags. Flags are processed in the order given. @@ -219,7 +219,7 @@ The command: date -v1d -v+1m -v-1d -v-fri .Ed .Pp -will display the last friday of the month: +will display the last Friday of the month: .Bd -literal -offset indent Fri Aug 29 04:31:11 BST 1997 .Ed |