=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/xargs/xargs.1,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/xargs/xargs.1 1995/10/18 08:47:00 1.1 +++ src/usr.bin/xargs/xargs.1 1996/06/11 06:48:05 1.2 @@ -45,6 +45,7 @@ .Nd "construct argument list(s) and execute utility" .Sh SYNOPSIS .Nm xargs +.Op Fl 0 .Op Fl t .Oo Op Fl x .Fl n Ar number @@ -81,6 +82,16 @@ .Pp The options are as follows: .Bl -tag -width indent +.It Fl 0 +Changes +.Nm xargs +to expect NUL +(``\\0'') +characters as seperators, instead of spaces and newlines. +This is expected to be used in concert with the +.Fl 0 +option in +.Nm find . .It Fl n Ar number Set the maximum number of arguments taken from standard input for each invocation of the utility.