doc-el commit 728:40e31c51cdf8 - (en_US) PR: docs/127027 - Rewor...
freebsd-doc-el at lists.hellug.gr
freebsd-doc-el at lists.hellug.gr
Wed Sep 3 19:53:18 EEST 2008
changeset: 40e31c51cdf8
user: Manolis Kiagias <sonicy at otenet.gr>
date: 2008-09-03 18:58 +0300
details: http://hg.hellug.gr/freebsd/doc-el/el?cmd=changeset;node=40e31c51cdf8
description:
(en_US) PR: docs/127027 - Reword a paragraph in the arch handbook
diffstat:
1 file changed, 3 deletions(-)
en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml | 3 ---
diffs (17 lines):
diff -r 3f81edc20771 -r 40e31c51cdf8 en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml
--- a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml Wed Sep 03 17:56:34 2008 +0300
+++ b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml Wed Sep 03 18:58:11 2008 +0300
@@ -478,9 +478,10 @@
<sect1 id="boot-kernel">
<title>Kernel initialization</title>
- <para>To where exactly is the execution passed by the loader,
- i.e. what is the kernel's actual entry point. Let us take a
- look at the command that links the kernel:</para>
+ <para>Let us take a look at the command that links the kernel. This
+ will help us identify the exact location where the loader passes
+ execution to the kernel. This location is the kernel's actual entry
+ point.</para>
<programlisting><filename>sys/conf/Makefile.i386:</filename>
ld -elf -Bdynamic -T /usr/src/sys/conf/ldscript.i386 -export-dynamic \
More information about the Freebsd-doc-el
mailing list