From owner-cvs-all Sat May 4 23:42:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42E7F37B405; Sat, 4 May 2002 23:42:45 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g456gjT73726; Sat, 4 May 2002 23:42:45 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205050642.g456gjT73726@freefall.freebsd.org> From: "J. Mallett" Date: Sat, 4 May 2002 23:42:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.1 xargs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/04 23:42:45 PDT Modified files: usr.bin/xargs xargs.1 xargs.c Log: Modify the -p implementation to use a user's locale, so they can respond to the prompt in their native language. Also make the prompt fit what POSIX asks for (?...). This should not affect use of -p with yes(1) [as every locale I know of matches 'y' as YESEXPR as well], but that's what -t is for anyway. -p is meant to be really used interactively. Submitted by: tjr, jmallett Revision Changes Path 1.19 +3 -1 src/usr.bin/xargs/xargs.1 1.33 +60 -12 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message