logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: b3e1cc1fac9b318619e7a00e673d9b1522a23575
parent b0c17723d0d52c646f0ca11b7c5aeb34446fd194
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 30 Jun 2025 19:36:01 +0200

cmd/echo.1: History for -e and -E

Diffstat:

Mcmd/echo.16++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/cmd/echo.1 b/cmd/echo.1 @@ -69,5 +69,11 @@ writes a octet of value 1. Should be compliant with the IEEE Std 1003.1-2024 (“POSIX.1”) specification. +.Sh HISTORY +Support for +.Fl e +and +.Fl E +options was added in utils-std 0.0.3. .Sh AUTHORS .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me