summary refs log tree commit diff
path: root/linux.e
diff options
context:
space:
mode:
Diffstat (limited to 'linux.e')
-rw-r--r--linux.e6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux.e b/linux.e
index ce0b9b7..c7e9bb3 100644
--- a/linux.e
+++ b/linux.e
@@ -1,6 +1,6 @@
-~ ~~~~~~~~~~~~~~~~~~
-~ ~~ System calls ~~
-~ ~~~~~~~~~~~~~~~~~~
+~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~ ~~ System calls for the Linux kernel ~~
+~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~
 ~   The kernel preserves every register except rax, rcx, and r11. The system
 ~ call number goes in rax, as does the return value. Parameters go in rdi,