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
commit 8fbcfa934a
Notes: sideshowbarker 2024-07-19 11:50:34 +09:00
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)