diff options
Diffstat (limited to 'usr.bin/xargs/xargs.1')
-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 |