diff options
author | jilles <jilles@FreeBSD.org> | 2015-07-11 13:07:26 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2015-07-11 13:07:26 +0000 |
commit | 80b293868f87e73f8a97ce649dcb8be2b37c3d99 (patch) | |
tree | 7cdbafd548d6f4a89b77c04431864c96a9addf05 /bin | |
parent | 564e88d4999f488b5bfa09bee75872f9c90ce973 (diff) | |
download | FreeBSD-src-80b293868f87e73f8a97ce649dcb8be2b37c3d99.zip FreeBSD-src-80b293868f87e73f8a97ce649dcb8be2b37c3d99.tar.gz |
sh(1): libedit has supported multibyte encodings for a while.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index e5707c0..e193d5d 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -32,7 +32,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD$ .\" -.Dd April 18, 2015 +.Dd July 11, 2015 .Dt SH 1 .Os .Sh NAME @@ -2846,6 +2846,4 @@ The utility does not recognize multibyte characters other than UTF-8. Splitting using .Va IFS -and the line editing library -.Xr editline 3 -do not recognize multibyte characters. +does not recognize multibyte characters. |