chiark / gitweb /
Option is -l not -lc, document that.
authorian <ian>
Sun, 28 May 2000 18:27:09 +0000 (18:27 +0000)
committerian <ian>
Sun, 28 May 2000 18:27:09 +0000 (18:27 +0000)
ipif/udptunnel

index 2024ea7f2f3e89883d0cfb2402a1f145dfd52be7..65226b07a3d34d08a2101df5f552b796e4f5ff02 100755 (executable)
@@ -25,8 +25,8 @@
 # udptunnel will userv ipif locally, as
 #    userv root ipif <private-local-addr>,<private-remote-addr>,<mtu>,<proto>
 #                    <extra-local-nets>
-# or, if -lc was given, userv root ipif is replaced with the argument(s) to
-# successive -lc options.
+# or, if -l was given, userv root ipif is replaced with the argument(s) to
+# successive -l options.
 
 # Copyright (C) 1999 Ian Jackson
 #
@@ -44,7 +44,7 @@
 # along with userv-utils; if not, write to the Free Software
 # Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 #
-# $Id: udptunnel,v 1.8 1999/11/09 22:35:41 ian Exp $
+# $Id: udptunnel,v 1.9 2000/05/28 18:27:09 ian Exp $
 
 use Socket;
 use POSIX;