From 6244867b111d65e69048f42c0ca8fd03f2d66f1e Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Wed, 12 May 2010 19:17:17 +0000 Subject: [PATCH] xargs does not support the -f flag --- man/man1/xargs.1 | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/man/man1/xargs.1 b/man/man1/xargs.1 index a331b75c1..7e69847d2 100644 --- a/man/man1/xargs.1 +++ b/man/man1/xargs.1 @@ -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. -- 2.44.0