diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-05 05:11:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-05 05:11:18 +0000 |
commit | 7ef11bb1c0d3b3b3165a9fce9c3959b7490644d1 (patch) | |
tree | d523f5839ef10620dd26ceadbee129c58f4f35f1 /bin | |
parent | f9c01c05b2caa70f0fa57bc1ad37c1ef2be0f7b3 (diff) |
some conversion specifiers are not required by POSIX;
joint work and OK jmc@ sobrado@
Diffstat (limited to 'bin')
-rw-r--r-- | bin/date/date.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1 index 10eec1f1cb2..ef05cd8ec0e 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: date.1,v 1.61 2014/01/05 05:04:06 schwarze Exp $ +.\" $OpenBSD: date.1,v 1.62 2014/01/05 05:11:17 schwarze Exp $ .\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -220,6 +220,17 @@ specification. .Pp The flags .Op Fl adjrtz +as well as the conversion specifiers +.Ql \&%F , +.Ql \&%G , +.Ql \&%g , +.Ql \&%k , +.Ql \&%l , +.Ql \&%R , +.Ql \&%s , +.Ql \&%v , +and +.Ql \&%+ are extensions to that specification. .Pp This implementation requires the traditional |