Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: prelink-howto.xml
Date: Tue, 25 Apr 2006 10:39:45
Message-Id: 200604251039.k3PAdjnP025532@robin.gentoo.org
1 neysx 06/04/25 10:39:44
2
3 Modified: prelink-howto.xml
4 Log:
5 Removed trailing spaces
6
7 Revision Changes Path
8 1.39 xml/htdocs/doc/en/prelink-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/prelink-howto.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/prelink-howto.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/prelink-howto.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo
13
14 Index: prelink-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v
17 retrieving revision 1.38
18 retrieving revision 1.39
19 diff -u -r1.38 -r1.39
20 --- prelink-howto.xml 25 Apr 2006 10:39:04 -0000 1.38
21 +++ prelink-howto.xml 25 Apr 2006 10:39:44 -0000 1.39
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.38 2006/04/25 10:39:04 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.39 2006/04/25 10:39:44 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 <guide link="/doc/en/prelink-howto.xml">
28 <title>Gentoo Linux Prelink Guide</title>
29 @@ -48,7 +48,7 @@
30 On most systems, libraries are not changed very often and when a program is
31 run, the operations taken to link the program are the same every time.
32 Prelink takes advantage of this by carrying out the linking and storing it
33 -in the executable, in effect prelinking it.
34 +in the executable, in effect prelinking it.
35 </p>
36
37 <p>
38 @@ -108,7 +108,7 @@
39 <body>
40
41 <p>
42 -First you need to install the <c>prelink</c> tool. The emerge process
43 +First you need to install the <c>prelink</c> tool. The emerge process
44 automatically verifies that your system can prelink safely.
45 </p>
46
47 @@ -163,7 +163,7 @@
48 </pre>
49
50 <p>
51 -Unfortunately you cannot prelink files that were compiled by old versions
52 +Unfortunately you cannot prelink files that were compiled by old versions
53 of binutils. Most of these applications come from pre-compiled, binary
54 only packages which are installed in <path>/opt</path>. Making the
55 following file will tell prelink not to attempt to prelink them.
56 @@ -215,14 +215,14 @@
57 <tr>
58 <th>-m</th>
59 <ti>
60 - Conserve the virtual memory space. This is needed if you
61 + Conserve the virtual memory space. This is needed if you
62 have a lot of libraries that need to be prelinked.
63 </ti>
64 </tr>
65 <tr>
66 <th>-R</th>
67 <ti>
68 - Random -- randomize the address ordering, this enhances
69 + Random -- randomize the address ordering, this enhances
70 security against buffer overflows.
71 </ti>
72 </tr>
73 @@ -288,7 +288,7 @@
74 wouldn't speed up MS Windows executables anyway.
75 </li>
76 <li>
77 - The library in media-video/mjpegtools,
78 + The library in media-video/mjpegtools,
79 <path>/usr/lib/liblavfile-1.6.so.0</path>.
80 </li>
81 <li>
82 @@ -355,14 +355,14 @@
83
84 <p>
85 In order to prelink on a system with grsecurity using a
86 -randomized mmap() base, it is necessary to turn "randomized mmap()
87 +randomized mmap() base, it is necessary to turn "randomized mmap()
88 base" OFF for <path>/lib/ld-2.3.*.so</path>. This can be done with
89 the <c>chpax</c> utility, but it must be done when the file is not
90 in use (f.i. boot from a rescue CD).
91 </p>
92
93 </body>
94 -</section>
95 +</section>
96 </chapter>
97
98 <chapter>
99
100
101
102 --
103 gentoo-doc-cvs@g.o mailing list