summaryrefslogtreecommitdiffstats
path: root/README.pod
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-12-10 22:38:24 -0500
committerDave Reisner <d@falconindy.com>2010-12-10 22:48:19 -0500
commite835af7775599a5c942f3813907dfa72d1227553 (patch)
tree7a1de0dcf775b274ce1d621d94677ac08cce092f /README.pod
parentc2d67feae0688c1ba601722edfd3024bc364ce51 (diff)
downloadexpac-e835af7775599a5c942f3813907dfa72d1227553.tar.xz
allow real printf formatters for simple strings
It's kind of silly to verify this kind of formatting, so I'm just letting it explode (which happens not too horribly) when the user inevitably does something stupid.
Diffstat (limited to 'README.pod')
-rw-r--r--README.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.pod b/README.pod
index b675f20..cd29252 100644
--- a/README.pod
+++ b/README.pod
@@ -119,7 +119,11 @@ The format argument allows the following interpreted sequences:
%% literal %
-Standard backslash escape sequences are supported. See printf(1).
+Note that for any lowercase tokens aside from %m and %k, full printf support is
+allowed, e.g. %-20n. This does not apply to any list based, date, or numerical
+output.
+
+Standard backslash escape sequences are supported, as per printf(1).
=head1 AUTHOR