mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:57:36 +00:00
Base: Add accept(2) man page
This man page was referenced from some places. This is mostly a condensed version of the POSIX behavior that the system call implementation already has, only documenting the obviously visible errors (in source code) we do actually report.
This commit is contained in:
parent
6cddee98a9
commit
8ba4036bba
2 changed files with 26 additions and 1 deletions
|
@ -30,7 +30,6 @@ static bool is_missing_file_acceptable(String const& filename)
|
|||
{
|
||||
const StringView acceptable_missing_files[] = {
|
||||
// FIXME: Please write these manpages!
|
||||
"/usr/share/man/man2/accept.md"sv,
|
||||
"/usr/share/man/man2/exec.md"sv,
|
||||
"/usr/share/man/man2/fcntl.md"sv,
|
||||
"/usr/share/man/man2/fork.md"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue