Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!gwyn
From: gwyn@brl-tgr.ARPA (Doug Gwyn )
Newsgroups: net.unix
Subject: Re: Re: getopt(3) posting FLAME
Message-ID: <2463@brl-tgr.ARPA>
Date: Sat, 26-Oct-85 08:19:16 EST
Article-I.D.: brl-tgr.2463
Posted: Sat Oct 26 08:19:16 1985
Date-Received: Sun, 27-Oct-85 07:33:00 EST
References: <910@utcs.uucp> <306@graffiti.UUCP> <898@burl.UUCP>
Organization: Ballistic Research Lab
Lines: 6

> What is rule 6?

That's the one that prohibits options like
	$ cc -ofoo foo.c
and requires that there be a space:
	$ cc -o foo foo.c