[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] xargs.1: clarify 'echo' as the default command
From: |
Bernhard Voelker |
Subject: |
[PATCH] xargs.1: clarify 'echo' as the default command |
Date: |
Sun, 31 Jan 2021 12:21:35 +0100 |
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.
---
xargs/xargs.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xargs/xargs.1 b/xargs/xargs.1
index 66dcfde0..60ef0bef 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -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
--
2.30.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] xargs.1: clarify 'echo' as the default command,
Bernhard Voelker <=