mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27: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:
parent
30437b0936
commit
8fbcfa934a
4 changed files with 16 additions and 0 deletions
|
@ -18,3 +18,7 @@ Create a new empty directory at the given *path* using the given *mode*.
|
|||
|
||||
If the directory was created successfully, `mkdir()` returns 0. Otherwise,
|
||||
it returns -1 and sets `errno` to describe the error.
|
||||
|
||||
## See also
|
||||
|
||||
* [`mkdir`(1)](../man1/mkdir.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue