diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-30 03:24:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-30 03:24:29 +0000 |
commit | 58f1a365cdd31a152ae04f0dfc3f3d7a1f052371 (patch) | |
tree | 82ddb66e0115dedad6f4f04fa1cde4c31537fa7e | |
parent | 7252591dfe9abab68d5ae2f45c2f4418a2a99c5b (diff) |
Changed wording describing inotify patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7712 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/linux-libc-headers.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/linux-libc-headers.xml b/chapter06/linux-libc-headers.xml index 5112746f5..13e91dcf4 100644 --- a/chapter06/linux-libc-headers.xml +++ b/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> |