From cc2cc29db8540fd03ff3e05be9ff84d91e497706 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 22 Apr 2015 11:59:18 +0200 Subject: [PATCH] boot.7: srcfix Signed-off-by: Michael Kerrisk --- man7/boot.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man7/boot.7 b/man7/boot.7 index d126e1b92..a165417c7 100644 --- a/man7/boot.7 +++ b/man7/boot.7 @@ -93,7 +93,8 @@ or When the kernel is loaded, it initializes various components of the computer and operating system; each portion of software responsible for such a task is usually consider "a \fBdriver\fR" for -the applicable component. The kernel starts the virtual memory +the applicable component. +The kernel starts the virtual memory swapper (it is a kernel process, called "kswapd" in a modern Linux kernel), and mounts some filesystem at the root path, .IR / .