diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2003-02-26 22:44:32 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2003-02-26 22:44:32 +0000 |
commit | 3c6751676670a847160f0a5bdc21f64ebd199c99 (patch) | |
tree | 4b1d452404f0fffbfd12afd91b7dd078d75bdc70 /usr.bin/xargs/xargs.1 | |
parent | 08f16c7ae48d209be8bd14515fed791411d2223c (diff) | |
download | src-3c6751676670a847160f0a5bdc21f64ebd199c99.tar.gz src-3c6751676670a847160f0a5bdc21f64ebd199c99.zip |
Notes
Diffstat (limited to 'usr.bin/xargs/xargs.1')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index bba7aa24ecbe..7c2f70bd3959 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -211,6 +211,9 @@ No commands are executed if the process is not attached to a terminal. Specify the maximum number of arguments that .Fl I will do replacement in. +If +.Ar replacements +is negative, the number of arguments in which to replace is unbounded. .It Fl s Ar size Set the maximum number of bytes for the command line length provided to .Ar utility . |