1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:17:36 +00:00

Base: Unify synopsis format in manpages

This commit is contained in:
Linus Groh 2021-02-20 15:56:45 +01:00 committed by Andreas Kling
parent 5bc82c0185
commit b80b6ffca0
9 changed files with 18 additions and 10 deletions

View file

@ -4,7 +4,9 @@ echo - print the given text
## Synopsis
`echo text...`
```**sh
$ echo text...
```
## Description