1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18: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:
kleines Filmröllchen 2022-11-12 00:47:11 +01:00 committed by Jelle Raaijmakers
parent 6cddee98a9
commit 8ba4036bba
2 changed files with 26 additions and 1 deletions

View file

@ -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,