diff --git a/LDP/howto/docbook/Flash-Memory-HOWTO.xml b/LDP/howto/docbook/Flash-Memory-HOWTO.xml index f8836038..d34e8aa2 100644 --- a/LDP/howto/docbook/Flash-Memory-HOWTO.xml +++ b/LDP/howto/docbook/Flash-Memory-HOWTO.xml @@ -2,7 +2,7 @@ -
+
@@ -288,7 +288,7 @@ Users of this document might want to acquaint themselves with the following: - + This document leans heavily on the texts marked with an asterisk diff --git a/LDP/howto/docbook/LDP-Reviewer-HOWTO.xml b/LDP/howto/docbook/LDP-Reviewer-HOWTO.xml index 4417ea6f..028a579d 100644 --- a/LDP/howto/docbook/LDP-Reviewer-HOWTO.xml +++ b/LDP/howto/docbook/LDP-Reviewer-HOWTO.xml @@ -1,6 +1,6 @@ -
+
Linux Documentation Project Reviewer HOWTO @@ -144,7 +144,7 @@ When reviewing newly submitted documents, refer to the and portions of this guide for the types of information to verify and correct. As a reviewer, you will need to check the documents out of the CVS - + Alternatively, if you've obtained the file from the Review Coordinator, or are unfamiliar with CVS, you can return the changes to the coordinator for further handling. diff --git a/LDP/howto/docbook/Linux-i386-Boot-Code-HOWTO.xml b/LDP/howto/docbook/Linux-i386-Boot-Code-HOWTO.xml index 0066d731..a309f297 100644 --- a/LDP/howto/docbook/Linux-i386-Boot-Code-HOWTO.xml +++ b/LDP/howto/docbook/Linux-i386-Boot-Code-HOWTO.xml @@ -3,7 +3,7 @@ -
+
@@ -469,7 +469,7 @@ SECTIONS zImage - + zImage alias: compressed; @@ -478,7 +478,7 @@ SECTIONS @$(MAKE) -C arch/i386/boot zImage - + "-C" is a MAKE command line option to change directory before reading makefiles; @@ -682,7 +682,7 @@ if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi tools/build: tools/build.c $(HOSTCC) $(HOSTCFLAGS) -o $@ $< -I$(TOPDIR)/include - + "$@" means target, "$<" means first prerequisite; Refer to GNU make: Automatic Variables; @@ -693,7 +693,7 @@ if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi bootsect: bootsect.o $(LD) -Ttext 0x0 -s --oformat binary bootsect.o - + "--oformat binary" asks for raw binary output, which is identical to the memory dump of the executable; @@ -804,7 +804,7 @@ if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi - vmlinux + vmlinux Target vmlinux here is different from that defined in linux/Makefile; @@ -829,7 +829,7 @@ if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi misc.o $(CC) $(CFLAGS) -DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) - -c misc.c"subst" is a MAKE function; Refer to + -c misc.c"subst" is a MAKE function; Refer to GNU make: Functions for String Substitution and Analysis. @@ -2692,7 +2692,7 @@ asmlinkage int decompress_kernel(struct moveparams *mv, void *rmode) IDentification 2 1 139 (0x8b, \213) - + ID2 value can be 158 (0x9e, \236) for gzip 0.5; @@ -2720,7 +2720,7 @@ asmlinkage int decompress_kernel(struct moveparams *mv, void *rmode) eXtra FLags 1 2 - compressor used maximum compression, slowest algorithm - + XFL value 4 - compressor used fastest algorithm; @@ -2736,7 +2736,7 @@ asmlinkage int decompress_kernel(struct moveparams *mv, void *rmode) - - variable length, field indicated by FLG - + FLG bit 0, FTEXT, does not indicate any "extra field". diff --git a/LDP/howto/docbook/PA-RISC-Linux-Boot-HOWTO.xml b/LDP/howto/docbook/PA-RISC-Linux-Boot-HOWTO.xml index f965d155..b457db61 100644 --- a/LDP/howto/docbook/PA-RISC-Linux-Boot-HOWTO.xml +++ b/LDP/howto/docbook/PA-RISC-Linux-Boot-HOWTO.xml @@ -266,7 +266,8 @@ With the release of &PA; architecture in &D; 3.0 (aka Woody), a major improvement was made in term of quantity and quality of hardware support. - Since 0.9.3 releasedBefore the first release of Debian on hppa, + Since 0.9.3 released + Before the first release of Debian on hppa, there has been unofficial releases of Woody snapshots, entitled "&PL; releases", and numbered 0.x. Immediately after the release of Woody, the &PL; port switched to the normal Debian numbering scheme. In other words, @@ -1065,7 +1066,8 @@ BOOT_ADMIN> boot lan isl (both have a userland application and a boot loader executable), it's worth mentioning that &PO; doesn't usually need to be called every time you build and install a new kernel, as - LILO doesFor the knowledge addict: + LILO does + For the knowledge addict: &PO; can actually access and read ext2/ext3 filesystem, and therefore follow symlinks, whereas LILO bootloader will only know the physical disk address to access the kernel. See diff --git a/LDP/howto/docbook/Secure-CVS-Pserver.xml b/LDP/howto/docbook/Secure-CVS-Pserver.xml index 5547f4c0..4d703eab 100644 --- a/LDP/howto/docbook/Secure-CVS-Pserver.xml +++ b/LDP/howto/docbook/Secure-CVS-Pserver.xml @@ -2,7 +2,7 @@ -
+
Secure CVS Pserver Mini-HOWTO @@ -271,7 +271,7 @@ Limit coredumpsize 0 The file READERS is a list of users who have read-only access to the CVS repository. People with write access are listed in the file WRITERS. Read the cvs - manual info cvs, if you have the stand-alone + manual info cvs, if you have the stand-alone info viewer installed on your system for more information on these files. diff --git a/LDP/howto/docbook/TimeSys-Linux-Install-HOWTO.xml b/LDP/howto/docbook/TimeSys-Linux-Install-HOWTO.xml index 41e4fbb6..f648defe 100644 --- a/LDP/howto/docbook/TimeSys-Linux-Install-HOWTO.xml +++ b/LDP/howto/docbook/TimeSys-Linux-Install-HOWTO.xml @@ -3,7 +3,7 @@ -
+
@@ -19,7 +19,7 @@ 2005-04-05 - + 1.0 2005-04-05 @@ -146,12 +146,12 @@ - Red Hat Linux 9 Other Linux distributions are compatible with TimeSys Linux, but I find that RHL9 is the most TimeSys-friendly. + Red Hat Linux 9 Other Linux distributions are compatible with TimeSys Linux, but I find that RHL9 is the most TimeSys-friendly. - TimeSys Linux 4.1 Build 155 for the generic Pentium Other versions should work, of course, but this is the one I tested. Note, too, that TimeSys may occasionally update its kernel with security fixes, so obtaining the most recent build is recommended. + TimeSys Linux 4.1 Build 155 for the generic Pentium Other versions should work, of course, but this is the one I tested. Note, too, that TimeSys may occasionally update its kernel with security fixes, so obtaining the most recent build is recommended. @@ -245,7 +245,7 @@ # make dep - # make bzImage If you get errors about not finding i586-linux-gcc, edit the Makefile and comment out the line about CROSS_COMPILE. + # make bzImage If you get errors about not finding i586-linux-gcc, edit the Makefile and comment out the line about CROSS_COMPILE. # make modules # make modules_install # make install @@ -270,7 +270,7 @@ - # rpmbuild -ba rpm.spec If your system can't find rpmbuild, you may need to install the rpm-build package first. + # rpmbuild -ba rpm.spec If your system can't find rpmbuild, you may need to install the rpm-build package first. diff --git a/LDP/howto/docbook/XFree-Local-multi-user-HOWTO.xml b/LDP/howto/docbook/XFree-Local-multi-user-HOWTO.xml index b6b577c7..51c1c851 100644 --- a/LDP/howto/docbook/XFree-Local-multi-user-HOWTO.xml +++ b/LDP/howto/docbook/XFree-Local-multi-user-HOWTO.xml @@ -164,7 +164,7 @@ but on the web page of it's author, the pioneer Miguel Freitas. So Backstreet Ruby brings to the current stable Linux kernel (Linux-2.4) the enhanced input subsystem and the ability to use multiple graphic cards and multiple keyboards independently, in order to make multiple local XFree users on a single PC system possible. You can have multiple independent graphic cards and multiple independent mice, but in order for multiple users to interact with the system, they do need independent keyboards as well. Multiple independent keyboards is the feature that Linux-2.4 (and in the future Linux-2.6) lacks, and this is what Backstreet Ruby adds to the stable Linux kernel Linux-2.4. The entire work on back porting Ruby to Linux-2.4 is done by Aivils Stoss. Aivils.Stoss (at) unibanka.lv - Aivils got recently his hands on Ruby, and now Ruby is fully functional + Aivils got recently his hands on Ruby, and now Ruby is fully functional All the features in Backstreet Ruby are included ( "/proc " interface & hot-plugging, video hack, ...), support for Framebuffer devices, support for single Framebuffer console which takes over the VGA console (support for multiple independent Framebuffer consoles is not yet implemented) too, so if you prefer the Linux-2.6 kernel you might use Ruby instead of Linux-2.4 + Backstreet Ruby. Visit his web site for more information on the patch itself, on the current status, how to build a kernel using his patch or how to build modified XFree86 server. diff --git a/LDP/howto/docbook/XWindow-User-HOWTO.xml b/LDP/howto/docbook/XWindow-User-HOWTO.xml index 1aecbe0b..ea90e74a 100644 --- a/LDP/howto/docbook/XWindow-User-HOWTO.xml +++ b/LDP/howto/docbook/XWindow-User-HOWTO.xml @@ -33,11 +33,10 @@ -v4.02010-01-12cyConverted to XML docbook and to the new domain. +v4.0 + 2010-01-12 + cy + Converted to XML docbook and to the new domain. v3.1 2002-10-10 @@ -73,7 +72,7 @@ - +