diff options
author | J William Piggott | 2017-04-10 20:41:46 +0200 |
---|---|---|
committer | J William Piggott | 2017-04-10 20:41:46 +0200 |
commit | 796b9759a5b0d1d56944c0385655e08c25aa9b2c (patch) | |
tree | 8b13c9d8587f128cf88fafe539c61595e1454c3e /Documentation | |
parent | parse-date: remove extraneous form feed (diff) | |
download | kernel-qcow2-util-linux-796b9759a5b0d1d56944c0385655e08c25aa9b2c.tar.gz kernel-qcow2-util-linux-796b9759a5b0d1d56944c0385655e08c25aa9b2c.tar.xz kernel-qcow2-util-linux-796b9759a5b0d1d56944c0385655e08c25aa9b2c.zip |
docs: parse-date.txt fix whitespace
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/parse-date.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/parse-date.txt b/Documentation/parse-date.txt index cb06a4722..56bed1e22 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. |