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:
parent
30437b0936
commit
8fbcfa934a
4 changed files with 16 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue