diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-17 03:37:31 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-17 03:37:31 +0000 |
| commit | e4d0177f505dde82c5af25c6687e59d1b0762f29 (patch) | |
| tree | d840d1bead69d03ebb99051c0bf55d170775b2c6 | |
| parent | 765d141c78dfb9ae7d5033ef58edbbc5cd4f9981 (diff) | |
Notes
| -rw-r--r-- | usr.bin/sed/sed.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 5ac28f525878c..27d4eb79dc308 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. |
