Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 1999 10:18:40 -0700 (PDT)
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        billf@FreeBSD.ORG (Bill Fumerola)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/pkg_install/add main.c src/usr.sbin/pkg_install/create         main.c src/usr.sbin/pkg_install/delete m
Message-ID:  <199906231718.KAA65977@troutmask.apl.washington.edu>
In-Reply-To: <199906231654.JAA37223@freefall.freebsd.org> from Bill Fumerola at "Jun 23, 1999 09:54:39 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Fumerola wrote:
> billf       1999/06/23 09:54:39 PDT
> 
>   Modified files:
>     usr.sbin/pkg_install/add main.c 
>     usr.sbin/pkg_install/create main.c 
>     usr.sbin/pkg_install/delete main.c 
>     usr.sbin/pkg_install/info main.c 
>   Log:
>   If we are going to have a case for '?' then we should define it in Options.
>   

getopt(3) returns '?' for any character not contained in optarg.
Thus, "case '?':" is a catch-all, and '?' does not (should not?)
be defined in Options.

-- 
Steve


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906231718.KAA65977>