1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +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

@ -21,3 +21,7 @@ If a region is successfully created, `create_shared_buffer()` stores a pointer t
* `EINVAL`: `size` is zero or negative.
* `EFAULT`: `buffer` is not a valid address.
## See also
* [`share_buffer_with`(2)](share_buffer_with.md)