CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/01/28 06:02:22
Modified files:
usr.bin/vi/cl : cl_funcs.c
usr.bin/vi/common: common.h main.c
Log message:
ex(1), vi(1), and view(1) have different synopses; each nex/nvi utility
should manage the right set of options and return an appropriate usage
when required.
jsing@ has suggested preserving "-e" in ex(1) as an undocumented
compatibility flag to avoid breaking silly scripts that may use this
option with the line-oriented editor.
diff sent upstream to nex/nvi maintainers.
ok ("put it in!") jsing@