hi!

further to another discussion on tech, i'm looking to document those
options which posix say we should, but we do not. it should be only for
a very small number of utilities, and pretty straightforward (famous
last...)

anyway, i wanted to post the date(1) part since it's a bit more
controversial. posix lists this format as an xsi extension:

        mmddhhmm[[cc]yy]

however we support this format:

        [[[[[cc]yy]mm]dd]HH]MM[.SS]

just posting in case i've horribly misunderstood something. i'll commit,
barring objection.

jmc

Index: date.1
===================================================================
RCS file: /cvs/src/bin/date/date.1,v
retrieving revision 1.59
diff -u -r1.59 date.1
--- date.1      31 Aug 2011 08:48:40 -0000      1.59
+++ date.1      26 Oct 2013 17:09:59 -0000
@@ -224,6 +224,14 @@
 The flags
 .Op Fl adjrtz
 are extensions to that specification.
+.Pp
+The order of the components of the argument
+.Dq ccyymmddHHMM.SS
+differs between this implementation and
+.St -p1003.1-2008 .
+In fact the standard does not recognise the
+.Dq SS
+component at all.
 .Sh HISTORY
 A
 .Nm

Reply via email to