freebsd-dev/usr.bin/sed
Benedict Reuschling 8655a965fd Update SYNOPSIS section to be consistent regarding -u, -i, and -I.
Apparently, when the -u, -i and -I options where added to sed(1), it was
forgotten to add them to both lines in the SYNOPSIS section. They were only
added to the second line, although they apply to both.

With the updated SYNOPSIS, it is now allowed (and consistent) to run:

sed -i BAK s/foo/bar/g some_file

PR:		240556
Submitted by:	Oliver Fromme
MFC after:	5 days
2020-05-19 09:17:20 +00:00
..
tests sed: process \r, \n, and \t 2019-12-10 19:16:00 +00:00
compile.c sed: process \r, \n, and \t 2019-12-10 19:16:00 +00:00
defs.h
extern.h
main.c
Makefile
Makefile.depend
misc.c
POSIX
process.c
sed.1 Update SYNOPSIS section to be consistent regarding -u, -i, and -I. 2020-05-19 09:17:20 +00:00