Revision tags: release/5.0.0_cvs, release/5.0.0 |
|
#
57bd0fc6 |
| 27-Dec-2002 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
english(4) police.
|
#
5a9a189b |
| 23-Dec-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: most -mdoc macros can take multiple arguments.
|
#
330d23f5 |
| 21-Dec-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Add the -P option which executes multiple copies of the specified utility in parallel. Idea from GNU xargs.
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
893305fe |
| 22-Jun-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
When giving an example that relies on shell expansion/globbing, don't use a replstr for -J that will be interpereted by the shell.
MFC after: 1 day
|
#
6fc8ba94 |
| 11-Jun-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Note that this appeared at least as early as PWB UNIX.
Use the literal string 'PWB UNIX', as we still have no .At macro for it.
|
#
809a3054 |
| 30-May-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: punctuation, miscellaneous.
|
#
5706d2e8 |
| 15-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Fix a "tiny and squeeby and little" markup mistake.
Submitted by: fenner
|
#
305e39f4 |
| 05-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
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 -
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
show more ...
|
#
943e8414 |
| 02-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
A markup fix, and document -R as non-standard.
|
#
b50a7286 |
| 02-May-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
Make -J a proper flag internal to the code (rather than just check for use of replstr and lack of Iflag), and add -R, which when given with -I controls the number of arguments on which replacement wi
Make -J a proper flag internal to the code (rather than just check for use of replstr and lack of Iflag), and add -R, which when given with -I controls the number of arguments on which replacement will be done.
Some people happen to think it's idiotic to limit to 5 arguments, so let the user override it if they like.
show more ...
|
#
fc17b349 |
| 20-Apr-2002 |
Juli Mallett <jmallett@FreeBSD.org> |
After 3 months...
Merge xargs(1) with that of xMach.
Bring in xargs(1) changes to add -L and -I as per the Single Unix Specification version 3. Proper exit status numbers are implemented, and the
After 3 months...
Merge xargs(1) with that of xMach.
Bring in xargs(1) changes to add -L and -I as per the Single Unix Specification version 3. Proper exit status numbers are implemented, and the manual page has been updated to reflect reality.
The code has been ANSIfied, and a new file has been added to xargs(1) to do the substring substitution as SUSv3 requires.
Traditional behaviour should not be affected, use of -J should be deprecated in favor of the more portable -I (though -J has been left, for now).
Submitted by: me, tjr (the exit status stuff) Obtained from: xMach
show more ...
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
ffb9c240 |
| 05-Jul-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Spelling police: extention -> extension.
|
#
8d904f15 |
| 15-May-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Add a -J replstr option that allows the user to tell xargs to insert the data read from standard input at a specific point in the command line arguments rather than at the end.
Submitted by: dd, gad
Add a -J replstr option that allows the user to tell xargs to insert the data read from standard input at a specific point in the command line arguments rather than at the end.
Submitted by: dd, gad Reviewed by: gad, brian
show more ...
|
#
a9bc34c8 |
| 02-May-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Alphabetize command-line options in the synopsis.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
471b9c33 |
| 13-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Fixed typo and markup in rev.1.11.
|
#
c42584e8 |
| 11-Apr-2001 |
Brian Somers <brian@FreeBSD.org> |
o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K. o Mention that the current environment is part of the -s calculation. o Add a BUGS section that warns against executing a program that increases th
o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K. o Mention that the current environment is part of the -s calculation. o Add a BUGS section that warns against executing a program that increases the size of the argument list or the size of the environment.
I have wondered for a while what the difference is between
get a big list | xargs sudo command
which fails and
get a big list | sudo xargs command
which succeeds. The answer is that in the first case, sudo expands the environment and pushes the amount of data passed into execve over the E2BIG threshold.
show more ...
|
#
f4ddfb38 |
| 27-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
9b88faec |
| 19-Dec-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
8fe908ef |
| 20-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: use the new features of the Nm macro.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
5e8eb81a |
| 26-Mar-2000 |
Philippe Charnier <charnier@FreeBSD.org> |
Use .Xr
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
#
3be5f1f5 |
| 12-Jul-1999 |
Nik Clayton <nik@FreeBSD.org> |
Add $Id$, to make it simpler for members of the translation teams to track.
The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage
Add $Id$, to make it simpler for members of the translation teams to track.
The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so;
.\" $Id$ .\"
If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted.
Approved by: bde
show more ...
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6 |
|
#
749f6a29 |
| 13-Dec-1997 |
Daniel O'Callaghan <danny@FreeBSD.org> |
Submitted by: Peter Hawkins <peter@clari.net.au> Spelling police.
|
Revision tags: release/2.2.5_cvs |
|
#
a51024e2 |
| 27-Aug-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Use err(3) instead of local redefinition.
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
#
d9198881 |
| 01-Nov-1996 |
Warner Losh <imp@FreeBSD.org> |
Reviewed by: Warner Losh <imp@village.org> Submitted by: Marc Slemko <marcs@znep.com> Obtained from: OpenBSD
Add -0 for reading the results of find -0.
|