diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-04 23:12:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-04 23:12:49 +0000 |
commit | b44601f51cf6f4d55bb050dffd5c154f0ca92f01 (patch) | |
tree | 9f866f15c3089b3c5586e44ccf55875e21d3357d /usr.bin/xargs | |
parent | 2132655450ff089b1adba4900cd4a6728b391ce4 (diff) |
xargs -I and -L are XPG4, not POSIX; ok jmc@
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 46f458b5bf4..00a76bec8e8 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xargs.1,v 1.23 2009/10/22 12:35:53 sobrado Exp $ +.\" $OpenBSD: xargs.1,v 1.24 2010/02/04 23:12:48 schwarze Exp $ .\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)xargs.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: October 22 2009 $ +.Dd $Mdocdate: February 4 2010 $ .Dt XARGS 1 .Os .Sh NAME @@ -318,8 +318,16 @@ utility is compliant with the specification. .Pp The flags +.Fl I +and +.Fl L +are compliant with the +.St -xpg4 +specification. +.Pp +The flags .Op Fl 0JoPRr -are extensions to that specification. +are extensions to those specifications. .Pp The meanings of the 123, 124, and 125 exit values were taken from .Tn GNU |