diff options
author | charnier <charnier@FreeBSD.org> | 2000-03-26 15:05:40 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2000-03-26 15:05:40 +0000 |
commit | a6d980ec9800f7df3635def5cb705368569ddbbd (patch) | |
tree | e7dfd4c8da41156cc9605f67cda018db3a8dd5de /usr.bin/xargs/xargs.1 | |
parent | a6390ef21185bd4e1250418041ee812a84905594 (diff) | |
download | FreeBSD-src-a6d980ec9800f7df3635def5cb705368569ddbbd.zip FreeBSD-src-a6d980ec9800f7df3635def5cb705368569ddbbd.tar.gz |
Use .Xr
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 8dec056..72c9cff 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -82,7 +82,7 @@ Any single character, including newlines, may be escaped by a backslash. The options are as follows: .Bl -tag -width indent .It Fl 0 -Changes +Change .Nm to expect NUL (``\\0'') @@ -90,7 +90,7 @@ characters as separators, instead of spaces and newlines. This is expected to be used in concert with the .Fl print0 function in -.Nm find . +.Xr find 1 . .It Fl n Ar number Set the maximum number of arguments taken from standard input for each invocation of the utility. |