diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 17:04:24 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-11 17:04:24 +0000 |
commit | 58c4a181a7b976d00e554089d5d2533274a2d4b6 (patch) | |
tree | 938f2ad1e855d3aed3e83356f946caa5e1b16832 /chapter01 | |
parent | cddcb23c37df150cbfb3dd711d091e4cb9b26203 (diff) |
Added a patch to the Procps instructions to fix a unicode related issue in the watch program
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 32fca329c..c483a4f6c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-10-11</para> <itemizedlist> <listitem> + <para>[randy] - Added a patch to the Procps instructions to fix a + unicode related issue in the watch program.</para> + </listitem> + <listitem> <para>[randy] - Added documentation installation commands to the Chapter 6 Kbd instructions.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 1e08a87a6..249739402 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -283,6 +283,10 @@ </listitem> <listitem> + <para>&procps-watch-patch;</para> + </listitem> + + <listitem> <para>&readline-fixes-patch;</para> </listitem> |