aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-17 03:37:31 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-17 03:37:31 +0000
commite4d0177f505dde82c5af25c6687e59d1b0762f29 (patch)
treed840d1bead69d03ebb99051c0bf55d170775b2c6 /usr.bin
parent765d141c78dfb9ae7d5033ef58edbbc5cd4f9981 (diff)
downloadsrc-e4d0177f505dde82c5af25c6687e59d1b0762f29.tar.gz
src-e4d0177f505dde82c5af25c6687e59d1b0762f29.zip
Document the limitation that multibyte characters cannot be used as
delimiters with the 's' and 'y' commands.
Notes
Notes: svn path=/head/; revision=132275
Diffstat (limited to 'usr.bin')
-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 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.