diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index fb79877b5..ea4c1ae26 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,25 @@
-->
+
+ 2015-02-09
+
+
+ [Chris] - Added --docdir switch to Chapter 6 Bison to
+ put docs in versioned directory.
+
+
+
+
+
+ 2015-02-08
+
+
+ [Chris] - Updated FHS URL to new location.
+
+
+
+
2015-02-06
diff --git a/chapter06/acl.xml b/chapter06/acl.xml
index 875aff701..d725c69bb 100644
--- a/chapter06/acl.xml
+++ b/chapter06/acl.xml
@@ -97,7 +97,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so<
chacl, getfacl, and setacl
libacl.{a,so}
- /usr/include/acl, /usr/share/doc/acl-&acl-version;
+ /usr/include/acl and /usr/share/doc/acl-&acl-version;
@@ -140,7 +140,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libacl.so) /usr/lib/libacl.so<
libacl
- Contains the Acl API functions
+ Contains the library functions for manipulating Access Control Lists
libacl
diff --git a/chapter06/attr.xml b/chapter06/attr.xml
index cef60100d..1822ade4e 100644
--- a/chapter06/attr.xml
+++ b/chapter06/attr.xml
@@ -92,7 +92,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so
attr, getfattr, and setattr
libattr.{a,so}
- /usr/include/attr, /usr/share/doc/attr-&attr-version;
+ /usr/include/attr and /usr/share/doc/attr-&attr-version;
@@ -134,7 +134,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so
libattr
- Contains the Attr API functions
+ Contains the libbrary functions for manipulating extended attributes
libattr
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index b565cf766..af13eef5d 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -42,7 +42,7 @@
Prepare Bison for compilation:
-./configure --prefix=/usr
+./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;