Document the limitation that multibyte characters cannot be used as

delimiters with the 's' and 'y' commands.
This commit is contained in:
Tim J. Robbins 2004-07-17 03:37:31 +00:00
parent 765d141c78
commit e4d0177f50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132275

View File

@ -35,7 +35,7 @@
.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
.\" $FreeBSD$
.\"
.Dd July 14, 2004
.Dd July 17, 2004
.Dt SED 1
.Os
.Sh NAME
@ -562,3 +562,8 @@ may be incorrectly treated as line continuation characters in arguments to the
and
.Dq i
commands.
Multibyte characters cannot be used as delimiters with the
.Dq s
and
.Dq y
commands.