1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:07:47 +00:00

Base: Render checksum man page synopsis using a multi-line code block

This is consistent with other man pages and makes the synopsis render
correctly in the terminal.
This commit is contained in:
Tim Ledbetter 2023-07-06 06:13:20 +01:00 committed by Jelle Raaijmakers
parent b707a7f57a
commit 9aaf516bdd

View file

@ -4,10 +4,12 @@ checksum - helper program for calculating checksums
## Synopsis ## Synopsis
`$ md5sum [options...] <file...>` ```**sh
`$ sha1sum [options...] <file...>` $ md5sum [options...] <file...>
`$ sha256sum [options...] <file...>` $ sha1sum [options...] <file...>
`$ sha512sum [options...] <file...>` $ sha256sum [options...] <file...>
$ sha512sum [options...] <file...>
```
## Description ## Description