]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - Documentation/parse-date.txt
libblkid: make example more robust
[thirdparty/util-linux.git] / Documentation / parse-date.txt
index cb06a4722473f1621e831a3e17e3fca50e4bfc7b..b23abe7ffc777857dfbcd1d663ed8b9af513efaf 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.
 
@@ -462,7 +462,7 @@ parse more locale-specific dates using `strptime', but relies on an
 environment variable and external file, and lacks the thread-safety of
 `parse_datetime'.
 
-   This chapter was originally produced by Franc,ois Pinard
+   This chapter was originally produced by Franรงois Pinard
 (<pinard@iro.umontreal.ca>) from the `parse_datetime.y' source code,
 and then edited by K. Berry (<kb@cs.umb.edu>).