freebsd_amp_hwpstate/usr.bin/sed
Jean-Marc Zucconi 30ad8d9349 Correct a bug in the P function: according to 7th edition UNIX (tm), the
newline must be part of the pattern space i.e. `echo a|sed -e P' must print
a
a
and not
aa
This is consistent with gnu sed, SunOS, Ultrix (and probably others!)
1995-02-06 00:14:50 +00:00
..
TEST
Makefile
POSIX
compile.c
defs.h
extern.h
main.c
misc.c
process.c Correct a bug in the P function: according to 7th edition UNIX (tm), the 1995-02-06 00:14:50 +00:00
sed.1 Submitted by: Philippe Charnier 1994-12-01 22:19:02 +00:00