diff options
Diffstat (limited to 'fr_FR.ISO8859-1/books/fdp-primer/book.xml')
-rw-r--r-- | fr_FR.ISO8859-1/books/fdp-primer/book.xml | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/fr_FR.ISO8859-1/books/fdp-primer/book.xml b/fr_FR.ISO8859-1/books/fdp-primer/book.xml index e00da2f7bf..3e7a116afa 100644 --- a/fr_FR.ISO8859-1/books/fdp-primer/book.xml +++ b/fr_FR.ISO8859-1/books/fdp-primer/book.xml @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.5-Based Extension//EN" - "../../../share/xml/freebsd45.dtd" [ +<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" + "../../../share/xml/freebsd50.dtd" [ <!ENTITY % chapters SYSTEM "chapters.ent"> %chapters; <!ENTITY sgml.in-progress SYSTEM "in-progress.xml"> <!ENTITY sgml.todo SYSTEM "todo.xml"> ]> - <!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved. Redistribution and use in source (SGML DocBook) and 'compiled' forms @@ -41,19 +40,14 @@ Original revision: 1.7 --> - -<book lang="fr"> - <bookinfo> - <title>Introduction au Projet de Documentation de FreeBSD pour les +<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="fr"> + <info><title>Introduction au Projet de Documentation de FreeBSD pour les nouveaux participants</title> + - <author> - <firstname>Nik</firstname> - <surname>Clayton</surname> - <affiliation> + <author><personname><firstname>Nik</firstname><surname>Clayton</surname></personname><affiliation> <address><email>nik@FreeBSD.ORG</email></address> - </affiliation> - </author> + </affiliation></author> <copyright> <year>1998</year> @@ -63,7 +57,7 @@ <releaseinfo>$FreeBSD$</releaseinfo> - <legalnotice id="legalnotice"> + <legalnotice xml:id="legalnotice"> <para>La redistribution et l'utilisation du code source (SGML), et compilé (HTML, PostScript, etc.), modifiés ou non, sont soumises aux conditions suivantes :</para> @@ -122,7 +116,7 @@ &trans.a.haby; </abstract> - </bookinfo> + </info> <preface> <title>Préface</title> @@ -151,7 +145,7 @@ </row> <row> - <entry><username>root</username></entry> + <entry><systemitem class="username">root</systemitem></entry> <entry>&prompt.root;</entry> </row> </tbody> @@ -204,7 +198,7 @@ Password:</screen></entry> <row> <entry>Noms d'utilisateurs et de groupes</entry> - <entry>Seul <username>root</username> peut le faire.</entry> + <entry>Seul <systemitem class="username">root</systemitem> peut le faire.</entry> </row> <row> @@ -218,7 +212,7 @@ Password:</screen></entry> le nom ou la valeur effectif.</entry> <entry>Pour supprimer un fichier, tapez <command>rm - <filename><replaceable>nom_du_fichier</replaceable></filename></command>.</entry> + nom_du_fichier</command>.</entry> </row> <row> @@ -283,4 +277,6 @@ Password:</screen></entry> &chap.writing-style; &chap.psgml-mode; &chap.see-also; + + <index/> </book> |