From: ian Date: Sun, 28 May 2000 18:27:09 +0000 (+0000) Subject: Option is -l not -lc, document that. X-Git-Tag: userv-utils-0-1-finger-mergeup-1~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/userv-utils/commitdiff_plain/88332428d953a2b6eb4e219e521cdfdc54d2af78?ds=sidebyside Option is -l not -lc, document that. --- 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;