diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-02 03:29:38 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-02 03:29:38 +0000 |
| commit | 943e8414339600aba2abfbb0e542f21ac10bd0f5 (patch) | |
| tree | 9d9e2c8c439eb43cec7e1d92a95eadcce427276b | |
| parent | b50a72861df8f200cea688cdf07be9679ed19c48 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xargs/xargs.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 23a7798a7d92..d846b48eba5f 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -200,7 +200,7 @@ causes the command to be executed, any other response causes it to be skipped. .It Fl R Ar replacements This option specifies the maximum number of arguments that -.Op I +.Fl I will do replacement in. .It Fl s Ar size Set the maximum number of bytes for the command line length provided to @@ -272,9 +272,11 @@ utility is expected to be compliant. The .Fl J -option is a non-standard +and +.Fl R +options are non-standard .Fx -extension which may not be available on other operating systems. +extensions which may not be available on other operating systems. .Sh BUGS If .Ar utility |
