From 83dac9bd6f12829941f8caf83d3b101aa2d50c64 Mon Sep 17 00:00:00 2001
From: Arturs Artamonovs <dos21h@gmail.com>
Date: Tue, 14 Feb 2023 22:45:57 +0000
Subject: fix syscall table

---
 md/notes/syscalls.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/md/notes/syscalls.md b/md/notes/syscalls.md
index 31529f8..81a2240 100644
--- a/md/notes/syscalls.md
+++ b/md/notes/syscalls.md
@@ -17,7 +17,7 @@ Linux x86_64 syscall table
 </script>
 
 | N | Syscall | Params | RAX | RDI | RSI | RDX | R10 | R8 | R9 | 
-|---|---|---|---|---|---|---|---|---|---|---|
+|---|---|---|---|---|---|---|---|---|---|
 |0|sys_read|3|0x00|unsigned int fd|char *buf|size_t count||||
 |1|sys_write|3|0x01|unsigned int fd|const char *buf|size_t count||||
 |2|sys_open|3|0x02|const char *filename|int flags|int mode||||
@@ -381,4 +381,4 @@ line that should be syscall source code lines
 3. [http://syscalls.kernelgrok.com](http://syscalls.kernelgrok.com/)
 4. [http://man7.org](http://man7.org/linux/man-pages/man2/syscalls.2.html)
 5. [https://filippo.io](https://filippo.io/linux-syscall-table/)
-6. [https://fedora.juszkiewicz.com.pl/syscalls.html](https://fedora.juszkiewicz.com.pl/syscalls.html)
\ No newline at end of file
+6. [https://fedora.juszkiewicz.com.pl/syscalls.html](https://fedora.juszkiewicz.com.pl/syscalls.html)
-- 
cgit v1.2.3