소스 검색

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 년 전
부모
커밋
58f1a365cd
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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>