Date: Sun, 21 Aug 2005 06:35:03 +0000 (UTC) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/split split.1 split.c Message-ID: <200508210635.j7L6Z3MP008856@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2005-08-21 06:35:03 UTC FreeBSD src repository Modified files: usr.bin/split split.1 split.c Log: Remove the hack that varied the first character of the output file name if none was specified on the command line. This is not permitted by POSIX, and no longer needed now that we have the -a option. PR: 85099 Submitted by: Toby Peterson (Apple Computer) Revision Changes Path 1.16 +3 -5 src/usr.bin/split/split.1 1.16 +2 -10 src/usr.bin/split/split.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508210635.j7L6Z3MP008856>