summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2014-02-11 12:51:22 -0500
committerAshley Penney <ashley.penney@puppetlabs.com>2014-02-11 12:51:22 -0500
commit2435741ca71561fa0ea04a396d28b52ce3980dd5 (patch)
tree1bb39d564fd7062aecd113f3099834b8c1bf9620
parentdacdfaac7ffb4175cf112415886d92f24c12edc7 (diff)
parentd4722d7af5becfce52514fc3fa6aa3e4f389fd98 (diff)
downloadpuppet-stdlib-2435741ca71561fa0ea04a396d28b52ce3980dd5.tar.gz
puppet-stdlib-2435741ca71561fa0ea04a396d28b52ce3980dd5.tar.bz2
Merge pull request #219 from petems/patch-1
Fix strftime documentation in README
-rw-r--r--README.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 273c47a..344fd64 100644
--- a/README.markdown
+++ b/README.markdown
@@ -831,8 +831,7 @@ To return the date:
%L - Millisecond of the second (000..999)
%m - Month of the year (01..12)
%M - Minute of the hour (00..59)
- %n - Newline (
-)
+ %n - Newline (\n)
%N - Fractional seconds digits, default is 9 digits (nanosecond)
%3N millisecond (3 digits)
%6N microsecond (6 digits)