diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-02-14 12:18:22 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-02-14 12:18:22 +0000 |
commit | 61f2fad5f6478d562e655ea494d160e372785f58 (patch) | |
tree | 5ad0330e8e47825f2b2b0161eecdce0cd294acb3 /usr.bin/xargs | |
parent | f887e9ab02f70e5fdceb4ee61003e5aa81929513 (diff) |
Document that -0 is an non-standard extension (sad but true).
ok millert@
Diffstat (limited to 'usr.bin/xargs')
-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 f422d4ec2f6..6561347d313 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xargs.1,v 1.15 2005/09/12 09:44:59 jmc Exp $ +.\" $OpenBSD: xargs.1,v 1.16 2006/02/14 12:18:21 otto Exp $ .\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -316,7 +316,7 @@ utility is expected to be .St -p1003.2 compliant. The -.Fl J , o , P , R +.Fl 0, J , o , P , R and .Fl r options are non-standard |