summaryrefslogtreecommitdiff
path: root/usr.bin/xargs
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-06-04 06:48:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-06-04 06:48:34 +0000
commit47c4b6d4e31d67debab52b0ab7e84be72832a53b (patch)
tree2441930db3617244e4db932261b02394f58caa48 /usr.bin/xargs
parent843b96ae8898b8415f6dde38e57c1aa9fb8d98a1 (diff)
IL are marked xsi;
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r--usr.bin/xargs/xargs.117
1 files changed, 8 insertions, 9 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1
index f23db1e2dc5..68826a528d2 100644
--- a/usr.bin/xargs/xargs.1
+++ b/usr.bin/xargs/xargs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xargs.1,v 1.27 2013/08/14 06:32:30 jmc Exp $
+.\" $OpenBSD: xargs.1,v 1.28 2014/06/04 06:48:33 jmc 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: August 14 2013 $
+.Dd $Mdocdate: June 4 2014 $
.Dt XARGS 1
.Os
.Sh NAME
@@ -320,16 +320,15 @@ utility is compliant with the
specification.
.Pp
The flags
-.Fl I
-and
-.Fl L
-are compliant with the
-.St -xpg4
-specification.
+.Op Fl IL
+are marked by
+.St -p1003.1-2008
+as being an X/Open System Interfaces option.
.Pp
The flags
.Op Fl 0JoPRr
-are extensions to those specifications.
+are extensions to
+.St -p1003.1-2008 .
.Pp
The meanings of the 123, 124, and 125 exit values were taken from
.Tn GNU