about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 671ce1337..1ffd7eae4 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -780,8 +780,10 @@ sort the filenames numerically rather than lexicographically.
 pindex(OCTAL_ZEROES)
 cindex(octal, arithmetic expressions)
 item(tt(OCTAL_ZEROES) <S>)(
-Interpret any integer constant beginning with a 0 and not
-as octal, per IEEE Std 1003.2-1992 (ISO 9945-2:1993).
+Interpret any integer constant beginning with a 0 as octal, per IEEE Std
+1003.2-1992 (ISO 9945-2:1993).  This is not enabled by default as it
+causes problems with parsing of, for example, date and time strings with
+leading zeroes.
 )
 pindex(OVERSTRIKE)
 cindex(editor, overstrike mode)