From 88332428d953a2b6eb4e219e521cdfdc54d2af78 Mon Sep 17 00:00:00 2001 Message-Id: <88332428d953a2b6eb4e219e521cdfdc54d2af78.1718726434.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 28 May 2000 18:27:09 +0000 Subject: [PATCH] Option is -l not -lc, document that. Organization: Straylight/Edgeware From: ian --- ipif/udptunnel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipif/udptunnel b/ipif/udptunnel index 2024ea7..65226b0 100755 --- a/ipif/udptunnel +++ b/ipif/udptunnel @@ -25,8 +25,8 @@ # udptunnel will userv ipif locally, as # userv root ipif ,,, # -# 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; -- [mdw]