diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-05-02 03:29:38 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-05-02 03:29:38 +0000 |
commit | 0e7ff94734dd619195d8042982d5b46c7a2904a3 (patch) | |
tree | 9d9e2c8c439eb43cec7e1d92a95eadcce427276b /usr.bin/xargs | |
parent | 96a12743eb9e02581876e3fdd9fc785e1eebfbcd (diff) | |
download | FreeBSD-src-0e7ff94734dd619195d8042982d5b46c7a2904a3.zip FreeBSD-src-0e7ff94734dd619195d8042982d5b46c7a2904a3.tar.gz |
A markup fix, and document -R as non-standard.
Diffstat (limited to 'usr.bin/xargs')
-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 23a7798..d846b48 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 |