mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
xargs.1: clarify 'echo' as the default command
The default command changed from '/bin/echo' to 'echo' in version 4.5.11, but the commit 804ff7b90e only adjusted the Texinfo manual. * xargs/xargs.1 (.SH DESCRIPTION): Change the default command here in the man page as well.
This commit is contained in:
parent
692800525b
commit
b6783f8470
@ -18,7 +18,7 @@ protected with double or single quotes or a backslash) or newlines,
|
||||
and executes the
|
||||
.I command
|
||||
(default is
|
||||
.IR /bin/echo )
|
||||
.IR echo )
|
||||
one or more times with any
|
||||
.I initial-arguments
|
||||
followed by items read from standard input. Blank lines on the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user