summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/sed.1
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-17 03:37:31 +0000
committertjr <tjr@FreeBSD.org>2004-07-17 03:37:31 +0000
commit096572d3130a7c7b6772edc3cff97a76f085f169 (patch)
treed840d1bead69d03ebb99051c0bf55d170775b2c6 /usr.bin/sed/sed.1
parent111d2dd1159354d54660b7275a9d1e2fd35dd227 (diff)
downloadFreeBSD-src-096572d3130a7c7b6772edc3cff97a76f085f169.zip
FreeBSD-src-096572d3130a7c7b6772edc3cff97a76f085f169.tar.gz
Document the limitation that multibyte characters cannot be used as
delimiters with the 's' and 'y' commands.
Diffstat (limited to 'usr.bin/sed/sed.1')
-rw-r--r--usr.bin/sed/sed.17
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1
index 5ac28f5..27d4eb7 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.
OpenPOWER on IntegriCloud