mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Document incorrect handling of multibyte characters with -I and -J options.
This commit is contained in:
parent
1f302e5357
commit
f8fb286a84
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132998
@ -37,7 +37,7 @@
|
|||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $
|
.\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd May 7, 2001
|
.Dd August 2, 2004
|
||||||
.Dt XARGS 1
|
.Dt XARGS 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -312,3 +312,12 @@ size of the environment is increased, it risks
|
|||||||
.Xr execvp 3
|
.Xr execvp 3
|
||||||
failing with
|
failing with
|
||||||
.Er E2BIG .
|
.Er E2BIG .
|
||||||
|
.Pp
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
utility does not take multibyte characters into account when performing
|
||||||
|
string comparisons for the
|
||||||
|
.Fl I
|
||||||
|
and
|
||||||
|
.Fl J
|
||||||
|
options, which may lead to incorrect results in some locales.
|
||||||
|
Loading…
Reference in New Issue
Block a user