aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter06/udev.xml2
-rw-r--r--general.ent4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index f78ab1cec..1978037f8 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -105,7 +105,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<para>Create some rules that work around broken sysfs attribute creation
timing in linux-2.6.15:</para>
-<screen><userinput>cat &gt;&gt; /etc/udev/rules.d/10-wait_for_sysfs.rules &lt;&lt; "EOF"
+<screen><userinput>cat &gt; /etc/udev/rules.d/10-wait_for_sysfs.rules &lt;&lt; "EOF"
ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"
ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address"
EOF</userinput></screen>
diff --git a/general.ent b/general.ent
index 30a6a6814..2305eee06 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060415">
-<!ENTITY releasedate "April 15, 2006">
+<!ENTITY version "SVN-20060416">
+<!ENTITY releasedate "April 16, 2006">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->