freebsd-dev/usr.bin/sed
Yaroslav Tykhiy 625451f9f4 Explicitly tell that one needs to start a context address with a
backslash if he/she wants to use a non-traditional delimiter, i.e.,
anything other than a slash.  That is, /abc/ works as is, but xabcx
needs to be spelled as \xabcx.

Add appropriate markup.

Bump Dd.

Checked with:	IEEE Std 1003.1, 2004 Edition
MFC after:	3 days
2008-08-24 13:47:53 +00:00
..
compile.c WARNS fixes: 2008-02-09 09:12:02 +00:00
defs.h WARNS fixes: 2008-02-09 09:12:02 +00:00
extern.h Don't forget to clear out the hold space for each subsequent file 2007-06-12 12:05:24 +00:00
main.c WARNS fixes: 2008-02-09 09:12:02 +00:00
Makefile
misc.c Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived 2004-08-09 15:29:41 +00:00
POSIX style(9): 2007-04-06 08:43:30 +00:00
process.c WARNS fixes: 2008-02-09 09:12:02 +00:00
sed.1 Explicitly tell that one needs to start a context address with a 2008-08-24 13:47:53 +00:00