]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: parse-date.txt fix whitespace
authorJ William Piggott <elseifthen@gmx.com>
Mon, 10 Apr 2017 18:41:46 +0000 (14:41 -0400)
committerJ William Piggott <elseifthen@gmx.com>
Mon, 10 Apr 2017 18:41:46 +0000 (14:41 -0400)
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Documentation/parse-date.txt

index cb06a4722473f1621e831a3e17e3fca50e4bfc7b..56bed1e2277e084113f792f954afc158068e2a99 100644 (file)
@@ -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.