summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger.14
-rw-r--r--doc/ledger3.texi2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1
index 619f6c45..8c502cfa 100644
--- a/doc/ledger.1
+++ b/doc/ledger.1
@@ -1,4 +1,4 @@
-.Dd November 30, 2023
+.Dd December 13, 2023
.Dt LEDGER 1
.Os
.Sh NAME
@@ -642,7 +642,7 @@ metadata value, according to the hashing algorithm given by the
argument. Supported algorithms are
.Ar sha512
or
-.Ar sha512_256
+.Ar sha512_half
where both use SHA512, but the latter only stores the first half of
the hash value.
.Pp
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 123b589d..f6cc6230 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -6770,7 +6770,7 @@ The support algorithms are:
@table @code
@item sha512
Use the SHA512 hashing algorithm.
-@item sha512_256
+@item sha512_half
Same as SHA512, but record only the first 256 bits.
@end table