Browse Source

Changed wording describing inotify patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7712 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 19 years ago
parent
commit
58f1a365cd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      chapter06/linux-libc-headers.xml

+ 2 - 1
chapter06/linux-libc-headers.xml

@@ -43,7 +43,8 @@
     which was designed to maintain an API stable version of the Linux
     headers.</para>
 
-    <para>Add a header that is needed by some applications:</para>
+    <para>Add a header that can be used by some applications to add additional
+    functionality:</para>
 
 <screen><userinput>patch -Np1 -i ../&linux-inotify-patch;</userinput></screen>