Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2002 23:42:45 -0700 (PDT)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/xargs xargs.1 xargs.c
Message-ID:  <200205050642.g456gjT73726@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205050642.g456gjT73726>