diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 21:56:24 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 21:56:24 +0000 |
commit | dcbd4000a882d12a2b4cb34121ad0719e3d17725 (patch) | |
tree | 584380d09979aedc8d0afd91fe11ed92cd8fd56e /chapter08 | |
parent | fc776bcf76a07c1e69be2c25be463963a758831d (diff) |
Switched </blockquote></literallayout> to match proper nesting:
</literallayout></blockquote>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/reboot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/reboot.xml b/chapter08/reboot.xml index 5eb644067..ab3abb3d8 100644 --- a/chapter08/reboot.xml +++ b/chapter08/reboot.xml @@ -11,7 +11,7 @@ chroot'ed environment first and unmount the LFS partition by running: <userinput>logout</userinput> <userinput>umount $LFS/proc &&</userinput> <userinput>umount $LFS</userinput> -</blockquote></literallayout> +</literallayout></blockquote> <para> And you can reboot your system by running something like: |