From e4d0177f505dde82c5af25c6687e59d1b0762f29 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 17 Jul 2004 03:37:31 +0000 Subject: [PATCH] Document the limitation that multibyte characters cannot be used as delimiters with the 's' and 'y' commands. --- usr.bin/sed/sed.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 5ac28f525878..27d4eb79dc30 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -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.