aboutsummaryrefslogtreecommitdiffstats
path: root/man7/boot.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-04-22 11:59:18 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-04-22 12:04:26 +0200
commitcc2cc29db8540fd03ff3e05be9ff84d91e497706 (patch)
treef3d89bcbcce55fc6c57cf0d0a37f177e0997bc49 /man7/boot.7
parent1dea597b7a333c6a8fb073494c14fc643b80dcfa (diff)
downloadman-pages-cc2cc29db8540fd03ff3e05be9ff84d91e497706.tar.gz
boot.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/boot.7')
-rw-r--r--man7/boot.73
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/boot.7 b/man7/boot.7
index d126e1b92f..a165417c7b 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 / .