diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-09-11 14:06:29 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-11 15:17:44 +0200 |
commit | f2ba7ac9353558b8d4f89155113adee5dd3304c9 (patch) | |
tree | 682e59b526dccc6968bad7233c290cc01051f296 /Base/usr/share/man/man1/less.md | |
parent | 6fe82889fbf260f49af054eaa5e5b3fa3fed4475 (diff) | |
download | serenity-f2ba7ac9353558b8d4f89155113adee5dd3304c9.zip |
Base: Fix Markdown formatting in links to man pages
A quick grep revealed these stats (counting only the first occurrence
per line):
`thing`(1): 154
`thing(1)`: 9
thing(1): 4
This commit converts all occurrences to the `thing`(1) format.
Diffstat (limited to 'Base/usr/share/man/man1/less.md')
-rw-r--r-- | Base/usr/share/man/man1/less.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/less.md b/Base/usr/share/man/man1/less.md index fb2ad84e60..3ce6a66b63 100644 --- a/Base/usr/share/man/man1/less.md +++ b/Base/usr/share/man/man1/less.md @@ -74,5 +74,5 @@ All other characters are treated normally. ## See Also -* [more(1)](more.md) For a simpler pager that less implements. -* [man(1)](man.md) For serenity's manual pager, that uses less. +* [`more`(1)](more.md) For a simpler pager that less implements. +* [`man`(1)](man.md) For serenity's manual pager, that uses less. |