<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD
/wml_1.1.xml"> 

<!-- J. Margerin -->

<wml>

  <card id="card1" title="Long deck">
    <p>
      Exemple de long deck : 
       The  Point-to-Point  Protocol  (PPP) provides a method for
       transmitting datagrams over serial  point-to-point  links.
       PPP is composed of three parts: a method for encapsulating
       datagrams over serial links, an  extensible  Link  Control
       Protocol  (LCP), and a family of Network Control Protocols
       (NCP) for establishing and configuring different  network-
       layer protocols.

       The encapsulation scheme is provided by driver code in the
       kernel.  Pppd provides the basic LCP, authentication  sup-
       port,  and  an  NCP  for  establishing and configuring the
       Internet Protocol (IP) (called the  IP  Control  Protocol,
       IPCP).

      <img src="bmp/test.bmp" alt="[imgi]"/>

      FREQUENTLY USED OPTIONS
       &lt;tty_name&gt;
              Communicate  over  the  named  device.   The string
              "/dev/" is prepended if necessary.   If  no  device
              name  is given, or if the name of the terminal con-
              nected to the standard input is  given,  pppd  will
              use  that terminal, and will not fork to put itself
              in the background.  This option  is  privileged  if
              the noauth option is used.

       &lt;speed&gt;
              Set  the  baud  rate to &lt;speed&gt; (a decimal number).
              On systems such as 4.4BSD and NetBSD, any speed can
              be  specified.   Other  systems  (e.g. SunOS) allow
              only a limited set of speeds.
    </p>
  </card>

</wml>

