svn commit: r53055 - head/fr_FR.ISO8859-1/books/handbook
Marc Fonvieille
blackend at FreeBSD.org
Sat May 25 11:53:53 UTC 2019
Author: blackend
Date: Sat May 25 11:53:52 2019
New Revision: 53055
URL: https://svnweb.freebsd.org/changeset/doc/53055
Log:
- MFen: 44332 --> 45698
- hook filesystems/chapter to the build
- Bump copyright years
Modified:
head/fr_FR.ISO8859-1/books/handbook/book.xml
head/fr_FR.ISO8859-1/books/handbook/chapters.ent
Modified: head/fr_FR.ISO8859-1/books/handbook/book.xml
==============================================================================
--- head/fr_FR.ISO8859-1/books/handbook/book.xml Sat May 25 11:51:03 2019 (r53054)
+++ head/fr_FR.ISO8859-1/books/handbook/book.xml Sat May 25 11:53:52 2019 (r53055)
@@ -9,7 +9,7 @@
The FreeBSD French Documentation Project
$FreeBSD$
- Original revision: 44332
+ Original revision: 45698
-->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="fr">
<info><title>Manuel FreeBSD</title>
@@ -43,6 +43,10 @@
<year>2013</year>
<year>2014</year>
<year>2015</year>
+ <year>2016</year>
+ <year>2017</year>
+ <year>2018</year>
+ <year>2019</year>
<holder>Groupe de Documentation FreeBSD</holder>
</copyright>
@@ -57,7 +61,7 @@
&tm-attrib.adobe;
&tm-attrib.apple;
&tm-attrib.creative;
- &tm-attrib.cvsup;
+ &tm-attrib.google;
&tm-attrib.heidelberger;
&tm-attrib.ibm;
&tm-attrib.ieee;
@@ -65,7 +69,6 @@
&tm-attrib.intuit;
&tm-attrib.linux;
&tm-attrib.lsilogic;
- &tm-attrib.m-systems;
&tm-attrib.microsoft;
&tm-attrib.opengroup;
&tm-attrib.oracle;
@@ -246,6 +249,8 @@
&chap.audit;
&chap.disks;
&chap.geom;
+ &chap.zfs;
+ &chap.filesystems;
&chap.vinum;
&chap.virtualization;
&chap.l10n;
Modified: head/fr_FR.ISO8859-1/books/handbook/chapters.ent
==============================================================================
--- head/fr_FR.ISO8859-1/books/handbook/chapters.ent Sat May 25 11:51:03 2019 (r53054)
+++ head/fr_FR.ISO8859-1/books/handbook/chapters.ent Sat May 25 11:53:52 2019 (r53055)
@@ -42,6 +42,8 @@
<!ENTITY chap.audit SYSTEM "audit/chapter.xml">
<!ENTITY chap.disks SYSTEM "disks/chapter.xml">
<!ENTITY chap.geom SYSTEM "geom/chapter.xml">
+ <!ENTITY chap.zfs SYSTEM "zfs/chapter.xml">
+ <!ENTITY chap.filesystems SYSTEM "filesystems/chapter.xml">
<!ENTITY chap.vinum SYSTEM "vinum/chapter.xml">
<!ENTITY chap.virtualization SYSTEM "virtualization/chapter.xml">
<!ENTITY chap.l10n SYSTEM "l10n/chapter.xml">
More information about the svn-doc-all
mailing list