Skip to content

Commit 014b62c

Browse files
committed
Fix markdown formatting
1 parent 83ac4c4 commit 014b62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ Not all `open()`-style syscalls have been implemented yet.
6363

6464
The following syscalls are intercepted:
6565

66-
[x] [openat](https://man7.org/linux/man-pages/man2/openat.2.html)
67-
[x] [openat2](https://man7.org/linux/man-pages/man2/openat2.2.html)
68-
[ ] [open](https://man7.org/linux/man-pages/man2/open.2.html)
66+
- [x] [openat](https://man7.org/linux/man-pages/man2/openat.2.html)
67+
- [x] [openat2](https://man7.org/linux/man-pages/man2/openat2.2.html)
68+
- [ ] [open](https://man7.org/linux/man-pages/man2/open.2.html)
6969

7070
Note that if programs use the glibc wrapper for `open` system calls, they often go through an actual `openat()` system call, so it might sometimes seem like more system calls are intercepted than are actually implemented.

0 commit comments

Comments
 (0)