Browse Source

Tags fix.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 years ago
parent
commit
e94165c26e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      chapter06/util-linux.xml

+ 2 - 1
chapter06/util-linux.xml

@@ -63,7 +63,8 @@ following patch to fix the problem:</para>
 <screen><userinput>patch -Np1 -i ../&util-linux-reiser_crash-patch;</userinput></screen>
 
 <para>Util-linux has a security vulnerability that could allow a user to remount
-a volume without the nosuid option. The following patch fixes this issue:</para>
+a volume without the <option>nosuid</option> option. The following patch fixes
+this issue:</para>
 
 <screen><userinput>patch -Np1 -i ../&util-linux-umount-patch;</userinput></screen>