diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-07 16:19:49 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-07 16:19:49 +0100 |
commit | 336a79a4521d964a5c2ed01d2e82d45b2d2a5d8a (patch) | |
tree | 066141a16a5b0094820bae3ed677f18a928ee78d /Base/usr/share/man/man1/TextEditor.md | |
parent | e37d9eabb149396721fdc23dc2e22cfa7a35f7bf (diff) | |
download | serenity-336a79a4521d964a5c2ed01d2e82d45b2d2a5d8a.zip |
Base: Consistently stylize arguments in man pages as inline code
Diffstat (limited to 'Base/usr/share/man/man1/TextEditor.md')
-rw-r--r-- | Base/usr/share/man/man1/TextEditor.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/TextEditor.md b/Base/usr/share/man/man1/TextEditor.md index 6decf1cca5..adb1670c9f 100644 --- a/Base/usr/share/man/man1/TextEditor.md +++ b/Base/usr/share/man/man1/TextEditor.md @@ -17,9 +17,9 @@ which allows automatic live rendering of HTML and Markdown documents. * `--preview-mode mode`: Preview mode, one of 'none', 'html', 'markdown', 'auto' -## Arguments: +## Arguments -* file: File to edit +* `file`: File to edit ## Examples |