chiark / gitweb /
ipif: service.c comment: remove mention of protocols other than slip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Aug 2011 16:25:46 +0000 (17:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Aug 2011 16:25:46 +0000 (17:25 +0100)
ipif/service.c

index 670b44706be087221e882eb69b9c61cf5e02ecef..1387d0e2c9c64e373707a5084e72941a1da4dccf 100644 (file)
@@ -32,9 +32,9 @@
  *
  *  <local-addr>,<peer-addr>,<mtu>,<proto>
  *
- *      As for slattach.  Supported protocols are slip, cslip, and
- *      adaptive.  Alternatively, set to `debug' to print debugging info
- *      and exit.  <local-addr> is address of the interface to be created
+ *      As for slattach.  The only supported protocol is slip.
+ *      Alternatively, set to `debug' to print debugging info and
+ *      exit.  <local-addr> is address of the interface to be created
  *      on the local system; <peer-addr> is the address of the
  *      point-to-point peer.  They must be actual addresses (not
  *      hostnames).