coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] doc: indicate the default algorithm in the sum(1) man page


From: Pádraig Brady
Subject: [PATCH] doc: indicate the default algorithm in the sum(1) man page
Date: Mon, 30 Aug 2021 10:24:34 +0100

* src/sum.c (usage): Indicate that -r (BSD algorithm) is the default.
---
 src/sum.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sum.c b/src/sum.c
index 018623d47..c66147edc 100644
--- a/src/sum.c
+++ b/src/sum.c
@@ -68,7 +68,7 @@ Print checksum and block counts for each FILE.\n\
 
       fputs (_("\
 \n\
-  -r              use BSD sum algorithm, use 1K blocks\n\
+  -r              use BSD sum algorithm (the default), use 1K blocks\n\
   -s, --sysv      use System V sum algorithm, use 512 bytes blocks\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]