freebsd-dev/usr.bin/sed
Brian Somers 7bbdbe1482 Plug a file descriptor leak.
When sed is asked to inline-edit files, it forgets to close the temporary
file and runs out of descriptors for long command lines (assuming you reset
kern.maxfilesperproc to something sane that's less than the number of files
passed to sed).
2004-06-03 22:33:50 +00:00
..
TEST A new version that does exponents and lots of other neat things. Update 2004-05-01 02:15:58 +00:00
compile.c
defs.h
extern.h
main.c Plug a file descriptor leak. 2004-06-03 22:33:50 +00:00
Makefile
misc.c
POSIX
process.c
sed.1