Add a placeholder zfs chapter needed for future updates.
This commit is contained in:
parent
1dc0ec3bd7
commit
62cec363a9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53054
2 changed files with 103 additions and 0 deletions
15
fr_FR.ISO8859-1/books/handbook/zfs/Makefile
Normal file
15
fr_FR.ISO8859-1/books/handbook/zfs/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CHAPTERS= zfs/chapter.xml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
88
fr_FR.ISO8859-1/books/handbook/zfs/chapter.xml
Normal file
88
fr_FR.ISO8859-1/books/handbook/zfs/chapter.xml
Normal file
|
@ -0,0 +1,88 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
xml:id="zfs">
|
||||
|
||||
<info>
|
||||
<title>The Z File System (<acronym>ZFS</acronym>) ** Traduction
|
||||
en Cours **</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Tom</firstname>
|
||||
<surname>Rhodes</surname>
|
||||
</personname>
|
||||
<contrib>Ecrit par </contrib>
|
||||
</author>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Allan</firstname>
|
||||
<surname>Jude</surname>
|
||||
</personname>
|
||||
<contrib>Ecrit par </contrib>
|
||||
</author>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Benedict</firstname>
|
||||
<surname>Reuschling</surname>
|
||||
</personname>
|
||||
<contrib>Ecrit par </contrib>
|
||||
</author>
|
||||
<author>
|
||||
<personname>
|
||||
<firstname>Warren</firstname>
|
||||
<surname>Block</surname>
|
||||
</personname>
|
||||
<contrib>Ecrit par </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</info>
|
||||
|
||||
<sect1 xml:id="zfs-differences">
|
||||
<title>What Makes <acronym>ZFS</acronym> Different</title>
|
||||
|
||||
<para/>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="zfs-quickstart">
|
||||
<title>Quick Start Guide</title>
|
||||
|
||||
<para/>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="zfs-zpool">
|
||||
<title><command>zpool</command> Administration</title>
|
||||
|
||||
<para/>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="zfs-zfs">
|
||||
<title><command>zfs</command> Administration</title>
|
||||
|
||||
<para/>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="zfs-zfs-allow">
|
||||
<title>Delegated Administration</title>
|
||||
|
||||
<para/>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="zfs-links">
|
||||
<title>Additional Resources</title>
|
||||
|
||||
<para/>
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="zfs-term">
|
||||
<title><acronym>ZFS</acronym> Features and Terminology</title>
|
||||
|
||||
<para/>
|
||||
</sect1>
|
||||
</chapter>
|
Loading…
Reference in a new issue