diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 06:56:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-11 06:56:58 +0000 |
commit | dad391985c5345df55a03fffdfc24f1f6b597db5 (patch) | |
tree | 46c66eeca4d40327c65e507e160a165768095505 /usr.bin/xargs | |
parent | 5726d6ded5924b436fd5ef05d7053d50d49699ae (diff) |
-print0 in find, not -0
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 4e3713e3757..e5d0e0ba697 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -89,8 +89,8 @@ 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 +.Fl print0 +function in .Nm find . .It Fl n Ar number Set the maximum number of arguments taken from standard input for each |