mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +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
|
@ -22,3 +22,7 @@ On success, returns 0. Otherwise, returns -1 and `errno` is set.
|
|||
* `EINVAL`: `peer_pid` is invalid, or `shared_buffer_id` is not a valid ID.
|
||||
* `EPERM`: The calling process does not have access to the buffer with `shared_buffer_id`.
|
||||
* `ESRCH`: No process with PID `peer_pid` is found.
|
||||
|
||||
## See also
|
||||
|
||||
* [`create_shared_buffer`(2)](create_shared_buffer.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue