diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-05 09:30:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-05 09:30:37 +0000 |
commit | 4486e00f3ae4ff80100b588d05c931b179684f83 (patch) | |
tree | 72275a86308d943672336bd2183caa9b0e1a3aa7 /bin/date | |
parent | 972506ddb036de64c962a8fa11062f52b9f0e8b6 (diff) |
comma previous;
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 ef05cd8ec0e..a798fffe386 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.62 2014/01/05 05:11:17 schwarze Exp $ +.\" $OpenBSD: date.1,v 1.63 2014/01/05 09:30:36 jmc Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -219,7 +219,7 @@ utility is compliant with the specification. .Pp The flags -.Op Fl adjrtz +.Op Fl adjrtz , as well as the conversion specifiers .Ql \&%F , .Ql \&%G , @@ -230,7 +230,7 @@ as well as the conversion specifiers .Ql \&%s , .Ql \&%v , and -.Ql \&%+ +.Ql \&%+ , are extensions to that specification. .Pp This implementation requires the traditional |