From 2c558d69142518406359993201a4e9d979236857 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 1 May 2006 18:13:18 +0000 Subject: Look fix for PDF output. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter06/udev.xml') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 94b3a8ba6..94178b8a2 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -107,7 +107,8 @@ ln -sv /proc/kcore /lib/udev/devices/core Install the documentation that explains how to create Udev rules: -install -m644 -D -v docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html +install -m644 -D -v docs/writing_udev_rules/index.html \ + /usr/share/doc/udev-&udev-version;/index.html @@ -143,7 +144,7 @@ int main(int argc, char * argv[]) 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'; -- cgit v1.2.3-54-g00ecf