Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 09:10:23 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r304277 - stable/11/usr.bin/tr
Message-ID:  <201608170910.u7H9ANhJ045780@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ache
Date: Wed Aug 17 09:10:22 2016
New Revision: 304277
URL: https://svnweb.freebsd.org/changeset/base/304277

Log:
  MFC r302826
  
  Document incomplete support of [=equiv=] and collation for ranges.

Modified:
  stable/11/usr.bin/tr/tr.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/tr/tr.1
==============================================================================
--- stable/11/usr.bin/tr/tr.1	Wed Aug 17 09:07:43 2016	(r304276)
+++ stable/11/usr.bin/tr/tr.1	Wed Aug 17 09:10:22 2016	(r304277)
@@ -334,6 +334,10 @@ should be used instead of explicit chara
 and
 .Dq Li A-Z .
 .Pp
+.Dq Li [=equiv=]
+expression and collation for ranges
+are implemented for single byte locales only.
+.Pp
 System V has historically implemented character ranges using the syntax
 .Dq Li [c-c]
 instead of the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608170910.u7H9ANhJ045780>