]> Zhao Yanbai Git Server - minix.git/commitdiff
xargs does not support the -f flag
authorErik van der Kouwe <erik@minix3.org>
Wed, 12 May 2010 19:17:17 +0000 (19:17 +0000)
committerErik van der Kouwe <erik@minix3.org>
Wed, 12 May 2010 19:17:17 +0000 (19:17 +0000)
man/man1/xargs.1

index a331b75c1779d8af42249c3b75a90bdb3c95e257..7e69847d2109ea3d4f32fe111631925bb132e775 100644 (file)
@@ -76,21 +76,6 @@ Any single character, including newlines, may be escaped by a backslash.
 .PP
 The options are as follows:
 .TP
-.B \-f
-Force
-.B xargs
-to ignore the exit status returned by
-.IR utility .
-By default,
-.B xargs
-will exit immediately if
-.I utility
-exits with a non-zero exit status.
-This does not include ignoring
-.I utility
-exiting due to a signal or without calling
-.BR exit (2).
-.TP
 .BI \-n " number"
 Set the maximum number of arguments taken from standard input for each
 invocation of the utility.