From bae960d798b18f96a9d40d90ce0d70fc67d13fdf Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:22:05 +0900 Subject: [PATCH 1/2] extensions.md: mark hashsum as deprecated --- docs/src/extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 6a479ad6565..41c5312d2b5 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -47,12 +47,12 @@ packages. `rm` can display a progress bar when the `-g`/`--progress` flag is set. -## `hashsum` +## `hashsum` (deprecated) This utility does not exist in GNU coreutils. `hashsum` is a utility that supports computing the checksums with several algorithms. The flags and options are identical to the `*sum` family of utils (`sha1sum`, `sha256sum`, `b2sum`, -etc.). +etc.). This utility will be removed in the future and advised to use `cksum --untagged` instead. ## `b3sum` From cdcc7f75260406c35e9bbfaa3ff47f2b5b435369 Mon Sep 17 00:00:00 2001 From: E <79379754+oech3@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:31:17 +0900 Subject: [PATCH 2/2] extensions.md: Fix typo Co-authored-by: Daniel Hofstetter --- docs/src/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/extensions.md b/docs/src/extensions.md index 41c5312d2b5..10601de76fb 100644 --- a/docs/src/extensions.md +++ b/docs/src/extensions.md @@ -52,7 +52,7 @@ packages. This utility does not exist in GNU coreutils. `hashsum` is a utility that supports computing the checksums with several algorithms. The flags and options are identical to the `*sum` family of utils (`sha1sum`, `sha256sum`, `b2sum`, -etc.). This utility will be removed in the future and advised to use `cksum --untagged` instead. +etc.). This utility will be removed in the future and it is advised to use `cksum --untagged` instead. ## `b3sum`