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
`$ md5sum [options...] <file...>`
`$ sha1sum [options...] <file...>`
`$ sha256sum [options...] <file...>`
`$ sha512sum [options...] <file...>`
```**sh
$ md5sum [options...] <file...>
$ sha1sum [options...] <file...>
$ sha256sum [options...] <file...>
$ sha512sum [options...] <file...>
```
## Description