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 | |
parent | e37d9eabb149396721fdc23dc2e22cfa7a35f7bf (diff) | |
download | serenity-336a79a4521d964a5c2ed01d2e82d45b2d2a5d8a.zip |
Base: Consistently stylize arguments in man pages as inline code
Diffstat (limited to 'Base/usr')
-rw-r--r-- | Base/usr/share/man/man1/Inspector.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/Playground.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/Profiler.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/TextEditor.md | 4 | ||||
-rw-r--r-- | Base/usr/share/man/man1/groups.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/jp.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/ls.md | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/Base/usr/share/man/man1/Inspector.md b/Base/usr/share/man/man1/Inspector.md index 30dd6ba86c..47309d8175 100644 --- a/Base/usr/share/man/man1/Inspector.md +++ b/Base/usr/share/man/man1/Inspector.md @@ -10,7 +10,7 @@ $ Inspector [pid] ## Arguments -* pid: Process ID to inspect +* `pid`: Process ID to inspect ## Description diff --git a/Base/usr/share/man/man1/Playground.md b/Base/usr/share/man/man1/Playground.md index ef633e39b5..fea3b7c54c 100644 --- a/Base/usr/share/man/man1/Playground.md +++ b/Base/usr/share/man/man1/Playground.md @@ -10,7 +10,7 @@ $ Playground [file] ## Arguments -* file: Path of GML file to load +* `file`: Path of GML file to load ## Description diff --git a/Base/usr/share/man/man1/Profiler.md b/Base/usr/share/man/man1/Profiler.md index d6f2c6e96e..d71c3bb130 100644 --- a/Base/usr/share/man/man1/Profiler.md +++ b/Base/usr/share/man/man1/Profiler.md @@ -29,7 +29,7 @@ Profiler can also load performance information from previously created ## Arguments -* perfcore-file: Path of perfcore file to load +* `perfcore-file`: Path of perfcore file to load ## Examples 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 diff --git a/Base/usr/share/man/man1/groups.md b/Base/usr/share/man/man1/groups.md index 2edb8f819a..b285f15a11 100644 --- a/Base/usr/share/man/man1/groups.md +++ b/Base/usr/share/man/man1/groups.md @@ -16,7 +16,7 @@ If no username is provided group memberships are listed for current user. ## Arguments -* username: username to list group memberships for +* `username`: username to list group memberships for ## Examples diff --git a/Base/usr/share/man/man1/jp.md b/Base/usr/share/man/man1/jp.md index 185038ff29..42407c02b6 100644 --- a/Base/usr/share/man/man1/jp.md +++ b/Base/usr/share/man/man1/jp.md @@ -21,7 +21,7 @@ If no *path* argument is provided stdin is used. ## Arguments -* path: file to pretty-print +* `path`: file to pretty-print ## Examples diff --git a/Base/usr/share/man/man1/ls.md b/Base/usr/share/man/man1/ls.md index 3baaac844f..edeecae4cc 100644 --- a/Base/usr/share/man/man1/ls.md +++ b/Base/usr/share/man/man1/ls.md @@ -34,7 +34,7 @@ If no *path* argument is provided the current working directory is used. ## Arguments -* path: Directory to list +* `path`: Directory to list ## Examples |