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:
parent
b707a7f57a
commit
9aaf516bdd
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue