From: Peter Souter
Date: Tue, 11 Feb 2014 15:57:22 +0000 (+0000)
Subject: Fix strftime documentation in README
X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d4722d7af5becfce52514fc3fa6aa3e4f389fd98;p=puppet-stdlib.git
Fix strftime documentation in README
Markdown was barfing due to typo
---
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)