svn commit: r285385 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Sat Jul 11 13:07:27 UTC 2015


Author: jilles
Date: Sat Jul 11 13:07:26 2015
New Revision: 285385
URL: https://svnweb.freebsd.org/changeset/base/285385

Log:
  sh(1): libedit has supported multibyte encodings for a while.

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Sat Jul 11 11:21:56 2015	(r285384)
+++ head/bin/sh/sh.1	Sat Jul 11 13:07:26 2015	(r285385)
@@ -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.


More information about the svn-src-head mailing list