diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-14 10:33:29 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-14 10:33:29 +0000 |
commit | b7543693c82bcfa5c7527095e83634e79eb41d1c (patch) | |
tree | 08e5c889ca0b0786f6cb8b5f839c6f3ffa22019a /usr.bin/sed | |
parent | b7f5e217dda791d61c549a147e0e6ad6cd1b3f3d (diff) | |
download | FreeBSD-src-b7543693c82bcfa5c7527095e83634e79eb41d1c.zip FreeBSD-src-b7543693c82bcfa5c7527095e83634e79eb41d1c.tar.gz |
Update BUGS section to reflect current state of multibyte character support.
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 0187452..dfc8a40 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 3, 2004 +.Dd July 14, 2004 .Dt SED 1 .Os .Sh NAME @@ -549,6 +549,13 @@ appeared in .Sh AUTHORS .An "Diomidis D. Spinellis" Aq dds@FreeBSD.org .Sh BUGS -The -.Nm -utility does not recognize multibyte characters. +Multibyte characters containing a byte with value 0x5C +.No ( Ns +.Tn ASCII +.Ql \e Ns ) +may be incorrectly treated as line continuation characters in arguments to the +.Dq a , +.Dq c +and +.Dq i +commands. |