From f8fb286a8490bd6430ede32847ff8356eddd7084 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Mon, 2 Aug 2004 03:07:42 +0000 Subject: [PATCH] Document incorrect handling of multibyte characters with -I and -J options. --- usr.bin/xargs/xargs.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index bfafea02d7b..57f2c031d44 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -37,7 +37,7 @@ .\" $FreeBSD$ .\" $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 .Os .Sh NAME @@ -312,3 +312,12 @@ size of the environment is increased, it risks .Xr execvp 3 failing with .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.