summaryrefslogtreecommitdiffstats
path: root/README.pod
diff options
context:
space:
mode:
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