Fix broken url

This commit is contained in:
User Infidel 2022-09-25 20:16:54 +07:00
parent 51e87c037c
commit 43d4bfca2f

View File

@ -11,7 +11,7 @@ To trace the function calls on FreeBSD based system use `truss()` instead of `st
The `kqueue_socket.c` is my attempt on create a socket watcher timer program using `kevent`.
- ![KQUEUE NETBSD GUIDE](https://wiki.netbsd.org/tutorials/kqueue_tutorial/)
- [KQUEUE NETBSD GUIDE](https://wiki.netbsd.org/tutorials/kqueue_tutorial/)
```