aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 15:05:40 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2000-03-26 15:05:40 +0000
commit5e8eb81aac39007acce3a3d7f30acf48ee23cbae (patch)
tree57e08841dbc337d84c0e374e120106ba7c3d94e9 /usr.bin/xargs
parent110ab594ad9195e9cf56be31c3d43e102d051ebf (diff)
Notes
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/xargs.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index 8dec056ca98d..72c9cff0149e 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.