- Make the French documentation valid XML

This commit is contained in:
Gabor Kovesdan 2013-01-21 17:38:45 +00:00
parent 4a970c291f
commit b7fac26207
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40701
67 changed files with 260 additions and 413 deletions
fr_FR.ISO8859-1
articles
building-products
explaining-bsd
linux-users
books
developers-handbook
faq
fdp-primer
book.xmlin-progress.xml
overview
psgml-mode
see-also
sgml-markup
sgml-primer
stylesheets
the-faq
the-handbook
the-website
todo.xml
tools
translations
writing-style
handbook
porters-handbook
share/xml

View file

@ -871,12 +871,12 @@ bde 2005-10-29 16:34:50 UTC
66 1.14 (bde 29-Oct-05): int32_t e0,i,nx,n,ix,hx;
67 1.1 (jkh 19-Aug-94):
68 1.1 (jkh 19-Aug-94): GET_FLOAT_WORD(hx,x);
69 1.1 (jkh 19-Aug-94): ix = hx&0x7fffffff;
70 1.1 (jkh 19-Aug-94): if(ix<=0x3f490fd8) /* |x| ~<= pi/4 , no need for reduction */
69 1.1 (jkh 19-Aug-94): ix = hx&amp;0x7fffffff;
70 1.1 (jkh 19-Aug-94): if(ix&lt;=0x3f490fd8) /* |x| ~&lt;= pi/4 , no need for reduction */
71 1.1 (jkh 19-Aug-94): {y[0] = x; y[1] = 0; return 0;}
72 1.14 (bde 29-Oct-05): /* 33+53 bit pi is good enough for special and medium size cases */
73 1.2 (bde 07-Apr-95): if(ix<0x4016cbe4) { /* |x| < 3pi/4, special case with n=+-1 */
74 1.14 (bde 29-Oct-05): if(hx>0) {
73 1.2 (bde 07-Apr-95): if(ix&lt;0x4016cbe4) { /* |x| &lt; 3pi/4, special case with n=+-1 */
74 1.14 (bde 29-Oct-05): if(hx&gt;0) {
75 1.15 (bde 06-Nov-05): z = x - pio2;
76 1.15 (bde 06-Nov-05): n = 1;
77 1.15 (bde 06-Nov-05): } else {
@ -887,7 +887,7 @@ bde 2005-10-29 16:34:50 UTC
82 1.15 (bde 06-Nov-05): y[1] = z - y[0];
83 1.15 (bde 06-Nov-05): return n;
84 1.15 (bde 06-Nov-05): }
85 1.15 (bde 06-Nov-05): if(ix<0x407b53d1) { /* |x| < 5*pi/4, special case with n=+-2 */
85 1.15 (bde 06-Nov-05): if(ix&lt;0x407b53d1) { /* |x| &lt; 5*pi/4, special case with n=+-2 */
</programlisting>
</figure>
@ -956,7 +956,7 @@ bde 2005-10-29 16:34:50 UTC
rapprochées, il est recommandé d'embaucher
ou de s'attacher les services d'un développeur ou
d'une firme qui a de l'expérience avec &os;. La
&a.jobs est un canal de communication utile si vous
&a.jobs; est un canal de communication utile si vous
êtes &agrave; la recherche de talents dans le
domaine. Le projet &os; maintient une <ulink
url="&url.base;/commercial/consult_bycat.html"> liste

View file

@ -304,7 +304,7 @@
<listitem>
<para>Il existe une idée selon laquelle les projets BSD
seraient fragmentés et concurrents. Le <ulink
url="http://interactive.wsj.com/bin/login?Tag=/&amp;URI=/archive/retrieve.cgi%253Fid%253DSB952470579348918651.djm&">Wall
url="http://interactive.wsj.com/bin/login?Tag=/&amp;URI=/archive/retrieve.cgi%253Fid%253DSB952470579348918651.djm&amp;">Wall
Street Journal</ulink> a même parlé d'une
<quote>balkanisation</quote> des projets BSD. Tout comme
les poursuites judiciaires, cette perception se base sur de

View file

@ -414,7 +414,7 @@ apache22_flags="-DSSL"</programlisting>
une interface réseau, &os; utilise le nom du pilote
suivi d'un nombre en tant qu'identifiant. La sortie suivante
de &man.ifconfig.8; montre deux interfaces réseau
&intel&nbsp;Pro&nbsp;1000 (<devicename>em0</devicename> et
&intel;&nbsp;Pro&nbsp;1000 (<devicename>em0</devicename> et
<devicename>em1</devicename>):</para>
<screen>&prompt.user; <userinput>ifconfig</userinput>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
"../../../share/xml/freebsd42.dtd" [
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//FR" "../../share/xml/entities.ent">

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -122,7 +122,7 @@ KMOD=skeleton
<para>Lancer simplement la commande <command>make</command> avec ce fichier Makefile
créera un fichier <filename>skeleton.ko</filename> qui peut
être chargé dans votre système en tapant :
<screen> &prompt.root
<screen> &prompt.root;
kldload -v ./skeleton.ko
</screen>
</para>
@ -179,7 +179,7 @@ KMOD=skeleton
* Murray Stokely
*/
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
#define MIN(a,b) (((a) &lt; (b)) ? (a) : (b))
#include &lt;sys/types.h&gt;
#include &lt;sys/module.h&gt;
@ -244,7 +244,7 @@ echo_loader(struct module *m, int what, void *arg)
switch (what) {
case MOD_LOAD: /* kldload */
sdev = make_dev(<literal>&</literal>echo_cdevsw,
sdev = make_dev(<literal>&amp;</literal>echo_cdevsw,
0,
UID_ROOT,
GID_WHEEL,
@ -298,7 +298,7 @@ echo_read(dev_t dev, struct uio *uio, int ioflag)
/* De quelle taille est cette operation read ? Aussi grande que l'utilisateur le veut,
ou aussi grande que les donnees restantes */
amt = MIN(uio->uio_resid, (echomsg->len - uio->uio_offset > 0) ? echomsg->len - uio->uio_offset : 0);
amt = MIN(uio->uio_resid, (echomsg->len - uio->uio_offset &gt; 0) ? echomsg->len - uio->uio_offset : 0);
if ((err = uiomove(echomsg->msg + uio->uio_offset,amt,uio)) != 0) {
uprintf("uiomove echoue!\n");
}
@ -338,15 +338,15 @@ DEV_MODULE(echo,echo_loader,NULL);</programlisting>
votre système de fichiers avec une commande comme : </para>
<screen>
&prompt.root mknod /dev/echo c 33 0
&prompt.root; mknod /dev/echo c 33 0
</screen>
<para>Avec ce pilote chargé, vous devriez maintenant êtr capable de taper
quelque chose comme :</para>
<screen>
&prompt.root echo -n "Test Donnees" > /dev/echo
&prompt.root cat /dev/echo
&prompt.root; echo -n "Test Donnees" > /dev/echo
&prompt.root; cat /dev/echo
Test Donnees
</screen>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -29,7 +29,7 @@
* Murray Stokely
*/
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
#define MIN(a,b) (((a) &lt; (b)) ? (a) : (b))
#include &lt;sys/types.h&gt;
#include &lt;sys/module.h&gt;
@ -138,7 +138,7 @@ static int
mypci_attach(device_t dev)
{
uprintf("Rattachement de MonPCI pour: ID Peripherique: 0x%x\n",pci_get_vendor(dev));
sdev = make_dev(<literal>&</literal>mypci_cdevsw,
sdev = make_dev(<literal>&amp;</literal>mypci_cdevsw,
0,
UID_ROOT,
GID_WHEEL,

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -343,7 +343,7 @@ int main() {
les permissions d'un fichier, le propriétaire, le groupe, la taille,
la date d'accès, et la date de modification.</simpara></listitem>
<listitem><simpara>Se lier &agrave; des ports privilégiés sur Internet
(ports < 1024)</simpara></listitem>
(ports &lt; 1024)</simpara></listitem>
</itemizedlist>
<para><function>Jail</function> est un outil très utile pour exécuter

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -974,7 +974,7 @@ free(foo);
<para>Si vous voulez créer un fichier <filename>core</filename> depuis
l'extérieur de votre programme, mais ne voulez pas que le processus
s'arrêt,vous pouvez utiliser le programme <command>gcore</command>.
Voir la page de manuel en ligne de &man.gcore.1 pour plus d'informations.
Voir la page de manuel en ligne de &man.gcore.1; pour plus d'informations.
</para>
</answer>
@ -1005,7 +1005,7 @@ free(foo);
Aussi, nous pourrions avoir quelque chose comme ça:
</para>
<screen>&prompt.user; <userinput>cc fichier1.o fichier2.o</userinput> &hellip; <userinput>fichier37.c</userinput> &hellip
<screen>&prompt.user; <userinput>cc fichier1.o fichier2.o</userinput> &hellip; <userinput>fichier37.c</userinput> &hellip;
</screen>
<para>si nous avions changé le fichier <filename>fichier37.c</filename> mais aucun
@ -1472,7 +1472,7 @@ main() {
i = 5;
printf("C'est mon programme\n");
<lineannotation>&hellip</lineannotation></programlisting>
<lineannotation>&hellip;</lineannotation></programlisting>
<para>mais nous n'avions pas mis la ligne <literal>i=5;</literal>. Comme
nous n'avons pas initialisé <symbol>i</symbol>, il a pris le nombre se trouvant
@ -1591,17 +1591,17 @@ Cannot access memory at address 0x7020796d.
de <command>gdb</command>):
</para>
<screen><lineannotation>&hellip</lineannotation>
if ((pid = fork()) < 0) /* _Toujours_ verifier cela */
<screen><lineannotation>&hellip;</lineannotation>
if ((pid = fork()) &lt; 0) /* _Toujours_ verifier cela */
error();
else if (pid == 0) { /* le fils */
int PauseMode = 1;
while (PauseMode)
sleep(10); /* Attendre jusqu'a ce que quelqu'un se brache sur nous */
<lineannotation>&hellip</lineannotation>
<lineannotation>&hellip;</lineannotation>
} else { /* le pere */
<lineannotation>&hellip</lineannotation>
<lineannotation>&hellip;</lineannotation>
</screen>
<para>Maintenant tout ce que nous avons &agrave; faire est de nous brancher sur le processus fils,

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
"../../../share/xml/freebsd42.dtd" [
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//FR" "../../share/xml/entities.ent">
@ -62,7 +62,7 @@
<para>N.d.T.: Contactez la &a.fr-doc; si vous voulez
collaborer &agrave; ce projet.</para>
&trans.a.gioria;
<para><emphasis>Première version de &a.fr.gioria et
<para><emphasis>Première version de &a.fr.gioria; et
&a.fr.dntt;</emphasis></para>
</abstract>
@ -739,7 +739,7 @@ besoin de reformater ces fichiers sous une forme plus lisible, lancez
la commande col sur le fichier&nbsp;:
<programlisting>
$ col -b < fichierOrigine > fichierSortie
$ col -b &lt; fichierOrigine &gt; fichierSortie
</programlisting>
</para>
</sect1>
@ -1181,7 +1181,7 @@ lp0 des deux c
<para>Par exemple, si vous voulez connecter l'ordinateur max avec moritz&nbsp;:</para>
<programlisting>
max <-----> moritz
max &lt;-----&gt; moritz
IP Address 10.0.0.1 10.0.0.2
</programlisting>
@ -1199,7 +1199,7 @@ IP Address 10.0.0.1 10.0.0.2
# ifconfig lp0 10.0.0.2 10.0.0.1
</programlisting>
<para>C'est tout&nbsp! Lisez aussi les manpages
<para>C'est tout&nbsp;! Lisez aussi les manpages
<citerefentry><refentrytitle>lp</refentrytitle><manvolnum>4</manvolnum></citerefentry> and
<citerefentry><refentrytitle>lpt</refentrytitle><manvolnum>4</manvolnum></citerefentry>.</para>
@ -1361,7 +1361,7 @@ dans les 504 premiers Mo.</para>
<sect1>
<title>A propos des gestionnaires de disque&nbsp;? Ou bien, j'ai un disque de grande capacité&nbsp!</title>
<title>A propos des gestionnaires de disque&nbsp;? Ou bien, j'ai un disque de grande capacité&nbsp;!</title>
<para>FreeBSD reconnait le gestionnaire "Ontrack Disk Manager" et le tolère.
Les autres gestionnaires de disque ne sont pas supportés.</para>
@ -2045,7 +2045,7 @@ moused_flags=""
</sect1>
<sect1>
<title>Je n'ai pas de coprocesseur arithmétique. Est-ce un problème&nbsp?</title>
<title>Je n'ai pas de coprocesseur arithmétique. Est-ce un problème&nbsp;?</title>
<note>
<para>Cela ne touche que ceux qui ont un 386/486SX/486SLC -
@ -4077,12 +4077,12 @@ quitter ce mode tapez Control-D.</para>
j@uriah 191% sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter &lt;ruleset&gt; &lt;address&gt;
> 0 foo@interface-business.de
&gt; 0 foo@interface-business.de
rewrite: ruleset 0 input: foo @ interface-business . de
...
rewrite: ruleset 0 returns: $# uucp-dom $@ if-bus $: foo \
< @ interface-business . de >
> ^D
&lt; @ interface-business . de &gt;
&gt; ^D
j@uriah 192%
</programlisting></para>
</sect1>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
"../../../share/xml/freebsd42.dtd" [
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//FR" "../../share/xml/entities.ent">

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@ -163,7 +163,7 @@
<application>CVSup</application> ou <application>CTM</application>),
ou en vous servant de <application>CVSup</application> pour ne
télécharger que la version
extraite&nbsp;-&nbsp<emphasis>courante</emphasis>.</para>
extraite&nbsp;-&nbsp;<emphasis>courante</emphasis>.</para>
</listitem>
<listitem>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@ -956,7 +956,7 @@ PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"</programlisting>
<example>
<title>Sections dans les chapitres</title>
<programlisting><![ RCDATA [<chapter>
<programlisting><![CDATA[<chapter>
<title>Exemple de chapitre</title>
<para>Du texte dans le chapitre.</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@ -868,6 +868,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
-- de le faire -->]]></programlisting>
</example>
<!--
<![%output.print;[
<important>
<title>Utilisez 2 tirets</title>
@ -887,6 +888,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
sujettes &agrave; ce problème.</para>
</important>
]]>
-->
<para>Si vous avez déj&agrave; utilisé HTML auparavant, on vous a peut-être
donné des règles différentes pour les commentaires. En particulier, vous
@ -1396,7 +1398,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
</example>
<para>Comme vous pouviez vous y attendre, une section marquée est une
fonctionnalité SGML et commence donc par <literal>&lt!</literal>.</para>
fonctionnalité SGML et commence donc par <literal>&lt;!</literal>.</para>
<para>Le premier crochet ouvrant délimite la section marquée.</para>
@ -1467,7 +1469,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
&lt;programlisting>) est du DocBook.&lt;/para>
&lt;programlisting>
&lt![ CDATA [ <![ CDATA [
&lt;![CDATA[<![CDATA[
<p>Cet exemple vous montre quelques éléments de HTML. Comme les
caractères < et > y sont si fréquemment utilisés, il est plus
facile de marquer tout l'exemple comme CDATA plutôt que de se
@ -1482,7 +1484,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
<p>C'est la fin de l'exemple.</p>]]>
]]&gt;
&lt/programlisting></programlisting>
&lt;/programlisting></programlisting>
<para>Si vous consultez le source de ce document, vous verrez qu'il
utilise constamment cette technique.</para>
@ -1557,7 +1559,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
l'entité en&nbsp;:</para>
<programlisting>
&lt!ENTiTY % version.electronique "IGNORE"></programlisting>
&lt;!ENTiTY % version.electronique "IGNORE"></programlisting>
<para>A la seconde passe sur le document, les sections marquées qui
utilisent <literal>%version.electronique</literal> comme mot-clé
@ -1588,7 +1590,7 @@ PUBLIC "-//W3C//DTD HTML 4.0//EN" "4.0/strict.dtd"</programlisting>
&lt;p>Ce paragraphe &lt;![CDATA[contient de nombreux
caractères &lt; (&lt; &lt; &lt; &lt; &lt;) il est donc
plus facile de l'inclure dans une section marquée
CDATA ]]&gt;&lt/p>
CDATA ]]&gt;&lt;/p>
&lt;![IGNORE[
&lt;p>Ce paragraphe n'apparaîtra jamais dans les

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@ -190,7 +190,7 @@
<literal>&lt;PARA&gt;</literal>.</para>
<para>Le texte dans les contextes SGML est normalement en majuscules,
<literal>&lt!ENTITY&hellip;&gt;</literal> ou
<literal>&lt;!ENTITY&hellip;&gt;</literal> ou
<literal>&lt;!DOCTYPE&hellip;&gt;</literal> et
<emphasis>non</emphasis> <literal>&lt;!entity&hellip;&gt;</literal>
ou <literal>&lt;!doctype&hellip;&gt;</literal>.</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1999 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms
@ -82,7 +82,7 @@
<qandaentry>
<question>
<para>Y-a-t-il une liste de diffusion pour les
traducteurs&nbsp?</para>
traducteurs&nbsp;?</para>
</question>
<answer>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998 Nik Clayton, All rights reserved.
Redistribution and use in source (SGML DocBook) and 'compiled' forms

View file

@ -247,30 +247,56 @@ DOC_PREFIX?= ${.CURDIR}/../../..
#
# rules generating lists of mirror site from XML database.
#
XMLDOCS= mirrors-ftp:::mirrors.xml.ftp.inc \
XMLDOCS= lastmod:::mirrors.lastmod.inc \
mirrors-ftp-index:::mirrors.xml.ftp.index.inc \
mirrors-ftp:::mirrors.xml.ftp.inc \
mirrors-cvsup-index:::mirrors.xml.cvsup.index.inc \
mirrors-cvsup:::mirrors.xml.cvsup.inc \
eresources-index:::eresources.xml.www.index.inc \
eresources:::eresources.xml.www.inc
DEPENDSET.DEFAULT= transtable mirror
XSLT.DEFAULT= ${XSL_MIRRORS}
XML.DEFAULT= ${XML_MIRRORS}
NO_TIDY.DEFAULT= yes
PARAMS.lastmod+= --param 'target' "'lastmod'"
PARAMS.mirrors-ftp-index+= --param 'type' "'ftp'" \
--param 'proto' "'ftp'" \
--param 'target' "'index'"
PARAMS.mirrors-ftp+= --param 'type' "'ftp'" \
--param 'proto' "'ftp'" \
--param 'target' "'handbook/mirrors/chapter.xml'"
PARAMS.mirrors-cvsup-index+= --param 'type' "'cvsup'" \
--param 'proto' "'cvsup'" \
--param 'target' "'index'"
PARAMS.mirrors-cvsup+= --param 'type' "'cvsup'" \
--param 'proto' "'cvsup'" \
--param 'target' "'handbook/mirrors/chapter.xml'"
PARAMS.eresources-index+= --param 'type' "'www'" \
--param 'proto' "'http'" \
--param 'target' "'index'"
PARAMS.eresources+= --param 'type' "'www'" \
--param 'proto' "'http'" \
--param 'target' "'handbook/eresources/chapter.xml'"
SRCS+= mirrors.xml.ftp.inc \
SRCS+= mirrors.lastmod.inc \
mirrors.xml.ftp.inc \
mirrors.xml.ftp.index.inc \
mirrors.xml.cvsup.inc \
eresources.xml.www.inc
mirrors.xml.cvsup.index.inc \
eresources.xml.www.inc \
eresources.xml.www.index.inc
CLEANFILES+= mirrors.xml.ftp.inc \
CLEANFILES+= mirrors.lastmod.inc \
mirrors.xml.ftp.inc \
mirrors.xml.ftp.index.inc \
mirrors.xml.cvsup.inc \
eresources.xml.www.inc
mirrors.xml.cvsup.index.inc \
eresources.xml.www.inc \
eresources.xml.www.index.inc
lint: mirrors.lastmod.inc mirrors.xml.ftp.inc mirrors.xml.ftp.index.inc \
mirrors.xml.cvsup.inc mirrors.xml.cvsup.index.inc \
eresources.xml.www.inc eresources.xml.www.index.inc
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -1410,7 +1410,7 @@ linuxemu/chapter.xml -->
<para>Nous pouvons enfin compiler et installer le module du
pilote:</para>
<screen>&prompt.root; <userinput>make && make install</userinput></screen>
<screen>&prompt.root; <userinput>make &amp;&amp; make install</userinput></screen>
<para>Pour utiliser le pilote, vous devez charger les
modules appropriés:</para>
@ -3299,7 +3299,7 @@ host margaux {
<sect4>
<title>Pagination via <acronym>NFS</acronym> sous
&os&nbsp;5.X</title>
&os;&nbsp;5.X</title>
<para>Le noyau ne supporte pas l'activation de la pagination
par <acronym>NFS</acronym> au démarrage. L'espace

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
"../../../share/xml/freebsd42.dtd" [
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//FR" "../../share/xml/entities.ent">

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -14,229 +14,60 @@
Original revision: 1.37
-->
<!ENTITY % not.published "INCLUDE">
<!ENTITY % chap.introduction "IGNORE">
<!ENTITY % chap.install "IGNORE">
<!ENTITY % chap.bsdinstall "IGNORE">
<!ENTITY % chap.basics "IGNORE">
<!ENTITY % chap.ports "IGNORE">
<!ENTITY % chap.config "IGNORE">
<!ENTITY % chap.boot "IGNORE">
<!ENTITY % chap.users "IGNORE">
<!ENTITY % chap.kernelconfig "IGNORE">
<!ENTITY % chap.security "IGNORE">
<!ENTITY % chap.jails "IGNORE">
<!ENTITY % chap.printing "IGNORE">
<!ENTITY % chap.disks "IGNORE">
<!ENTITY % chap.geom "IGNORE">
<!ENTITY % chap.vinum "IGNORE">
<!ENTITY % chap.x11 "IGNORE">
<!ENTITY % chap.l10n "IGNORE">
<!ENTITY % chap.multimedia "IGNORE">
<!ENTITY % chap.desktop "IGNORE">
<!ENTITY % chap.serialcomms "IGNORE">
<!ENTITY % chap.ppp-and-slip "IGNORE">
<!ENTITY % chap.advanced-networking "IGNORE">
<!ENTITY % chap.firewalls "IGNORE">
<!ENTITY % chap.network-servers "IGNORE">
<!ENTITY % chap.mail "IGNORE">
<!ENTITY % chap.cutting-edge "IGNORE">
<!ENTITY % chap.linuxemu "IGNORE">
<!ENTITY % chap.mirrors "IGNORE">
<!ENTITY % chap.mirrors.ftp.inc "INCLUDE">
<!ENTITY % chap.mirrors.cvsup.inc "INCLUDE">
<!ENTITY % chap.bibliography "IGNORE">
<!ENTITY % chap.eresources "IGNORE">
<!ENTITY % chap.eresources.www.inc "INCLUDE">
<!ENTITY % chap.pgpkeys "IGNORE">
<!ENTITY % chap.index "IGNORE">
<!ENTITY % chap.freebsd-glossary "IGNORE">
<!ENTITY % chap.mac "IGNORE">
<!ENTITY % chap.audit "IGNORE">
<!ENTITY % chap.filesystems "IGNORE">
<!ENTITY % chap.dtrace "IGNORE">
<!ENTITY chap.preface SYSTEM "preface/preface.xml">
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
<!-- Part One -->
<![%chap.introduction;[
<!ENTITY chap.introduction SYSTEM "introduction/chapter.xml">
]]>
<![%chap.install;[
<!ENTITY chap.install SYSTEM "install/chapter.xml">
]]>
<![%chap.basics;[
<!ENTITY chap.basics SYSTEM "basics/chapter.xml">
]]>
<![%chap.ports;[
<!ENTITY chap.ports SYSTEM "ports/chapter.xml">
]]>
<![%chap.x11;[
<!ENTITY chap.x11 SYSTEM "x11/chapter.xml">
]]>
<!-- Part Two -->
<![%chap.desktop;[
<!ENTITY chap.desktop SYSTEM "desktop/chapter.xml">
]]>
<![%chap.multimedia;[
<!ENTITY chap.multimedia SYSTEM "multimedia/chapter.xml">
]]>
<![%chap.kernelconfig;[
<!ENTITY chap.kernelconfig SYSTEM "kernelconfig/chapter.xml">
]]>
<![%chap.printing;[
<!ENTITY chap.printing SYSTEM "printing/chapter.xml">
]]>
<![%chap.linuxemu;[
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.xml">
]]>
<!-- Part Three -->
<![%chap.config;[
<!ENTITY chap.config SYSTEM "config/chapter.xml">
]]>
<![%chap.boot;[
<!ENTITY chap.boot SYSTEM "boot/chapter.xml">
]]>
<![%chap.users;[
<!ENTITY chap.users SYSTEM "users/chapter.xml">
]]>
<![%chap.security;[
<!ENTITY chap.security SYSTEM "security/chapter.xml">
]]>
<![%chap.jails;[
<!ENTITY chap.jails SYSTEM "jails/chapter.xml">
]]>
<![%chap.mac;[
<!ENTITY chap.mac SYSTEM "mac/chapter.xml">
]]>
<![%chap.audit;[
<!ENTITY chap.audit SYSTEM "audit/chapter.xml">
]]>
<![%chap.disks;[
<!ENTITY chap.disks SYSTEM "disks/chapter.xml">
]]>
<![%chap.geom;[
<!ENTITY chap.geom SYSTEM "geom/chapter.xml">
]]>
<![%chap.vinum;[
<!ENTITY chap.vinum SYSTEM "vinum/chapter.xml">
]]>
<![%chap.virtualization;[
<!ENTITY chap.virtualization SYSTEM "virtualization/chapter.xml">
]]>
<![%chap.l10n;[
<!ENTITY chap.l10n SYSTEM "l10n/chapter.xml">
]]>
<![%chap.cutting-edge;[
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.xml">
]]>
<![%chap.dtrace;[
<!ENTITY chap.dtrace SYSTEM "dtrace/chapter.xml">
]]>
<!-- Part Four -->
<![%chap.serialcomms;[
<!ENTITY chap.serialcomms SYSTEM "serialcomms/chapter.xml">
]]>
<![%chap.ppp-and-slip;[
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.xml">
]]>
<![%chap.mail;[
<!ENTITY chap.mail SYSTEM "mail/chapter.xml">
]]>
<![%chap.network-servers;[
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.xml">
]]>
<![%chap.firewalls;[
<!ENTITY chap.firewalls SYSTEM "firewalls/chapter.xml">
]]>
<![%chap.advanced-networking;[
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.xml">
]]>
<!-- Part Five (appendices) -->
<![%chap.mirrors;[
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.xml">
]]>
<![%chap.mirrors.ftp.inc;[
<!ENTITY chap.mirrors.lastmod.inc SYSTEM "mirrors.lastmod.inc">
<!ENTITY chap.mirrors.ftp.index.inc SYSTEM "mirrors.xml.ftp.index.inc">
<!ENTITY chap.mirrors.ftp.inc SYSTEM "mirrors.xml.ftp.inc">
]]>
<![%chap.mirrors.cvsup.inc;[
<!ENTITY chap.mirrors.cvsup.index.inc SYSTEM "mirrors.xml.cvsup.index.inc">
<!ENTITY chap.mirrors.cvsup.inc SYSTEM "mirrors.xml.cvsup.inc">
]]>
<![%chap.bibliography;[
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.xml">
]]>
<![%chap.eresources;[
<!ENTITY chap.eresources SYSTEM "eresources/chapter.xml">
]]>
<![%chap.eresources.www.inc;[
<!ENTITY chap.eresources.www.index.inc SYSTEM "eresources.xml.www.index.inc">
<!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
]]>
<![%chap.pgpkeys;[
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.xml">
]]>
<![%chap.freebsd-glossary;[
<!ENTITY chap.freebsd-glossary "&freebsd-glossary;">
]]>
<![%chap.index;[
<!ENTITY chap.index SYSTEM "index.xml">
]]>
<!ENTITY chap.index "">
<!ENTITY chap.colophon SYSTEM "colophon.xml">
<!-- IGNORE cases -->
<!-- Part One -->
<!ENTITY chap.introduction "">
<!ENTITY chap.install "">
<!ENTITY chap.basics "">
<!ENTITY chap.ports "">
<!ENTITY chap.x11 "">
<!-- Part Two -->
<!ENTITY chap.desktop "">
<!ENTITY chap.multimedia "">
<!ENTITY chap.kernelconfig "">
<!ENTITY chap.printing "">
<!ENTITY chap.linuxemu "">
<!-- Part Three -->
<!ENTITY chap.config "">
<!ENTITY chap.boot "">
<!ENTITY chap.users "">
<!ENTITY chap.security "">
<!ENTITY chap.jails "">
<!ENTITY chap.mac "">
<!ENTITY chap.audit "">
<!ENTITY chap.disks "">
<!ENTITY chap.geom "">
<!ENTITY chap.filesystems "">
<!ENTITY chap.vinum "">
<!ENTITY chap.virtualization "">
<!ENTITY chap.l10n "">
<!ENTITY chap.cutting-edge "">
<!ENTITY chap.dtrace "">
<!-- Part Four -->
<!ENTITY chap.serialcomms "">
<!ENTITY chap.ppp-and-slip "">
<!ENTITY chap.mail "">
<!ENTITY chap.network-servers "">
<!ENTITY chap.firewalls "">
<!ENTITY chap.advanced-networking "">
<!-- Part Five (appendices) -->
<!ENTITY chap.mirrors "">
<!ENTITY chap.mirrors.ftp.inc "">
<!ENTITY chap.mirrors.cvsup.inc "">
<!ENTITY chap.bibliography "">
<!ENTITY chap.eresources "">
<!ENTITY chap.eresources.www.inc "">
<!ENTITY chap.pgpkeys "">
<!ENTITY chap.freebsd-glossary "">
<!ENTITY chap.index "">

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -416,7 +416,7 @@
&man.cron.8;, sont lancés par l'intermédiaire des
procédures de démarrage du système. Ces
procédures peuvent varier en fonction de la version de
&os,; ou du fournisseur; cependant, l'aspect le plus important
&os;, ou du fournisseur; cependant, l'aspect le plus important
&agrave; considérer est que leur configuration de
démarrage peut être gérée &agrave;
l'aide de procédures de démarrage simples.</para>
@ -468,7 +468,7 @@ stop)
kill -9 `cat /var/run/utility.pid`
;;
*)
echo "Usage: `basename $0` {start|stop}" &gt;&2
echo "Usage: `basename $0` {start|stop}" &gt;&amp;2
exit 64
;;
esac
@ -839,7 +839,7 @@ HOME=/var/log
</authorgroup>
</sect1info>
<title>Utilisation du système rc sous &os</title>
<title>Utilisation du système rc sous &os;</title>
<para>En 2002, le système <filename>rc.d</filename> de NetBSD pour
l'initialisation du système a
@ -993,7 +993,7 @@ sshd is running as pid 433.</screen>
intéressé par l'écriture de vos propres
procédures <filename>rc.d</filename> ou pour
l'amélioration des procédures existantes, vous
trouverez <ulink url="&url.articles.rc-scripting">cette
trouverez <ulink url="&url.articles.rc-scripting;">cette
article</ulink> utile.</para>
</sect1>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -3197,7 +3197,7 @@ mkdir /mnt/var
#
if [ ! -x /sys/compile/MINI/kernel ]
then
cat << EOM
cat &lt;&lt; EOM
The MINI kernel does not exist, please create one.
Here is an example config file:
#
@ -3279,19 +3279,19 @@ cd /
#
# create minimum file system table
#
cat > /mnt/etc/fstab <<EOM
cat &lt; /mnt/etc/fstab &lt;&lt;EOM
/dev/fd0a / ufs rw 1 1
EOM
#
# create minimum passwd file
#
cat > /mnt/etc/passwd <<EOM
root:*:0:0:Charlie &:/root:/bin/sh
cat &lt; /mnt/etc/passwd &lt;&lt;EOM
root:*:0:0:Charlie &amp;:/root:/bin/sh
EOM
cat > /mnt/etc/master.passwd <<EOM
root::0:0::0:0:Charlie &:/root:/bin/sh
cat &lt; /mnt/etc/master.passwd &lt;&lt;EOM
root::0:0::0:0:Charlie &amp;:/root:/bin/sh
EOM
chmod 600 /mnt/etc/master.passwd
@ -3376,17 +3376,6 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
reproduire. Une heure de perdue maintenant peut vous
épargner d'autres ennuis plus tard.</para>
</sect3>
<![ %not.published; [
<sect3>
<title>* Je ne me suis pas préparé au désastre,
que faire?</title>
<para></para>
</sect3>
]]>
</sect2>
</sect1>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -787,7 +787,7 @@
Pour la plupart des listes, il y a déj&agrave; beaucoup de
souscripteurs communs, et mis &agrave; part les cas les plus
ésotériques (par exemple
&ldquo;-stable & -scsi&rdquo;), il n'y a pas vraiment de
&ldquo;-stable &amp; -scsi&rdquo;), il n'y a pas vraiment de
raison de poster sur plus d'une liste &agrave; la fois.
Si vous recevez un message où apparaissent sur la
ligne <literal>Cc</literal> plusieurs listes de diffusion,

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -2562,7 +2562,7 @@ Mounting root from ufs:/dev/md0c
The ports collection is a very valuable resource and well worth having
on your /usr partition, so it is advisable to say Yes to this option.
For more information on the ports collection & the latest ports,
For more information on the ports collection &amp; the latest ports,
visit:
http://www.FreeBSD.org/ports

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -1371,7 +1371,7 @@ device fwe # Ethernet over FireWire (non-standard!)</programl
familles de microprocesseurs &pentium; Pro et
suivantes.</para>
<para>L'extension de l'adressage physique&mdash,&ldquo;Physical
<para>L'extension de l'adressage physique&mdash;,&ldquo;Physical
Address Extension&rdquo; (<acronym>PAE</acronym>) est une
caractéristique des microprocesseurs &intel; &pentium;
Pro et suivants autorisant les configurations mémoires

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -736,14 +736,14 @@ LOG=/var/log/lmgrd.log
case "$1" in
start)
lmgrd -c ${LICENSE_FILE} 2&gt;&gt; ${LOG} 1&gt;&2
lmgrd -c ${LICENSE_FILE} 2&gt;&gt; ${LOG} 1&gt;&amp;2
echo -n " lmgrd"
;;
stop)
lmgrd -c ${LICENSE_FILE} -x lmdown 2&gt;&gt; ${LOG} 1&gt;&2
lmgrd -c ${LICENSE_FILE} -x lmdown 2&gt;&gt; ${LOG} 1&gt;&amp;2
;;
*)
echo "Usage: `basename $0` {start|stop}" 1&gt;&2
echo "Usage: `basename $0` {start|stop}" 1&gt;&amp;2
exit 64
;;
esac
@ -1061,7 +1061,7 @@ exit 0</programlisting>
ce qui suit:</para>
<programlisting>#!/usr/compat/linux/bin/sh
(sleep 5; killall -1 matlab_helper) &
(sleep 5; killall -1 matlab_helper) &amp;
exit 0</programlisting>
</step>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
$FreeBSD$

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -2107,7 +2107,7 @@ sasl_pwcheck_program="/usr/local/sbin/pwcheck"</programlisting>
qui devra être affiché. Dans cet exemple, nous
lirons le premier courrier électronique:</para>
<screen>& <userinput>t 1</userinput>
<screen>&prompt.user; <userinput>t 1</userinput>
Message 1:
From root@localhost Mon Mar 8 14:05:52 2004
X-Original-To: marcs@localhost
@ -2141,7 +2141,7 @@ This is a test message, please reply if you receive it.</screen>
<keycap>.</keycap> sur une nouvelle ligne. Ci-dessous est
présenté un exemple:</para>
<screen>& <userinput>R 1</userinput>
<screen>&prompt.user; <userinput>R 1</userinput>
To: root@localhost
Subject: Re: test
@ -2159,7 +2159,7 @@ EOT</screen>
d'un message doit être indiquée en mettant un
<keycap>.</keycap> seul sur une nouvelle ligne.</para>
<screen>& <userinput>mail root@localhost</userinput>
<screen>&prompt.user; <userinput>mail root@localhost</userinput>
Subject: <userinput>I mastered mail
Now I can send and receive email using mail ... :)
@ -2628,7 +2628,7 @@ user "john", with password "XXXXX", is "myth" here;</programlisting>
<literal>goodmail@example2.com</literal>:</para>
<programlisting>:0
* < 1000
* &lt; 1000
! goodmail@example2.com</programlisting>
<para>Mettre tout le courrier &agrave; destination de

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -566,7 +566,7 @@ reinput 1 {\255}
if success goto slhup
reinput 1 {\127}
if success goto slhup
if < \%x 60 goto look
if &lt; \%x 60 goto look
else goto slhup
:sllogin ; ouverture de session
@ -587,7 +587,7 @@ reinput 1 {\255}
if success goto slhup
reinput 1 {\127}
if success goto slhup
if < \%x 10 goto slloop ; essayer 10 fois d'obtenir une invite de session
if &lt; \%x 10 goto slloop ; essayer 10 fois d'obtenir une invite de session
else goto slhup ; raccrocher et recommencer après 10 échecs
:sluid

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -2162,7 +2162,7 @@ options IPSEC_ESP #IP security (crypto; define w/IPSEC)</progr
<screen>
(1)
Machine A ------> Machine B
Machine A ------&gt; Machine B
(1)PROTO=AH
ALG=MD5(RFC1826)
@ -2170,8 +2170,8 @@ options IPSEC_ESP #IP security (crypto; define w/IPSEC)</progr
SPI=1000
(2.1)
Machine A <------ Machine B
<------
Machine A &lt;------ Machine B
&lt;------
(2.2)
(2.1)
@ -2224,10 +2224,10 @@ C
Machine A --------------------------> Machine E
10.2.3.4 10.6.7.8
| |
========= ancien AH keyed-md5 ========>
========= ancien AH keyed-md5 ========&gt;
<======== nouveau AH hmac-sha1 ========
<======== nouveau ESP des-cbc =========
&lt;======== nouveau AH hmac-sha1 ========
&lt;======== nouveau ESP des-cbc =========
</screen>
</sect2>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The Vinum Volume Manager
Par Greg Lehey (grog at lemis dot com)

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
@ -112,7 +112,7 @@
juste la lettre suivante dans l'alphabet romain.</para>
<para>X peut être appelé &ldquo;X&rdquo;,
&ldquo;Système X Window&rdquo;, <quote>X11&</quote>, et sous d'autres
&ldquo;Système X Window&rdquo;, <quote>X11</quote>, et sous d'autres
noms. Il se peut que vous puissiez trouver que nommer
X11 <quote>X Windows</quote> peut être offensant pour
certaines personnes; consultez &man.X.7; pour un peu plus
@ -364,7 +364,7 @@
l'implémentation open source du système X Window
publiée par la fondation X.Org.
<application>&xorg;</application> est basée sur le code
de <application>&xfree86&nbsp;4.4RC2</application> et d'X11R6.6.
de <application>&xfree86;&nbsp;4.4RC2</application> et d'X11R6.6.
la version d'<application>&xorg;</application> actuellement disponible dans le catalogue des logiciels
portés de &os; est la &xorg.version;.</para>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
"../../../share/xml/freebsd42.dtd" [
<!ENTITY % entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//FR" "../../share/xml/entities.ent">

View file

@ -14,7 +14,6 @@
<xsl:import href="../../../share/xml/mirrors-master.xsl" />
<xsl:output type="xml" encoding="iso-8859-1"
omit-xml-declaration="yes"
indent="yes"/>
<!-- template: "mirrors-docbook-contact" -->