From 194d0c83e3273c6167830c29d9ba13ec57bfbcb6 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 6 Apr 2016 16:43:53 -0400 Subject: [PATCH] Fixing links in System Calls chapter to point to the right sub-pages --- SysCall/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SysCall/README.md b/SysCall/README.md index a5b0bb9..676cdd3 100644 --- a/SysCall/README.md +++ b/SysCall/README.md @@ -4,5 +4,5 @@ This chapter describes the `system call` concept in the linux kernel. * [Introduction to system call concept](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-1.html) - this part is introduction to the `system call` concept in the Linux kernel. * [How the Linux kernel handles a system call](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-2.html) - this part describes how the Linux kernel handles a system call from an userspace application. -* [vsyscall and vDSO](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-2.html) - third part describes `vsyscall` and `vDSO` concepts. -* [How the Linux kernel runs a program](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-3.html) - this part describes startup process of a program. +* [vsyscall and vDSO](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-3.html) - third part describes `vsyscall` and `vDSO` concepts. +* [How the Linux kernel runs a program](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-4.html) - this part describes startup process of a program.