aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRobert Nordier <rnordier@FreeBSD.org>1998-04-20 21:06:38 +0000
committerRobert Nordier <rnordier@FreeBSD.org>1998-04-20 21:06:38 +0000
commit336f22af33e7c83d24c8b9a777537a0ca2812c4b (patch)
tree4a78f86a75e1ace117db4172e4373f7b83edccac /bin
parentbe1f43797a49ad5c872cf752109316be60e21c4e (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/date/date.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index 73bdc4b7952f..8c5429ff0149 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