Skip to content

Commit ca68b3d

Browse files
authored
Merge pull request #17 from Sreeharij/master
fix minor errors
2 parents d06bb5f + 660062a commit ca68b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/resources/linux-epoll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Every file descriptor in Linux (sockets, pipes, character devices, etc.) exposes
153153
:::
154154

155155

156-
### **The Kernel [Callback](#callback)**: `ep_poll_callback()`
156+
### The Kernel [Callback](#callback): `ep_poll_callback()` {#epoll-callback}
157157

158158
- Once a file descriptor is registered with epoll, the kernel associates it with an internal callback. When the state of that file descriptor changes—for example, when new data arrives (`POLLIN`) or buffer space becomes available (`POLLOUT`)—the kernel invokes its own internal epoll callback function, `ep_poll_callback()`.
159159
- This callback:

0 commit comments

Comments
 (0)