diff options
author | 2006-08-12 07:10:56 +0000 | |
---|---|---|
committer | 2006-08-12 07:10:56 +0000 | |
commit | 3d6cdda9b58366f7886d70c819c29bf977dc223c (patch) | |
tree | a22d74be7d64fea682f44b6eaee9bde45f9fc45c | |
parent | the delorme earthmate is NOT a HID (UQ_BAD_HID) (diff) | |
download | wireguard-openbsd-3d6cdda9b58366f7886d70c819c29bf977dc223c.tar.xz wireguard-openbsd-3d6cdda9b58366f7886d70c819c29bf977dc223c.zip |
a variation of netbsd -r1.18:
PR/34182 from der Mouse -- clarify -0 option
-rw-r--r-- | usr.bin/xargs/xargs.1 | 5 |
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 . |