summaryrefslogtreecommitdiff
path: root/ipif
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2011-08-20 17:25:46 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2011-08-20 17:25:46 +0100
commit22410bfab3b25f35b15122a6c1d5e3efa7e3970a (patch)
tree77becad9a006c1f1751953a2c0be980a1708d692 /ipif
parent8acaed657eb4db47c448c8a582810bf301ff47ef (diff)
downloaduserv-utils-22410bfab3b25f35b15122a6c1d5e3efa7e3970a.tar.gz
ipif: service.c comment: remove mention of protocols other than slip
Diffstat (limited to 'ipif')
-rw-r--r--ipif/service.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipif/service.c b/ipif/service.c
index 670b447..1387d0e 100644
--- a/ipif/service.c
+++ b/ipif/service.c
@@ -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).