Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: fix type error

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Denis Cheng and committed by
Adrian Bunk
33b13025 78b42c99

+1 -1
+1 -1
Documentation/filesystems/ramfs-rootfs-initramfs.txt
··· 118 118 with the new root (cd /newmount; mount --move . /; chroot .), attach 119 119 stdin/stdout/stderr to the new /dev/console, and exec the new init. 120 120 121 - Since this is a remarkably persnickity process (and involves deleting 121 + Since this is a remarkably persnickety process (and involves deleting 122 122 commands before you can run them), the klibc package introduced a helper 123 123 program (utils/run_init.c) to do all this for you. Most other packages 124 124 (such as busybox) have named this command "switch_root".