summaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-08-12 07:10:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-08-12 07:10:57 +0000
commit8b2aa71727816346e142b645790f164e29c98fe6 (patch)
tree8c8351d904573121ccce6274cd3ca8b7cb64ba9d /usr.bin/xargs
parent295bd70c6d836b601037dbae156e7ced66ba599b (diff)
a variation of netbsd -r1.18:
PR/34182 from der Mouse -- clarify -0 option
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/xargs.15
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index 5478695cd2b..2c31bc54d98 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xargs.1,v 1.18 2006/07/24 14:43:59 bernd Exp $
+.\" $OpenBSD: xargs.1,v 1.19 2006/08/12 07:10:56 jmc Exp $
.\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -97,7 +97,8 @@ Change
to expect NUL
.Pq Ql \e0
characters as separators, instead of spaces and newlines.
-This is expected to be used in concert with the
+The quoting mechanisms described above are not performed.
+This option is expected to be used in concert with the
.Fl print0
function in
.Xr find 1 .