From: J William Piggott Date: Mon, 10 Apr 2017 18:41:46 +0000 (-0400) Subject: docs: parse-date.txt fix whitespace X-Git-Tag: v2.30-rc1~109^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=796b9759a5b0d1d56944c0385655e08c25aa9b2c;p=thirdparty%2Futil-linux.git docs: parse-date.txt fix whitespace Signed-off-by: J William Piggott --- diff --git a/Documentation/parse-date.txt b/Documentation/parse-date.txt index cb06a47224..56bed1e227 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.