From cdc43441ae0d4cdbc21f76dab9e2527aabf27187 Mon Sep 17 00:00:00 2001 From: gjb Date: Wed, 19 Sep 2012 21:44:39 +0000 Subject: [PATCH] - Fix release notes build on releng/9.1 [1] - MFC r240508, r240516, r240519 (gabor): o Update releng/9.1/release/doc files post-XML conversion. o This commit fixes most of the 9-STABLE release build problems. - Close colspec tags to conform to XML standards. [1] - Convert installation article to XML stanards. [1] [1] - These are direct commits to releng/9.1 Approved by: re (hrs) git-svn-id: svn://svn.freebsd.org/base/releng/9.1@240710 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- .../early-adopter/article.sgml | 35 +++++---------- .../doc/de_DE.ISO8859-1/errata/article.sgml | 21 ++++----- .../hardware/alpha/article.sgml | 28 +++++------- .../hardware/i386/article.sgml | 26 +++++------ .../hardware/ia64/article.sgml | 26 +++++------ .../hardware/pc98/article.sgml | 26 +++++------ .../hardware/sparc64/article.sgml | 25 +++++------ .../installation/alpha/article.sgml | 23 +++++----- .../installation/common/install.sgml | 35 ++++++++------- .../installation/common/layout.sgml | 4 +- .../installation/i386/article.sgml | 24 +++++----- .../installation/ia64/article.sgml | 25 +++++------ .../installation/pc98/article.sgml | 24 +++++----- .../installation/sparc64/article.sgml | 25 +++++------ .../doc/de_DE.ISO8859-1/readme/article.sgml | 23 ++++------ .../relnotes/alpha/article.sgml | 24 +++++----- .../relnotes/i386/article.sgml | 25 +++++------ .../relnotes/ia64/article.sgml | 23 ++++------ .../relnotes/pc98/article.sgml | 25 +++++------ .../relnotes/sparc64/article.sgml | 27 +++++------ .../doc/en_US.ISO8859-1/errata/article.sgml | 45 ++++++++++--------- .../doc/en_US.ISO8859-1/hardware/article.sgml | 10 ++--- .../en_US.ISO8859-1/installation/article.sgml | 12 +++-- .../doc/en_US.ISO8859-1/readme/article.sgml | 9 ++-- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 19 ++++---- .../early-adopter/article.sgml | 33 +++++--------- .../doc/fr_FR.ISO8859-1/errata/article.sgml | 19 ++++---- .../hardware/alpha/article.sgml | 33 ++++++-------- .../fr_FR.ISO8859-1/hardware/common/dev.sgml | 7 +-- .../hardware/i386/article.sgml | 33 ++++++-------- .../hardware/ia64/article.sgml | 32 ++++++------- .../hardware/pc98/article.sgml | 32 ++++++------- .../hardware/sparc64/article.sgml | 31 ++++++------- .../installation/alpha/article.sgml | 31 ++++++------- .../installation/common/install.sgml | 26 ++++++----- .../installation/common/layout.sgml | 6 +-- .../installation/common/trouble.sgml | 2 +- .../installation/common/upgrade.sgml | 2 +- .../installation/i386/article.sgml | 31 ++++++------- .../installation/pc98/article.sgml | 30 ++++++------- .../installation/sparc64/article.sgml | 32 ++++++------- .../installation/sparc64/install.sgml | 14 +++--- .../relnotes/alpha/article.sgml | 31 ++++++------- .../fr_FR.ISO8859-1/relnotes/common/new.sgml | 10 ++--- .../relnotes/i386/article.sgml | 30 ++++++------- 45 files changed, 457 insertions(+), 597 deletions(-) diff --git a/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml b/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml index 49d3af04..a755ff92 100644 --- a/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml +++ b/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml @@ -1,3 +1,14 @@ + + +%entities; + +%release; + +X"> +X"> +]> + - -%man; - - -%freebsd; - - -%authors; - - -%teams; - - -%mailing-lists; - - -%release; - -X"> -X"> - -]> -
Hinweise für die ersten Anwender von &os; diff --git a/release/doc/de_DE.ISO8859-1/errata/article.sgml b/release/doc/de_DE.ISO8859-1/errata/article.sgml index f7a8d284..30012866 100644 --- a/release/doc/de_DE.ISO8859-1/errata/article.sgml +++ b/release/doc/de_DE.ISO8859-1/errata/article.sgml @@ -1,3 +1,11 @@ +<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [ +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE"> +%entities; +<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> +%release; +]> + <!-- FreeBSD errata document. Unlike some of the other RELNOTESng files, this file should remain as a single SGML file, so that @@ -12,19 +20,6 @@ basiert auf: 1.38 --> -<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ -<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> -%man; -<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> -%authors; -<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DE"> -%translators; -<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"> -%mlists; -<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> -%release; -]> - <article lang="de"> <articleinfo> diff --git a/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml b/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml index c09494b4..32ac5cef 100644 --- a/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml +++ b/release/doc/de_DE.ISO8859-1/hardware/alpha/article.sgml @@ -1,29 +1,23 @@ -<!-- - $FreeBSD$ - $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/alpha/article.sgml,v 1.5 2002/10/12 18:02:21 ue Exp $ - basiert auf: 1.4 ---> - -<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ -<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> -%man; -<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> -%authors; -<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DE"> -%translators; -<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"> -%mlists; +<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [ +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE"> +%entities; <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> %release; -<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections; +<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections <!-- Architecture-specific customization --> <!ENTITY arch "alpha"> <!ENTITY arch.print "Alpha/AXP"> - ]> +<!-- + $FreeBSD$ + $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/alpha/article.sgml,v 1.5 2002/10/12 18:02:21 ue Exp $ + basiert auf: 1.4 +--> + <article lang="de"> &artheader; §.intro; diff --git a/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml b/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml index fdbf5d31..6fc56dd9 100644 --- a/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml +++ b/release/doc/de_DE.ISO8859-1/hardware/i386/article.sgml @@ -1,27 +1,23 @@ -<!-- - $FreeBSD$ - $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/i386/article.sgml,v 1.5 2002/12/07 21:09:09 ue Exp $ - basiert auf: 1.4 ---> - -<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ -<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> -%man; -<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> -%authors; -<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"> -%mlists; +<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [ +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE"> +%entities; <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> %release; -<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections; +<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections <!-- Architecture-specific customization --> <!ENTITY arch "i386"> <!ENTITY arch.print "i386"> - ]> +<!-- + $FreeBSD$ + $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/i386/article.sgml,v 1.5 2002/12/07 21:09:09 ue Exp $ + basiert auf: 1.4 +--> + <article lang="de"> &artheader; §.intro; diff --git a/release/doc/de_DE.ISO8859-1/hardware/ia64/article.sgml b/release/doc/de_DE.ISO8859-1/hardware/ia64/article.sgml index 01c6ef70..641daa0c 100644 --- a/release/doc/de_DE.ISO8859-1/hardware/ia64/article.sgml +++ b/release/doc/de_DE.ISO8859-1/hardware/ia64/article.sgml @@ -1,27 +1,23 @@ -<!-- - $FreeBSD$ - $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/ia64/article.sgml,v 1.6 2003/05/24 21:52:46 ue Exp $ - basiert auf: 1.3 ---> - -<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ -<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> -%man; -<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> -%authors; -<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"> -%mlists; +<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [ +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE"> +%entities; <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> %release; -<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections; +<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections <!-- Architecture-specific customization --> <!ENTITY arch "ia64"> <!ENTITY arch.print "IA-64"> - ]> +<!-- + $FreeBSD$ + $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/ia64/article.sgml,v 1.6 2003/05/24 21:52:46 ue Exp $ + basiert auf: 1.3 +--> + <article lang="de"> &artheader; diff --git a/release/doc/de_DE.ISO8859-1/hardware/pc98/article.sgml b/release/doc/de_DE.ISO8859-1/hardware/pc98/article.sgml index 5911d341..e885893c 100644 --- a/release/doc/de_DE.ISO8859-1/hardware/pc98/article.sgml +++ b/release/doc/de_DE.ISO8859-1/hardware/pc98/article.sgml @@ -1,27 +1,23 @@ -<!-- - $FreeBSD$ - $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/pc98/article.sgml,v 1.2 2002/10/12 18:02:22 ue Exp $ - basiert auf: 1.1 ---> - -<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ -<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> -%man; -<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> -%authors; -<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"> -%mlists; +<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [ +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE"> +%entities; <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> %release; -<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections; +<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections <!-- Architecture-specific customization --> <!ENTITY arch "pc98"> <!ENTITY arch.print "NEC PC-98x1"> - ]> +<!-- + $FreeBSD$ + $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/pc98/article.sgml,v 1.2 2002/10/12 18:02:22 ue Exp $ + basiert auf: 1.1 +--> + <article lang="de"> &artheader; §.intro; diff --git a/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.sgml b/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.sgml index 7e3b0ebc..1c256d49 100644 --- a/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.sgml +++ b/release/doc/de_DE.ISO8859-1/hardware/sparc64/article.sgml @@ -1,19 +1,10 @@ -<!-- - $FreeBSD$ - $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/sparc64/article.sgml,v 1.7 2003/01/09 12:46:28 ue Exp $ - basiert auf: 1.3 ---> - -<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ -<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> -%man; -<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> -%authors; -<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"> -%mlists; +<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [ +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE"> +%entities; <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> %release; -<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections; +<!ENTITY % sections SYSTEM "../common/hw.ent"> %sections <!-- Architecture-specific customization --> @@ -21,6 +12,12 @@ <!ENTITY arch.print "UltraSPARC"> ]> +<!-- + $FreeBSD$ + $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/hardware/sparc64/article.sgml,v 1.7 2003/01/09 12:46:28 ue Exp $ + basiert auf: 1.3 +--> + <article lang="de"> &artheader; §.intro; diff --git a/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml b/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml index 16ca34e6..470985e7 100644 --- a/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml +++ b/release/doc/de_DE.ISO8859-1/installation/alpha/article.sgml @@ -1,16 +1,7 @@ -<!-- - $FreeBSD$ - $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/installation/alpha/article.sgml,v 1.4 2002/10/12 18:02:23 ue Exp $ - basiert auf: 1.3 ---> - -<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ -<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> -%man; -<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> -%authors; -<!ENTITY % mlists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DE"> -%mlists; +<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN" [ +<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//DE"> +%entities; <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"> %release; <!ENTITY % sections SYSTEM "../common/install.ent"> %sections; @@ -21,6 +12,12 @@ <!ENTITY arch.print "Alpha/AXP"> ]> +<!-- + $FreeBSD$ + $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/installation/alpha/article.sgml,v 1.4 2002/10/12 18:02:23 ue Exp $ + basiert auf: 1.3 +--> + <article lang="de"> &artheader; &abstract; diff --git a/release/doc/de_DE.ISO8859-1/installation/common/install.sgml b/release/doc/de_DE.ISO8859-1/installation/common/install.sgml index 76588c37..fdeee2db 100644 --- a/release/doc/de_DE.ISO8859-1/installation/common/install.sgml +++ b/release/doc/de_DE.ISO8859-1/installation/common/install.sgml @@ -26,7 +26,7 @@ from {alpha,i386}/INSTALL.TXT. ausführlichen, bebilderten Installationsleitung.</para> <para>Wenn Sie eine ältere Version von &os; aktualisieren - wollen, sollten Sie <xref linkend="upgrading">, Aktualisierung von + wollen, sollten Sie <xref linkend="upgrading"/>, Aktualisierung von FreeBSD, lesen.</para> <sect2 id="getting-started"> @@ -60,7 +60,7 @@ from {alpha,i386}/INSTALL.TXT. <para>Irgend etwas kann immer schiefgehen und wenn Ihnen das passiert, sollten Sie einen Blick in <xref - linkend="trouble"> werfen, wo Sie hilfreiche Informationen + linkend="trouble"/> werfen, wo Sie hilfreiche Informationen finden können. Sie sollten ebenfalls einen Blick auf die aktuelle Version von <filename>ERRATA.TXT</filename> werfen, bevor Sie mit der Installation beginnen, da Sie dort @@ -76,6 +76,7 @@ from {alpha,i386}/INSTALL.TXT. Backup haben, bevor Sie die Installation durchführen.</para> </important> + </sect2> <sect2> <title>Hardware-Anforderungen @@ -286,7 +287,7 @@ from {alpha,i386}/INSTALL.TXT. benutzen, können Sie das Script makeflp.bat verwenden. Weitere Informationen zu diesem Thema finden Sie im Kapitel . Danach müssen Sie nur noch von + linkend="floppies"/>. Danach müssen Sie nur noch von der ersten Diskette booten, um die &os;-Installation zu starten. @@ -306,7 +307,7 @@ from {alpha,i386}/INSTALL.TXT. benutzen, können Sie das Script makeflp.bat verwenden. Weitere Informationen zu diesem Thema finden Sie im Kapitel . Danach müssen Sie nur noch von + linkend="floppies"/>. Danach müssen Sie nur noch von der ersten Diskette booten, um die &os;-Installation zu starten. @@ -320,12 +321,12 @@ from {alpha,i386}/INSTALL.TXT. müssen Sie ebenfalls die beiden &os; Bootdisketten aus den Dateien floppies/kern.flp und floppies/mfsroot.flp erzeugen, wie in - beschrieben. Booten Sie Ihren + beschrieben. Booten Sie Ihren Rechner von der Diskette mit kern.flp; und legen Sie die Diskette mit mfsroot.flp ein, sobald Sie dazu aufgefordert werden. Weitere Informationen zu dieser Art der Installation finden Sie in . + linkend="ftpnfs"/>. Wenn Ihr Rechner kein CDROM Laufwerk hat, können Sie &os; auch direkt über das Internet @@ -334,12 +335,12 @@ from {alpha,i386}/INSTALL.TXT. Bootdisketten aus den Dateien floppies/kern.flp und floppies/mfsroot.flp erzeugen, wie in beschrieben. Booten Sie Ihren Rechner von + linkend="floppies"/> beschrieben. Booten Sie Ihren Rechner von der Diskette mit kern.flp; und legen Sie die Diskette mit mfsroot.flp ein, sobald Sie dazu aufgefordert werden. Weitere Informationen zu dieser Art der Installation finden Sie in . + linkend="ftpnfs"/>. @@ -358,7 +359,7 @@ from {alpha,i386}/INSTALL.TXT. Bootdisketten aus den Dateien floppies/kern.flp und floppies/mfsroot.flp erzeugen, wie in - beschrieben. Legen Sie die + beschrieben. Legen Sie die Diskette mit dem Inhalt von kern.flp ein und geben Sie an der Eingabeaufforderung des SRM (>>>) den folgenden Befehl ein, um @@ -400,8 +401,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. - - + + ok @@ -506,7 +507,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE Wenn Sie von einem lokalen CDROM installieren wollen, sollten Sie nicht dieses Kapitel lesen, sondern - . Wenn in Ihrem System + . Wenn in Ihrem System kein CDROM vorhanden ist und Sie eine &os; CD benutzen wollen, die in einem CDROM Laufwerk eines anderen Systems liegt und Sie dieses System über ein Netzwerk erreichen @@ -580,10 +581,10 @@ pqb0.0.1.4.0 PQB0 PCI EIDE Installation vorbereiten. Der erste Schritt ist die Erstellung der Bootdisketten, - wie in beschrieben. + wie in beschrieben. Der zweite Schritt ist, einen Blick in zu werfen. Das Kapitel Distribution + linkend="layout"/> zu werfen. Das Kapitel Distribution Format ist besonders wichtig, da Sie hier erfahren, welche Dateien Sie auf Diskette übertragen müssen und welche Sie ignorieren können. @@ -733,14 +734,14 @@ pqb0.0.1.4.0 PQB0 PCI EIDE Der letzte Schritt ist die Erzeugung der Bootdisketten, - siehe . + siehe . Netzwerk-Installation mit FTP oder NFS Wenn Sie die Bootdisketten erzeugt haben, wie in beschrieben, können Sie die restliche + linkend="floppies"/> beschrieben, können Sie die restliche Installation über eine Netzwerk-Verbindung durchführen, wobei drei Arten von Netzwerkverbindungen unterstützt werden: seriell, parallel, oder @@ -981,7 +982,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE Wenn Sie keine Meldungen auf Ihrer seriellen Konsole sehen, müssen Sie die Tastatur wieder einstecken und auf ein Tonsignal warten. Wenn Sie von CD booten, machen - Sie bei weiter, wenn Sie das + Sie bei weiter, wenn Sie das Tonsignal hören.. diff --git a/release/doc/de_DE.ISO8859-1/installation/common/layout.sgml b/release/doc/de_DE.ISO8859-1/installation/common/layout.sgml index 99fc17fe..a92194fe 100644 --- a/release/doc/de_DE.ISO8859-1/installation/common/layout.sgml +++ b/release/doc/de_DE.ISO8859-1/installation/common/layout.sgml @@ -23,7 +23,7 @@ README.HTM cdrom.inf crypto info tools Wenn Sie dieses Verzeichnis für eine CD-, FTP- oder NFS-Installation nutzen wollen, brauchen Sie nur die beiden 1.44 MByte großen Bootdisketten zu erstellen (wie das geht, ist - in beschrieben), von diesen zu booten, + in beschrieben), von diesen zu booten, und dann den Anweisungen zu folgen. Alle anderen Dateien, die für die Installation notwendig sind, werden auf der Grundlage Ihrer Angaben automatisch geholt. Wenn Sie &os; noch nie @@ -86,7 +86,7 @@ README.HTM cdrom.inf crypto info tools Das Verzeichnis floppies/ enthält die Images der Bootdisketten. Informationen, wie man diese Images benutzt, finden Sie in . + linkend="floppies"/>. diff --git a/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml b/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml index 5e5f42f9..675ffadf 100644 --- a/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml +++ b/release/doc/de_DE.ISO8859-1/installation/i386/article.sgml @@ -1,16 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -19,9 +10,14 @@ - ]> + +
&artheader; &abstract; diff --git a/release/doc/de_DE.ISO8859-1/installation/ia64/article.sgml b/release/doc/de_DE.ISO8859-1/installation/ia64/article.sgml index bcf65ce7..9d4eb8ea 100644 --- a/release/doc/de_DE.ISO8859-1/installation/ia64/article.sgml +++ b/release/doc/de_DE.ISO8859-1/installation/ia64/article.sgml @@ -1,17 +1,7 @@ - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -20,9 +10,14 @@ - ]> + +
&artheader; &abstract; diff --git a/release/doc/de_DE.ISO8859-1/installation/pc98/article.sgml b/release/doc/de_DE.ISO8859-1/installation/pc98/article.sgml index 916e1027..dd0bb1c5 100644 --- a/release/doc/de_DE.ISO8859-1/installation/pc98/article.sgml +++ b/release/doc/de_DE.ISO8859-1/installation/pc98/article.sgml @@ -1,16 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -19,9 +10,14 @@ - ]> + +
&artheader; &abstract; diff --git a/release/doc/de_DE.ISO8859-1/installation/sparc64/article.sgml b/release/doc/de_DE.ISO8859-1/installation/sparc64/article.sgml index 473392e8..4b6f9ec0 100644 --- a/release/doc/de_DE.ISO8859-1/installation/sparc64/article.sgml +++ b/release/doc/de_DE.ISO8859-1/installation/sparc64/article.sgml @@ -1,19 +1,8 @@ - - - + +%entities; - - -%man; - -%authors; - -%mlists; %release; %sections; @@ -24,6 +13,12 @@ ]> + +
&artheader; &abstract; diff --git a/release/doc/de_DE.ISO8859-1/readme/article.sgml b/release/doc/de_DE.ISO8859-1/readme/article.sgml index a64f50f4..bb746c22 100644 --- a/release/doc/de_DE.ISO8859-1/readme/article.sgml +++ b/release/doc/de_DE.ISO8859-1/readme/article.sgml @@ -1,3 +1,11 @@ + + +%entities; + +%release; +]> + - -%man; - -%authors; - -%mlists; - -%release; - -%misc; -]> -
&os; &release.current; README @@ -229,7 +224,7 @@ wenn Sie an weiteren Informationen zu diesem Thema interessiert sind. Zusätzliche Informationen zu diesem Thema finden Sie im Artikel Mirroring + url="http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/hubs/">Mirroring FreeBSD. Sie finden die für den Start der Installation diff --git a/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml b/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml index ca3bf375..6650fb35 100644 --- a/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml +++ b/release/doc/de_DE.ISO8859-1/relnotes/alpha/article.sgml @@ -1,16 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -19,9 +10,14 @@ - ]> + +
&art;
diff --git a/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml b/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml index 2420f67f..f3821e44 100644 --- a/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml +++ b/release/doc/de_DE.ISO8859-1/relnotes/i386/article.sgml @@ -1,16 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -19,9 +10,15 @@ - ]> + + +
&art;
diff --git a/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.sgml b/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.sgml index 769af0af..e43f3073 100644 --- a/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.sgml +++ b/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.sgml @@ -1,16 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -19,8 +10,12 @@ - ]> +
&art; diff --git a/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.sgml b/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.sgml index 49edccc0..f2075270 100644 --- a/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.sgml +++ b/release/doc/de_DE.ISO8859-1/relnotes/pc98/article.sgml @@ -1,16 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -19,9 +10,15 @@ - ]> + + +
&art;
diff --git a/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.sgml b/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.sgml index 4b121e13..2bdb42aa 100644 --- a/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.sgml +++ b/release/doc/de_DE.ISO8859-1/relnotes/sparc64/article.sgml @@ -1,19 +1,7 @@ - - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -22,9 +10,14 @@ - ]> + +
&art;
diff --git a/release/doc/en_US.ISO8859-1/errata/article.sgml b/release/doc/en_US.ISO8859-1/errata/article.sgml index 357ed649..21a1b46e 100644 --- a/release/doc/en_US.ISO8859-1/errata/article.sgml +++ b/release/doc/en_US.ISO8859-1/errata/article.sgml @@ -1,3 +1,22 @@ + + +%entities; + + +%release; + + +]]> + +]]> + +]]> +]> + - -%articles.ent; - - -%release; -]> -
- &os; -<![ %release.type.current [ - &release.current; -]]> -<![ %release.type.snapshot [ - &release.prev; -]]> -<![ %release.type.release [ - &release.current; -]]> - Errata + &os; &release; Errata The &os; Project @@ -131,9 +132,9 @@ - - - + + + diff --git a/release/doc/en_US.ISO8859-1/hardware/article.sgml b/release/doc/en_US.ISO8859-1/hardware/article.sgml index 260f5b12..42416af9 100644 --- a/release/doc/en_US.ISO8859-1/hardware/article.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/article.sgml @@ -1,14 +1,12 @@ - -%articles.ent; + + +%entities; %release; %devauto; - - - ]>
diff --git a/release/doc/en_US.ISO8859-1/installation/article.sgml b/release/doc/en_US.ISO8859-1/installation/article.sgml index 82fa4beb..30e654ff 100644 --- a/release/doc/en_US.ISO8859-1/installation/article.sgml +++ b/release/doc/en_US.ISO8859-1/installation/article.sgml @@ -1,9 +1,15 @@ - -%articles.ent; + + +%entities; %release; + + + + + ]>
diff --git a/release/doc/en_US.ISO8859-1/readme/article.sgml b/release/doc/en_US.ISO8859-1/readme/article.sgml index caebe1a6..b50c686b 100644 --- a/release/doc/en_US.ISO8859-1/readme/article.sgml +++ b/release/doc/en_US.ISO8859-1/readme/article.sgml @@ -1,6 +1,7 @@ - -%articles.ent; + + +%entities; %release; @@ -184,7 +185,7 @@ freebsd-admin@FreeBSD.org for more details on becoming an official mirror site. You can also find useful information for mirror sites at the Mirroring + url="&url.articles.hubs;/">Mirroring &os; article. Mirrors generally contain the ISO images generally used to diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 1a3d1701..8d218af1 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1,6 +1,7 @@ - -%articles.ent; + + +%entities; %release; @@ -96,9 +97,9 @@ - - - + + + Advisory @@ -294,8 +295,8 @@ - - + + &man.sysctl.8; variable name @@ -1264,7 +1265,7 @@ nfsuserd_enable="YES" when a login daemon crashes or fails to remove the entry during shutdown. - The &man.zpool.8: utility now supports a + The &man.zpool.8; utility now supports a zpool labelclear command. This allows to wipe the label data from a drive that is not active in a pool. diff --git a/release/doc/fr_FR.ISO8859-1/early-adopter/article.sgml b/release/doc/fr_FR.ISO8859-1/early-adopter/article.sgml index 40c16340..1905e705 100644 --- a/release/doc/fr_FR.ISO8859-1/early-adopter/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/early-adopter/article.sgml @@ -1,3 +1,14 @@ + + +%entities; + +%release; + +X"> +X"> +]> + - -%man; - - -%freebsd; - - -%authors; - - -%teams; - - -%mailing-lists; - - -%release; -X"> -X"> - -]>
diff --git a/release/doc/fr_FR.ISO8859-1/errata/article.sgml b/release/doc/fr_FR.ISO8859-1/errata/article.sgml index 449b3dd6..7d3e38ed 100644 --- a/release/doc/fr_FR.ISO8859-1/errata/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/errata/article.sgml @@ -1,3 +1,11 @@ + + +%entities; + +%release; +]> + - -%man; - -%authors; - -%mlists; - -%release; -]> -
diff --git a/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.sgml b/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.sgml index f70bed89..07004080 100644 --- a/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/hardware/alpha/article.sgml @@ -1,31 +1,26 @@ - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; - %sections; + %sections - ]> + +
&artheader; §.intro; diff --git a/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml b/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml index 1fd74f0e..f6d5d8da 100644 --- a/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml +++ b/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml @@ -833,7 +833,7 @@ Carte RAID ATA Promise SuperTrak SX6000 - + Cartes LSI Logic Fusion/MP architecture Fiber Channel (gestionnaire mpt) @@ -857,6 +857,7 @@ Tekram DC315U + Sur toutes les cartes SCSI supportées, le support total @@ -1375,7 +1376,7 @@ NetGear FA310-TX Rev. D1 - Cartes Macronix 98713, 98713A, 98715, @@ -1747,7 +1748,7 @@ ELECOM LD-PCI2T, LD-PCITS (PCI) - Corega FastEther PCI-TX (PCI) + Corega FastEther PCI-TX (PCI) diff --git a/release/doc/fr_FR.ISO8859-1/hardware/i386/article.sgml b/release/doc/fr_FR.ISO8859-1/hardware/i386/article.sgml index 38228bb8..ba475e63 100644 --- a/release/doc/fr_FR.ISO8859-1/hardware/i386/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/hardware/i386/article.sgml @@ -1,31 +1,26 @@ - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; - %sections; + %sections - ]> + +
&artheader; §.intro; diff --git a/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.sgml b/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.sgml index 48ecd839..9edb8664 100644 --- a/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/hardware/ia64/article.sgml @@ -1,30 +1,26 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; - %sections; + %sections - ]> + +
&artheader; diff --git a/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.sgml b/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.sgml index f1471b9d..019decf4 100644 --- a/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/hardware/pc98/article.sgml @@ -1,30 +1,26 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; - %sections; + %sections - ]> + +
&artheader; §.intro; diff --git a/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.sgml b/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.sgml index de8b4913..c6d59e01 100644 --- a/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/hardware/sparc64/article.sgml @@ -1,22 +1,10 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; - %sections; + %sections @@ -27,6 +15,15 @@ ]> + +
&artheader; §.intro; diff --git a/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml b/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml index 78045ad3..d12f9f93 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/alpha/article.sgml @@ -1,20 +1,7 @@ - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -23,9 +10,17 @@ - ]> + +
&artheader; &abstract; diff --git a/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml b/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml index 895729c6..f59071c7 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/common/install.sgml @@ -31,7 +31,7 @@ from {alpha,i386}/INSTALL.TXT. Si vous effectuez une mise à jour depuis une version précedente de &os;, référez vous aux, , instructions sur la mise à jour. + linkend="upgrading"/>, instructions sur la mise à jour. Pour commencer @@ -61,7 +61,7 @@ from {alpha,i386}/INSTALL.TXT. l'installation. Si vous avez des problèmes, voyez la , qui contient certaines informations + linkend="trouble"/>, qui contient certaines informations interessantes. Vous pouvez aussi lire une copie à jour du fichier ERRATA.TXT avant l'installation, qui vous alertera sur les problèmes rencontrés depuis la mise @@ -76,6 +76,7 @@ from {alpha,i386}/INSTALL.TXT. que vous n'avez pas effectué une sauvegarde de vos données importantes. + Matériel Nécessaire @@ -216,7 +217,7 @@ from {alpha,i386}/INSTALL.TXT. depuis le répertoire floppies/. En utilisant le script makeflp.bat depuis DOS ou en lisant la - pour plus d'informations sur la + pour plus d'informations sur la création de disquettes de démarrage sous différents systèmes. Vous démarrerez depuis la première disquette et vous vous trouverez rapidement @@ -233,11 +234,11 @@ from {alpha,i386}/INSTALL.TXT. depuis les fichiers floppies/kern.flp et floppies/mfsroot.flp en suivant les instructions que vous trouverez à la - . Redémarrez votre ordinateur en utilisant + . Redémarrez votre ordinateur en utilisant la disquette kern.flp et lorsqu'on vous le demande, inserez alors la disquette mfsroot.flp. Allez à la pour plus d'information sur l'installation + linkend="ftpnfs"/> pour plus d'information sur l'installation via FTP ou NFS. La façon la plus simple d'effectuer @@ -256,7 +257,7 @@ from {alpha,i386}/INSTALL.TXT. de &os; depuis les fichiers floppies/kern.flp et floppies/mfsroot.flp en suivant les instructions que vous trouverez à la . Depuis l'invite de console SRM + linkend="floppies"/>. Depuis l'invite de console SRM (>>>), inserez la disquette kern.flp et tapez la commande suivante pour démarrer l'installation: @@ -346,7 +347,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE Installation depuis un CDROM réseau Si vous désirez installer depuis un lecteur de CDROM - local voyez la . Si vous ne + local voyez la . Si vous ne disposez pas d'un lecteur de CDROM sur votre système et que vous désirez utiliser une distribution CD de &os; dans le lecteur CDROM d'une autre machine que vous pouvez accéder via @@ -411,9 +412,9 @@ pqb0.0.1.4.0 PQB0 PCI EIDE quelques disquettes pour l'installation. Premièrement, créez vos disquettes de démarrage - comme indiqué à la . + comme indiqué à la . - Deuxièemement, lisez la et + Deuxièemement, lisez la et faites attention à la section Format de la distribution qui décrit quels fichiers vous devez copier sur disquette et ceux que vous pouvez ne pas copier. @@ -514,7 +515,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE tout simplement en format tar sur la bande, donc après avoir récupérer l'ensemble des fichiers des distributions nécessaires, utilisez simplement la commande &man.tar.1; pour - les mettre sur la bande, comme cela :/ + les mettre sur la bande, comme cela : &prompt.root; cd /where/you/have/your/dists &prompt.root; tar cvf /dev/rsa0 dist1 .. dist2 @@ -537,7 +538,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE Ensuite créez une disquette de démarrage comme - indiqué à la et procédez + indiqué à la et procédez à l'installation. @@ -739,6 +740,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE correspond au numéro du port du serveur FTP proxy. + @@ -766,7 +768,7 @@ pqb0.0.1.4.0 PQB0 PCI EIDE Si vous n'obtenez aucun caractère sur votre console série, branchez le clavier et attendez des sonneries. Si vous démarrez depuis le CDROM, allez à aussi vite que possible. + linkend="hitspace"/> aussi vite que possible. Pour une installation via des disquettes, la première diff --git a/release/doc/fr_FR.ISO8859-1/installation/common/layout.sgml b/release/doc/fr_FR.ISO8859-1/installation/common/layout.sgml index fe2147cb..472e60ff 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/common/layout.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/common/layout.sgml @@ -27,7 +27,7 @@ README.HTM cdrom.inf crypto info tools FTP ou NFS, depuis ce répertoire, la seule chose nécesaire est de créer les disquettes 1.44Mb bootables depuis les fichiers se trouvant dans le répertoire floppies - (voir pour les instructions sur la façon + (voir pour les instructions sur la façon de procéder), de démarrer grace à elles et de suivre les instructions. Le reste des données nécessaires a l'installation serontchargées @@ -58,7 +58,7 @@ README.HTM cdrom.inf crypto info tools docbook.css est un fichier de style(CSS) utilisé par certains browsers WWW pour formatter - la documentation HTML. + la documentation HTML. Les répertoire bin, @@ -94,7 +94,7 @@ README.HTM cdrom.inf crypto info tools Le sous-répertoire floppies/ contient les images de la disquette d'installation. Plus d'informations sur son utilisation dans . + linkend="floppies"/>. diff --git a/release/doc/fr_FR.ISO8859-1/installation/common/trouble.sgml b/release/doc/fr_FR.ISO8859-1/installation/common/trouble.sgml index 940f66f7..c248227a 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/common/trouble.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/common/trouble.sgml @@ -349,7 +349,7 @@ boot: the machine (turn off and on). At the Boot: prompt specify the . This will invoke UserConfig (see - above). + above). Use the disable command to disable the device probes for all devices at address 0x300 except the ep0 driver. On exit, your machine diff --git a/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.sgml b/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.sgml index a2609aa8..54dd0728 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/common/upgrade.sgml @@ -210,6 +210,6 @@ /usr/src/UPDATING contains important information on updating a &os; system from source code. It lists various issues resulting from changes in &os; that may affect an - upgrade. + upgrade. diff --git a/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml b/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml index dfbec1ed..7ef6d2da 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/i386/article.sgml @@ -1,20 +1,7 @@ - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -23,9 +10,17 @@ - ]> + +
&artheader; &abstract; diff --git a/release/doc/fr_FR.ISO8859-1/installation/pc98/article.sgml b/release/doc/fr_FR.ISO8859-1/installation/pc98/article.sgml index 5e68d6e4..9b015e2e 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/pc98/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/pc98/article.sgml @@ -1,19 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -22,9 +10,17 @@ - ]> + +
&artheader; &abstract; diff --git a/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.sgml b/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.sgml index cdbbc68f..4b894cac 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/sparc64/article.sgml @@ -1,22 +1,7 @@ - - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -28,6 +13,15 @@ ]> + +
&artheader; diff --git a/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.sgml b/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.sgml index 56270eca..e4d8f5b1 100644 --- a/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.sgml +++ b/release/doc/fr_FR.ISO8859-1/installation/sparc64/install.sgml @@ -90,8 +90,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. - - + + ok @@ -126,8 +126,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. cdrom. The system should boot into single-user mode now, and you can create the disk label and install the base system archive as described in and . + linkend="creating-disk-label"/> and . @@ -302,7 +302,7 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. With the daemons on the netboot server configured, the next step is to copy the kernel (obtained during the steps of - ) to an appropriate directory. + ) to an appropriate directory. There are two ways of retrieving a kernel over the network: TFTP and NFS. (You specified one of these two alternatives by picking a loader.) @@ -362,7 +362,7 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4. If all goes well, you can now boot the &os; on your &arch; machine by dropping into the PROM prompt as described in . Now, just type + linkend="getting-to-prom-prompt"/>. Now, just type boot net and the system should boot. Specifically, the loader is retrieved via TFTP, it then does a BOOTP request and will proceed to load the kernel (either @@ -519,7 +519,7 @@ drivedata: 0 To create filesystems and to install the base system, boot from CDROM or via NFS and create a disk label as described in - . + . When booting the first time and you have not entered your root partition into /etc/fstab yet, you may diff --git a/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml b/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml index f641c0a8..72a809f6 100644 --- a/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/relnotes/alpha/article.sgml @@ -1,20 +1,7 @@ - - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -23,9 +10,17 @@ - ]> + +
&art;
diff --git a/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml b/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml index 5263ca4e..6ded6c62 100644 --- a/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/fr_FR.ISO8859-1/relnotes/common/new.sgml @@ -1784,7 +1784,7 @@ sont présentes sur .
La couche IPv6 est maintenant basée sur la snapshot du projet KAME IPv6 en date du 28 Mai 2001. La plupart des ajouts de cette section résultent de cet import. La - liste les modifications + liste les modifications dans les programmes utilisateurs de la couche KAME IPv6 . &merged; @@ -1813,7 +1813,7 @@ sont présentes sur . Autoconfiguration) est supporté. Il peut etre activé par la variable sysctl net.inet6.ip6.use_tempaddr. &merged; - +
@@ -2475,7 +2475,7 @@ sont présentes sur . d'environnement HTTP_USER_AGENT. &merged; libgmp a été remplacé par - libmp. + libmp. Les fonctions de libposix1e ont été intégrés dans libc. @@ -2613,7 +2613,7 @@ sont présentes sur . fixée à 16. Cela augmente les performances de &man.fsck.8; tout en réduisant la fragmentation. &merged; - La taille des blocs et des fragments + La taille des blocs et des fragments lors de la création de systèmes de fichiers par &man.newfs.8; sont respectivement de 16384 bytes et 2048 bytes (les anciennes valeurs étaient de 8192 bytes et 1024 bytes). Ce changement augmente la performance @@ -3252,7 +3252,7 @@ sont présentes sur . La couche IPv6 est maintenant basée sur la snapshot du projet KAME IPv6 en date du 28 Mai 2001. La plupart des ajouts de cette section résultent de cet import. La - liste les modifications + liste les modifications dans le noyau de la couche KAME IPv6 . &merged; &man.faithd.8; dispose d'un fichier de configuration de liste de diff --git a/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.sgml b/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.sgml index 7c0714ee..b06d2a77 100644 --- a/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.sgml +++ b/release/doc/fr_FR.ISO8859-1/relnotes/i386/article.sgml @@ -1,19 +1,7 @@ - - - -%man; - -%authors; - -%mlists; + + +%entities; %release; %sections; @@ -22,9 +10,17 @@ - ]> + +
&art;
-- 2.45.0