changeset 31252:e78f6e2aa807

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 02 Oct 2022 09:00:28 -0400
parents f957849b2ba5 (current diff) 24247d13a44b (diff)
children a40c0b7aa376
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/system.txi	Sat Oct 01 09:21:52 2022 -0400
+++ b/doc/interpreter/system.txi	Sun Oct 02 09:00:28 2022 -0400
@@ -583,7 +583,7 @@
 
 Octave supplies the @code{hash} function to calculate hash values of
 strings and files, the latter in combination with the @code{fileread}
-function.  The @code{hash} function supports the most common used
-cryptographic hash functions, namely MD5 and SHA-1.
+function.  The @code{hash} function supports many commonly used hash
+methods.
 
 @DOCSTRING(hash)