mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Utilities: Partially revert 9ec2b37
This removed checks for missing manpages, which we now need again as the manpages are checked again.
This commit is contained in:
parent
4e6898c5cc
commit
112642a262
1 changed files with 12 additions and 0 deletions
|
@ -26,6 +26,18 @@
|
||||||
static bool is_missing_file_acceptable(String const& filename)
|
static bool is_missing_file_acceptable(String const& filename)
|
||||||
{
|
{
|
||||||
const StringView acceptable_missing_files[] = {
|
const StringView acceptable_missing_files[] = {
|
||||||
|
// FIXME: Please write these manpages!
|
||||||
|
"/usr/share/man/man2/accept.md",
|
||||||
|
"/usr/share/man/man2/exec.md",
|
||||||
|
"/usr/share/man/man2/fcntl.md",
|
||||||
|
"/usr/share/man/man2/fork.md",
|
||||||
|
"/usr/share/man/man2/ioctl.md",
|
||||||
|
"/usr/share/man/man2/listen.md",
|
||||||
|
"/usr/share/man/man2/mmap.md",
|
||||||
|
"/usr/share/man/man2/mprotect.md",
|
||||||
|
"/usr/share/man/man2/open.md",
|
||||||
|
"/usr/share/man/man2/ptrace.md",
|
||||||
|
"/usr/share/man/man5/perfcore.md",
|
||||||
// These ones are okay:
|
// These ones are okay:
|
||||||
"/home/anon/js-tests/test-common.js",
|
"/home/anon/js-tests/test-common.js",
|
||||||
"/man1/index.html",
|
"/man1/index.html",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue