Author: manuel
Date: 2006-05-01 12:13:18 -0600 (Mon, 01 May 2006)
New Revision: 7576
Modified:
trunk/BOOK/chapter06/udev.xml
Log:
Look fix for PDF output.
Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml 2006-05-01 18:12:26 UTC (rev 7575)
+++ trunk/BOOK/chapter06/udev.xml 2006-05-01 18:13:18 UTC (rev 7576)
@@ -107,7 +107,8 @@
<para>Install the documentation that explains how to create Udev
rules:</para>
-<screen><userinput>install -m644 -D -v docs/writing_udev_rules/index.html
/usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
+<screen><userinput>install -m644 -D -v docs/writing_udev_rules/index.html \
+ /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
<important>
@@ -143,7 +144,7 @@
bug = open("/dev/bug", O_WRONLY | O_APPEND);
if (bug == -1)
return 0;
- setenv("_SEPARATOR", "--------------------------------------", 1);
+ setenv("_SEPARATOR", "-------------------------------", 1);
argz_create(environ, &envz, &len);
argz_stringify(envz, len, '\n');
envz[len-1]='\n';
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page