diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter06/createfiles.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 5d7fe3ae4..4cd12a30e 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -156,7 +156,7 @@ sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen> timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg> <seg>libstdbuf.so</seg> - <seg>/usr/libexec/coreutils</seg> + <seg>/usr/lib/coreutils</seg> </seglistitem> </segmentedlist> diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 5139dce0f..4d7fcac31 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -47,9 +47,9 @@ sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la ln -sv bash /bin/sh</userinput></screen> <para>Historically, Linux maintains a list of the mounted file systems in the - file <filename>/etc/mtab</filename>. Modern kernels maintain this list + file <filename>/etc/mtab</filename>. Modern kernels maintain this list internally and exposes it to the user via the <filename - class="directory">/proc</filename> filesystem. To satisfy utilities that + class="directory">/proc</filename> filesystem. To satisfy utilities that expect the presence of <filename>/etc/mtab</filename>, create the following symbolic link:</para> |