logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 2af647c13e7c32b5409762d07665e2b85137dd69
parent 256208f4afde06008cdd653c89f37f21c4f5586c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  9 Mar 2025 07:54:13 +0100

cmd/*.1: use standard mdoc date format instead of ISO

Not a fan of this at all as ISO is much easier to generate & parse,
but otherwise outside of mandoc the current date gets printed

Command used:
for i in cmd/*.1; do d=$(git log -n 1 --format='@%at' "$i"); Dd=$(date -d "$d" '+%B %d, %Y'); sed -i "s;^.Dd .*;.Dd ${Dd};" "$i"; done

Diffstat:

Mcmd/arch.12+-
Mcmd/base64.12+-
Mcmd/basename.12+-
Mcmd/cat.12+-
Mcmd/chmod.12+-
Mcmd/chown.12+-
Mcmd/chroot.12+-
Mcmd/cksum.12+-
Mcmd/cmp.12+-
Mcmd/cut.12+-
Mcmd/df.12+-
Mcmd/dirname.12+-
Mcmd/echo.12+-
Mcmd/env.12+-
Mcmd/false.12+-
Mcmd/head.12+-
Mcmd/id.12+-
Mcmd/install.12+-
Mcmd/link.12+-
Mcmd/ln.12+-
Mcmd/logname.12+-
Mcmd/mkdir.12+-
Mcmd/mkfifo.12+-
Mcmd/mknod.12+-
Mcmd/mktemp.12+-
Mcmd/mv.12+-
Mcmd/nice.12+-
Mcmd/nohup.12+-
Mcmd/nproc.12+-
Mcmd/pathchk.12+-
Mcmd/pwd.12+-
Mcmd/readlink.12+-
Mcmd/realpath.12+-
Mcmd/renice.12+-
Mcmd/rm.12+-
Mcmd/rmdir.12+-
Mcmd/seq.12+-
Mcmd/sha1sum.12+-
Mcmd/sha256sum.12+-
Mcmd/sha512sum.12+-
Mcmd/shuf.12+-
Mcmd/sleep.12+-
Mcmd/split.12+-
Mcmd/strings.12+-
Mcmd/sync.12+-
Mcmd/tee.12+-
Mcmd/time.12+-
Mcmd/timeout.12+-
Mcmd/true.12+-
Mcmd/truncate.12+-
Mcmd/tty.12+-
Mcmd/uname.12+-
Mcmd/uniq.12+-
Mcmd/unlink.12+-
Mcmd/wc.12+-
Mcmd/which.12+-
Mcmd/whoami.12+-
Mcmd/yes.12+-
58 files changed, 58 insertions(+), 58 deletions(-)

diff --git a/cmd/arch.1 b/cmd/arch.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: 0BSD -.Dd 2024-04-11 +.Dd November 06, 2024 .Dt ARCH 1 .Os .Sh NAME diff --git a/cmd/base64.1 b/cmd/base64.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 2023-11-01 +.Dd October 12, 2024 .Dt BASE64 1 .Os .Sh NAME diff --git a/cmd/basename.1 b/cmd/basename.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 2024-07-28 +.Dd October 12, 2024 .Dt BASENAME 1 .Os .Sh NAME diff --git a/cmd/cat.1 b/cmd/cat.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 2022-02-13 +.Dd January 17, 2025 .Dt CAT 1 .Os .Sh NAME 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 2024-03-12 +.Dd March 06, 2025 .Dt CHMOD 1 .Os .Sh NAME diff --git a/cmd/chown.1 b/cmd/chown.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 2024-04-27 +.Dd October 31, 2024 .Dt CHOWN 1 .Os .Sh NAME diff --git a/cmd/chroot.1 b/cmd/chroot.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 2023-08-04 +.Dd October 31, 2024 .Dt CHROOT 1 .Os .Sh NAME diff --git a/cmd/cksum.1 b/cmd/cksum.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 2024-08-13 +.Dd August 12, 2024 .Dt CKSUM 1 .Os .Sh NAME diff --git a/cmd/cmp.1 b/cmd/cmp.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 2024-05-02 +.Dd July 25, 2024 .Dt CMP 1 .Os .Sh NAME diff --git a/cmd/cut.1 b/cmd/cut.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 2024-08-24 +.Dd September 12, 2024 .Dt CUT 1 .Os .Sh NAME diff --git a/cmd/df.1 b/cmd/df.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 2024-03-31 +.Dd September 02, 2024 .Dt DF 1 .Os .Sh NAME diff --git a/cmd/dirname.1 b/cmd/dirname.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: 0BSD -.Dd 2021-04-05 +.Dd November 06, 2024 .Dt DIRNAME 1 .Os .Sh NAME diff --git a/cmd/echo.1 b/cmd/echo.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 2024-03-18 +.Dd October 31, 2024 .Dt ECHO 1 .Os .Sh NAME diff --git a/cmd/env.1 b/cmd/env.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 2022-04-19 +.Dd November 09, 2024 .Dt ENV 1 .Os .Sh NAME diff --git a/cmd/false.1 b/cmd/false.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: 0BSD -.Dd 2022-02-13 +.Dd September 17, 2024 .Dt FALSE 1 .Os .Sh NAME diff --git a/cmd/head.1 b/cmd/head.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 2024-05-27 +.Dd September 09, 2024 .Dt HEAD 1 .Os .Sh NAME diff --git a/cmd/id.1 b/cmd/id.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 2023-10-02 +.Dd July 25, 2024 .Dt ID 1 .Os .Sh NAME diff --git a/cmd/install.1 b/cmd/install.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 2024-05-01 +.Dd October 31, 2024 .Dt INSTALL 1 .Os .Sh NAME diff --git a/cmd/link.1 b/cmd/link.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: 0BSD -.Dd 2022-04-22 +.Dd November 06, 2024 .Dt LINK 1 .Os .Sh NAME diff --git a/cmd/ln.1 b/cmd/ln.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 2024-04-28 +.Dd January 22, 2025 .Dt LN 1 .Os .Sh NAME diff --git a/cmd/logname.1 b/cmd/logname.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: 0BSD -.Dd 2024-03-27 +.Dd November 06, 2024 .Dt LOGNAME 1 .Os .Sh NAME diff --git a/cmd/mkdir.1 b/cmd/mkdir.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 2024-04-08 +.Dd July 25, 2024 .Dt MKDIR 1 .Os .Sh NAME diff --git a/cmd/mkfifo.1 b/cmd/mkfifo.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 2024-04-23 +.Dd July 25, 2024 .Dt MKFIFO 1 .Os .Sh NAME diff --git a/cmd/mknod.1 b/cmd/mknod.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 2024-04-21 +.Dd October 31, 2024 .Dt MKNOD 1 .Os .Sh NAME diff --git a/cmd/mktemp.1 b/cmd/mktemp.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 2024-09-20 +.Dd March 06, 2025 .Dt MKTEMP 1 .Os .Sh NAME diff --git a/cmd/mv.1 b/cmd/mv.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 2024-05-10 +.Dd November 10, 2024 .Dt MV 1 .Os .Sh NAME diff --git a/cmd/nice.1 b/cmd/nice.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 2024-04-18 +.Dd October 31, 2024 .Dt NICE 1 .Os .Sh NAME diff --git a/cmd/nohup.1 b/cmd/nohup.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 2024-04-15 +.Dd October 31, 2024 .Dt NOHUP 1 .Os .Sh NAME diff --git a/cmd/nproc.1 b/cmd/nproc.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 2023-10-02 +.Dd October 12, 2024 .Dt NPROC 1 .Os .Sh NAME diff --git a/cmd/pathchk.1 b/cmd/pathchk.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 2024-04-19 +.Dd July 25, 2024 .Dt PATHCHK 1 .Os .Sh NAME diff --git a/cmd/pwd.1 b/cmd/pwd.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 2024-03-16 +.Dd November 09, 2024 .Dt PWD 1 .Os .Sh NAME diff --git a/cmd/readlink.1 b/cmd/readlink.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 2024-04-24 +.Dd July 25, 2024 .Dt READLINK 1 .Os .Sh NAME diff --git a/cmd/realpath.1 b/cmd/realpath.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 2024-03-24 +.Dd September 27, 2024 .Dt REALPATH 1 .Os .Sh NAME diff --git a/cmd/renice.1 b/cmd/renice.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 2024-09-08 +.Dd September 08, 2024 .Dt RENICE 1 .Os .Sh NAME diff --git a/cmd/rm.1 b/cmd/rm.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 2024-03-20 +.Dd October 31, 2024 .Dt RM 1 .Os .Sh NAME diff --git a/cmd/rmdir.1 b/cmd/rmdir.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 2024-08-30 +.Dd August 30, 2024 .Dt RMDIR 1 .Os .Sh NAME diff --git a/cmd/seq.1 b/cmd/seq.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 2024-03-14 +.Dd October 12, 2024 .Dt SEQ 1 .Os .Sh NAME diff --git a/cmd/sha1sum.1 b/cmd/sha1sum.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 2024-08-15 +.Dd October 31, 2024 .Dt SHA1SUM 1 .Os .Sh NAME diff --git a/cmd/sha256sum.1 b/cmd/sha256sum.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 2024-08-15 +.Dd October 21, 2024 .Dt SHA256SUM 1 .Os .Sh NAME diff --git a/cmd/sha512sum.1 b/cmd/sha512sum.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 2024-08-15 +.Dd October 21, 2024 .Dt SHA512SUM 1 .Os .Sh NAME diff --git a/cmd/shuf.1 b/cmd/shuf.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 2025-01-06 +.Dd January 17, 2025 .Dt SHUF 1 .Os .Sh NAME diff --git a/cmd/sleep.1 b/cmd/sleep.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 2022-11-19 +.Dd July 25, 2024 .Dt SLEEP 1 .Os .Sh NAME diff --git a/cmd/split.1 b/cmd/split.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 2024-08-16 +.Dd August 16, 2024 .Dt SPLIT 1 .Os .Sh NAME diff --git a/cmd/strings.1 b/cmd/strings.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 2024-09-09 +.Dd October 31, 2024 .Dt STRINGS 1 .Os .Sh NAME diff --git a/cmd/sync.1 b/cmd/sync.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 2024-07-28 +.Dd November 23, 2024 .Dt SYNC 1 .Os .Sh NAME diff --git a/cmd/tee.1 b/cmd/tee.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 2024-03-16 +.Dd July 25, 2024 .Dt TEE 1 .Os .Sh NAME diff --git a/cmd/time.1 b/cmd/time.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 2022-12-01 +.Dd October 31, 2024 .Dt TIME 1 .Os .Sh NAME diff --git a/cmd/timeout.1 b/cmd/timeout.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 2024-07-22 +.Dd July 22, 2024 .Dt TIMEOUT 1 .Os .Sh NAME diff --git a/cmd/true.1 b/cmd/true.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: 0BSD -.Dd 2022-02-13 +.Dd September 17, 2024 .Dt TRUE 1 .Os .Sh NAME diff --git a/cmd/truncate.1 b/cmd/truncate.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 2024-04-23 +.Dd October 12, 2024 .Dt TRUNCATE 1 .Os .Sh NAME diff --git a/cmd/tty.1 b/cmd/tty.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: 0BSD -.Dd 2024-03-16 +.Dd November 06, 2024 .Dt TTY 1 .Os .Sh NAME diff --git a/cmd/uname.1 b/cmd/uname.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 2024-04-21 +.Dd December 07, 2024 .Dt UNAME 1 .Os .Sh NAME diff --git a/cmd/uniq.1 b/cmd/uniq.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 2024-05-02 +.Dd January 22, 2025 .Dt UNIQ 1 .Os .Sh NAME diff --git a/cmd/unlink.1 b/cmd/unlink.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: 0BSD -.Dd 2022-05-10 +.Dd November 06, 2024 .Dt UNLINK 1 .Os .Sh NAME diff --git a/cmd/wc.1 b/cmd/wc.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 2024-04-24 +.Dd July 25, 2024 .Dt WC 1 .Os .Sh NAME diff --git a/cmd/which.1 b/cmd/which.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 2024-05-29 +.Dd October 12, 2024 .Dt WHICH 1 .Os .Sh NAME diff --git a/cmd/whoami.1 b/cmd/whoami.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 2024-12-07 +.Dd December 07, 2024 .Dt WHOAMI 1 .Os .Sh NAME diff --git a/cmd/yes.1 b/cmd/yes.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 2024-04-12 +.Dd October 12, 2024 .Dt YES 1 .Os .Sh NAME