diff options
author | Himbeer <himbeer@disroot.org> | 2024-07-02 14:39:55 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-07-02 14:39:55 +0200 |
commit | 0be49258d4e08570cb7fefa927be0fec4002f861 (patch) | |
tree | 9795b48c11f1e8e25099d127d968b873db37b857 /static | |
parent | 885073595dd2b01238cacc2eb9a927088d51285f (diff) |
Fix link to remove syscall page fragment
Diffstat (limited to 'static')
-rw-r--r-- | static/md/srvre/kernel/wiki/syscalls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/md/srvre/kernel/wiki/syscalls.md b/static/md/srvre/kernel/wiki/syscalls.md index 5fd4fc2..5c26b66 100644 --- a/static/md/srvre/kernel/wiki/syscalls.md +++ b/static/md/srvre/kernel/wiki/syscalls.md @@ -216,7 +216,7 @@ and support holding sub-resources. * `path_c` is a null-terminated POSIX path * `provideFn` is the callback to invoke when any "provide\*" syscall provides a direct sub-resource of this resource * `findFn` is the callback to invoke to get a sub-resource by name if it exists -* `removeFn` is the callback to invoke when the [remove](#remove) syscall removes a direct sub-resource of this resource +* `removeFn` is the callback to invoke when the [remove](#remove-100008) syscall removes a direct sub-resource of this resource remove (#100008) ---------------- |