diff options
author | John Wiegley <johnw@newartisans.com> | 2023-12-06 14:11:54 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2024-08-05 08:35:56 -0700 |
commit | 5195ba712c119008bf65f65a00fd4c70e68d4b6c (patch) | |
tree | ee612aa55e18ff49c3f70a20e2b75f40fb108739 | |
parent | ce9f55b1dfca35169f1384342e0f541bf9e1fa43 (diff) | |
download | fork-ledger-5195ba712c119008bf65f65a00fd4c70e68d4b6c.tar.gz fork-ledger-5195ba712c119008bf65f65a00fd4c70e68d4b6c.tar.bz2 fork-ledger-5195ba712c119008bf65f65a00fd4c70e68d4b6c.zip |
Update doc/ledger.1
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
-rw-r--r-- | doc/ledger.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index e8300cb5..619f6c45 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -642,7 +642,7 @@ metadata value, according to the hashing algorithm given by the argument. Supported algorithms are .Ar sha512 or -.Ar sh512_256 +.Ar sha512_256 where both use SHA512, but the latter only stores the first half of the hash value. .Pp |