about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-04 15:31:03 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-04 15:31:03 +0000
commitf5f90da9c0126f9a87e88b80845442ffd9ff1578 (patch)
tree9a97e78790a500f3a669cebc42f64888405cac26 /README
parent596d38fb078aaa075bde47920b25c1b913056ea8 (diff)
downloadzsh-f5f90da9c0126f9a87e88b80845442ffd9ff1578.tar.gz
zsh-f5f90da9c0126f9a87e88b80845442ffd9ff1578.tar.xz
zsh-f5f90da9c0126f9a87e88b80845442ffd9ff1578.zip
22587: update some distribution docs
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 81f868f02..68ddfd61a 100644
--- a/README
+++ b/README
@@ -54,7 +54,8 @@ top bit set to be part of a shell identifier.  Older versions of the shell
 assumed all such octets were allowed in identifiers, however the POSIX
 standard does not allow such characters in identifiers.  The older
 behaviour is still obtained with --disable-multibyte in effect.
-With --enable-multibyte set there are three possible cases:
+With --enable-multibyte in effect (this is now the default anywhere
+it is supported) there are three possible cases:
   MULTIBYTE option unset:  only ASCII characters are allowed; the
     shell does not attempt to identify non-ASCII characters at all.
   MULTIBYTE option set, POSIX_IDENTIFIERS option unset: in addition