]> Dogcows Code - chaz/tar/commitdiff
Fix comment (from meyering fileutils).
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Oct 1999 15:47:44 +0000 (15:47 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Oct 1999 15:47:44 +0000 (15:47 +0000)
lib/getdate.y

index 165a2df34882aff1d7aa9507da10e135467e42ba..658da69fcda14200134889cea2bc5619f3be0625 100644 (file)
@@ -831,7 +831,10 @@ yyerror (char *s ATTRIBUTE_UNUSED)
   return 0;
 }
 
-/* ?? */
+/* Parse a date/time string P.  Return the corresponding time_t value,
+   or (time_t) -1 if there is an error.  P can be an incomplete or
+   relative time specification; if so, use *NOW as the basis for the
+   returned time.  */
 time_t
 get_date (const char *p, const time_t *now)
 {
This page took 0.023765 seconds and 4 git commands to generate.