Signed-off-by: J William Piggott <elseifthen@xxxxxxx> --- Documentation/parse-date.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/parse-date.txt b/Documentation/parse-date.txt index cb06a47..56bed1e 100644 --- a/Documentation/parse-date.txt +++ b/Documentation/parse-date.txt @@ -4,7 +4,7 @@ NAME SYNOPSIS #include "timeutils.h" - + int parse_date(struct timespec *result, char const *p, struct timespec const *now) @@ -15,7 +15,7 @@ DESCRIPTION The string itself is pointed to by *p. Return 1 if successful. *p can be an incomplete or relative time specification; if so, use *now as the basis for the returned time. - + This function is based upon gnulib's parse-datetime.y-dd7a871. -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html