diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-23 23:28:30 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-23 23:28:30 +0800 |
commit | b478fb0a7373af0d80912641fbe08e9cbb49464e (patch) | |
tree | f1f653494dc67fba1ec6d62e0a2fc26ab8a182d4 | |
parent | 69541a8d14809841434bdb9c131436070f57def3 (diff) | |
download | hercules-b478fb0a7373af0d80912641fbe08e9cbb49464e.tar.gz hercules-b478fb0a7373af0d80912641fbe08e9cbb49464e.tar.bz2 hercules-b478fb0a7373af0d80912641fbe08e9cbb49464e.tar.xz hercules-b478fb0a7373af0d80912641fbe08e9cbb49464e.zip |
Fix strftime in the documentation
-rw-r--r-- | doc/script_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index c99f27206..2f210bf99 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3536,9 +3536,9 @@ Examples : This function will return a string containing time data as specified by the format string. -This uses the C function 'strfmtime', which obeys special format +This uses the C function 'strftime', which obeys special format characters. For a full description see, for example, the description of -'strfmtime' at http://www.delorie.com/gnu/docs/glibc/libc_437.html +'strftime' at http://www.delorie.com/gnu/docs/glibc/libc_437.html All the format characters given in there should properly work. Max length is the maximum length of a time string to generate. |