From d659bf4682be1f5468bd95ebf3aad123a8f28404 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 18 Nov 2013 23:44:37 +0000 Subject: Minor editorial changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/groff.xml | 2 +- chapter06/kernfs.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/groff.xml b/chapter06/groff.xml index dcc790c4a..7aaef076b 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -61,7 +61,7 @@ Install the package: -mkdir -p /usr/share/doc/groff-1.22/pdf +mkdir -pv /usr/share/doc/groff-1.22/pdf make install Some documentation programs, such as xman, diff --git a/chapter06/kernfs.xml b/chapter06/kernfs.xml index 3e8d6d332..bfd583455 100644 --- a/chapter06/kernfs.xml +++ b/chapter06/kernfs.xml @@ -22,7 +22,7 @@ Begin by creating directories onto which the file systems will be mounted: -mkdir -v $LFS/{dev,proc,sys} +mkdir -pv $LFS/{dev,proc,sys} Creating Initial Device Nodes @@ -107,7 +107,7 @@ mount -vt sysfs sysfs $LFS/sys if [ -h $LFS/dev/shm ]; then link=$(readlink $LFS/dev/shm) - mkdir -p $LFS/$link + mkdir -pv $LFS/$link mount -vt tmpfs shm $LFS/$link unset link else -- cgit v1.2.3-54-g00ecf