neysx 06/03/30 08:41:58 Modified: gentoo-freebsd.xml Log: Commit fixes mentioned on #127477, this time saving the file before committing
Revision Changes Path 1.16 xml/htdocs/doc/en/gentoo-freebsd.xml 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 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 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 Index: gentoo-freebsd.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gentoo-freebsd.xml 28 Mar 2006 10:30:14 -0000 1.15 +++ gentoo-freebsd.xml 30 Mar 2006 08:41:57 -0000 1.16 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.15 2006/03/28 10:30:14 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.16 2006/03/30 08:41:57 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-freebsd.xml"> @@ -28,7 +28,7 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.2</version> +<version>2.3</version> <date>2006-03-24</date> <chapter> @@ -59,8 +59,8 @@ <body> <p> -<uri link="proj/en/gentoo-alt/bsd/fbsd/">Gentoo/FreeBSD</uri> is a subproject of the -<uri link="proj/en/gentoo-alt/">Gentoo/Alt project</uri>, with the goal of providing +<uri link="/proj/en/gentoo-alt/bsd/fbsd/">Gentoo/FreeBSD</uri> is a subproject of the +<uri link="/proj/en/gentoo-alt/">Gentoo/Alt project</uri>, with the goal of providing a fully-capable FreeBSD operating system featuring the design sensibilities known from Gentoo Linux, like the init system and the portage package management system. </p> @@ -184,7 +184,7 @@ </p> <pre caption="Remounting a partition in read-write mode"> -# <i>ount -u -o rw /mnt/ufs.1</i> +# <i>mount -u -o rw /mnt/ufs.1</i> </pre> @@ -320,8 +320,8 @@ <note> When building a kernel, you should use the command "make WERROR=NO_WERROR" because the Gentoo/FreeBSD developers have not yet been able to patch out all -occurences of -Werror and the currently used GCC doesn't accept FreeBSD's -extensions to the printf() funktion. +occurrences of -Werror and the currently used GCC doesn't accept FreeBSD's +extensions to the printf() function. </note> <p> -- [email protected] mailing list
