Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-freebsd.xml
Date: Thu, 30 Mar 2006 08:41:44
Message-Id: 200603300841.k2U8fxxQ027459@robin.gentoo.org
1 neysx 06/03/30 08:41:58
2
3 Modified: gentoo-freebsd.xml
4 Log:
5 Commit fixes mentioned on #127477, this time saving the file before committing
6
7 Revision Changes Path
8 1.16 xml/htdocs/doc/en/gentoo-freebsd.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo
13
14 Index: gentoo-freebsd.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- gentoo-freebsd.xml 28 Mar 2006 10:30:14 -0000 1.15
21 +++ gentoo-freebsd.xml 30 Mar 2006 08:41:57 -0000 1.16
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.15 2006/03/28 10:30:14 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.16 2006/03/30 08:41:57 neysx Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/gentoo-freebsd.xml">
29 @@ -28,7 +28,7 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>2.2</version>
34 +<version>2.3</version>
35 <date>2006-03-24</date>
36
37 <chapter>
38 @@ -59,8 +59,8 @@
39 <body>
40
41 <p>
42 -<uri link="proj/en/gentoo-alt/bsd/fbsd/">Gentoo/FreeBSD</uri> is a subproject of the
43 -<uri link="proj/en/gentoo-alt/">Gentoo/Alt project</uri>, with the goal of providing
44 +<uri link="/proj/en/gentoo-alt/bsd/fbsd/">Gentoo/FreeBSD</uri> is a subproject of the
45 +<uri link="/proj/en/gentoo-alt/">Gentoo/Alt project</uri>, with the goal of providing
46 a fully-capable FreeBSD operating system featuring the design sensibilities known from
47 Gentoo Linux, like the init system and the portage package management system.
48 </p>
49 @@ -184,7 +184,7 @@
50 </p>
51
52 <pre caption="Remounting a partition in read-write mode">
53 -# <i>ount -u -o rw /mnt/ufs.1</i>
54 +# <i>mount -u -o rw /mnt/ufs.1</i>
55 </pre>
56
57
58 @@ -320,8 +320,8 @@
59 <note>
60 When building a kernel, you should use the command "make WERROR=NO_WERROR"
61 because the Gentoo/FreeBSD developers have not yet been able to patch out all
62 -occurences of -Werror and the currently used GCC doesn't accept FreeBSD's
63 -extensions to the printf() funktion.
64 +occurrences of -Werror and the currently used GCC doesn't accept FreeBSD's
65 +extensions to the printf() function.
66 </note>
67
68 <p>
69
70
71
72 --
73 gentoo-doc-cvs@g.o mailing list