On Wed, Dec 30, 2009 at 1:18 PM, Christopher Faylor wrote:
> That's an option that I added.  I am surprised that it is space delimited 
> since
> I thought I intended to make it newline delimited.

It looks pretty intentional - it reads through the input line by line
using fgets, but then calls argz_create_sep() to split each line on
spaces.

-- 
Mark J. Reed <markjr...@gmail.com>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to