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

Base: Add some "See also" links to the man pages

We can do this now that we have link support in LibMarkdown and LibHTML ^)
This commit is contained in:
Sergey Bugaev 2019-10-02 22:39:45 +03:00 committed by Andreas Kling
parent 30437b0936
commit 8fbcfa934a
4 changed files with 16 additions and 0 deletions

View file

@ -17,3 +17,7 @@ Create a new empty directory at the given *path*.
```sh
$ mkdir /tmp/foo
```
## See also
* [`mkdir`(2)](../man2/mkdir.md)