1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/usr.bin/sed
Tim J. Robbins e4d0177f50 Document the limitation that multibyte characters cannot be used as
delimiters with the 's' and 'y' commands.
2004-07-17 03:37:31 +00:00
..
TEST
compile.c Make the 'y' (translate) command aware of multibyte characters. 2004-07-14 10:06:22 +00:00
defs.h Make the 'y' (translate) command aware of multibyte characters. 2004-07-14 10:06:22 +00:00
extern.h
main.c Make the 'y' (translate) command aware of multibyte characters. 2004-07-14 10:06:22 +00:00
Makefile
misc.c Make the 'y' (translate) command aware of multibyte characters. 2004-07-14 10:06:22 +00:00
POSIX
process.c Make the 'y' (translate) command aware of multibyte characters. 2004-07-14 10:06:22 +00:00
sed.1 Document the limitation that multibyte characters cannot be used as 2004-07-17 03:37:31 +00:00