Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83 (MC840302); site mcvax.UUCP Path: utzoo!linus!decvax!tektronix!zehntel!dual!lll-crg!gymble!umcp-cs!seismo!mcvax!aeb From: aeb@mcvax.UUCP (Andries Brouwer) Newsgroups: net.bugs.4bsd Subject: Re: 4.2 manual section 2 error code lists considered bogus Message-ID: <659@mcvax.UUCP> Date: Wed, 8-May-85 13:31:59 EDT Article-I.D.: mcvax.659 Posted: Wed May 8 13:31:59 1985 Date-Received: Mon, 10-Jun-85 08:09:47 EDT References: <2157@sun.uucp> Reply-To: aeb@mcvax.UUCP (Andries Brouwer) Distribution: net Organization: CWI, Amsterdam Lines: 8 In addition to the long list of corrections and additions to the section 2 man pages posted recently by Guy Harris one might remark that, contrary to what is stated for creat(2): "Creat will fail and the file will not be created or truncated if one of the following occur: ...", creat will in fact create (but not truncate) a file when the EMFILE (too many open files) error is returned. (This is on BSD4.2 and was noticed by ab@unido while playing around with hack.)