From 6d0863fff068350750c6b2597169799a494cffb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AB=E3=82=B7=E3=82=AA=E3=80=80=E9=87=91=E5=9F=8E?= =?UTF-8?q?=E3=80=80=E5=A4=A7=E9=96=A2?= <1224205+empjustine@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:12:29 -0300 Subject: [PATCH] fix: non-existing subroutine name --- tool/net/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/net/help.txt b/tool/net/help.txt index d286162fa..5ab5f5cef 100644 --- a/tool/net/help.txt +++ b/tool/net/help.txt @@ -4858,7 +4858,7 @@ UNIX MODULE Raised by accept, access, bind, chdir, chmod, chown, close, connect, copy_file_range, dup, fcntl, flock, fsync, futimesat, opendir, getpeername, getsockname, getsockopt, inotify_add_watch, - inotify_rm_watch, ioctl, link, listen, llseek, lseek, mkdir, mknod, + inotify_rm_watch, ioctl, link, listen, lseek, mkdir, mknod, mmap, open, prctl, read, readahead, readlink, recv, rename, select, send, shutdown, splice, stat, symlink, sync, sync_file_range, timerfd_create, truncate, unlink, utimensat, write.