# HG changeset patch # User Arun Giridhar # Date 1664715628 14400 # Node ID e78f6e2aa807f9a97930059410c3f8f5ff1b8165 # Parent f957849b2ba52e5f4245f8259a1d2f7abfff20bf# Parent 24247d13a44b6c50ed6a9d43a5af02195061ef1c maint: Merge stable to default diff -r f957849b2ba5 -r e78f6e2aa807 doc/interpreter/system.txi --- 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)