Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 01:35:54 +0000 (UTC)
From:      Garance A Drosehn <gad@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/xargs xargs.c
Message-ID:  <200502270135.j1R1Zs9A046523@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gad         2005-02-27 01:35:54 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/xargs        xargs.c 
  Log:
  MFC 1.22:  Fix -0 vs -L/-I processing, mainly so that 'xargs -0 -I []' will
  do something sensible (namely: treat then '\0' as the EOL character, when
  deciding what "a line" is for -N).  Note that  -I implies -N.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.56      +9 -2      src/usr.bin/xargs/xargs.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502270135.j1R1Zs9A046523>