]> gitweb @ CieloNegro.org - time-http.git/blobdiff - Data/Time/Asctime.hs
Finished docs
[time-http.git] / Data / Time / Asctime.hs
index 0da530571a329787d82c91136f668b457f51febf..2eef5693f319132296d0aed02202ced63bd249ef 100644 (file)
@@ -1,4 +1,4 @@
--- |This module is for ANSI C's asctime() format.
+-- |This module provides functions for ANSI C's asctime() format.
 --
 -- ANSI C's asctime() format looks like:
 --
@@ -6,7 +6,7 @@
 --
 -- The exact syntax is as follows:
 --
--- > date-time ::= wday ' ' month ' ' day ' ' time ' ' year
+-- > date-time ::= wday SP month SP day SP time SP year
 -- > wday      ::= "Mon" | "Tue" | "Wed" | "Thu"
 -- >             | "Fri" | "Sat" | "Sun"
 -- > month     ::= "Jan" | "Feb" | "Mar" | "Apr"