Subject: CVS commit: src/usr.bin/split
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 06/26/2003 23:06:52
Module Name:	src
Committed By:	bjh21
Date:		Thu Jun 26 23:06:52 UTC 2003

Modified Files:
	src/usr.bin/split: split.c

Log Message:
Remove support for treating "-" as an option rather than an operand.  The
practical consequence of this is that "-" is treated the same as a file name,
and can't have options specified after it.  This is consistent with other
utilities and with POSIX.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.bin/split/split.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.