commit: 754748f3ca1a9ec51c3c16dd92a2dc7432490b73
parent bc25fcef6b812b8a30e5739d8829b4b11e695399
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 6 Apr 2025 05:09:05 +0200
cmd/*.1*: document extensions history between 0.0.1 and 0.0.2
Diffstat:
2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/cmd/chmod.1 b/cmd/chmod.1
@@ -1,7 +1,7 @@
.\" utils-std: Collection of commonly available Unix tools
.\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: MPL-2.0
-.Dd March 06, 2025
+.Dd April 6, 2025
.Dt CHMOD 1
.Os
.Sh NAME
@@ -170,5 +170,14 @@ and
.Fl -reference
options are present for compatibility with other modern systems such as
BusyBox and GNU coreutils.
+.Sh HISTORY
+The
+.Fl c
+and
+.Fl v
+options were present in utils-std 0.0.1.
+The
+.Fl -reference
+option was added in utils-std 0.0.2.
.Sh AUTHORS
.An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me
diff --git a/cmd/date.1.in b/cmd/date.1.in
@@ -1,7 +1,7 @@
.\" utils-std: Collection of commonly available Unix tools
.\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
.\" SPDX-License-Identifier: MPL-2.0
-.Dd 2024-07-25
+.Dd April 6, 2025
.Dt DATE 1
.Os
.Sh NAME
@@ -147,5 +147,21 @@ and
options are inspired by FreeBSD and NetBSD.
.Pp
The %N and %:z formats are extensions inspired from GNU coreutils.
+.Pp
+The
+.Fl I
+option was added for compatibility with GNU coreutils, BusyBox, FreeBSD 12.0+.
+.Sh HISTORY
+The
+.Fl R ,
+.Fl d ,
+.Fl f ,
+.Fl j ,
+and
+.Fl r
+options were present in utils-std 0.0.1.
+The
+.Fl I
+option and %N and %:z formats were added in utils-std 0.0.2.
.Sh AUTHORS
.An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me