mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +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
|
||||
|
||||
`$ 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue