Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!gem.mps.ohio-state.edu!wuarchive!udel!rochester!cornell!ken From: ken@gvax.cs.cornell.edu (Ken Birman) Newsgroups: comp.sys.isis Subject: Re: isis_input() inconsistancies Message-ID: <33575@cornell.UUCP> Date: 26 Oct 89 16:32:53 GMT References: Sender: nobody@cornell.UUCP Reply-To: ken@gvax.cs.cornell.edu (Ken Birman) Distribution: comp Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 11 In article rich@oxtrap.UUCP writes: >In the man page, isis_input() is defined as: > int isis_input(int fd, int (*callback)(int fd, int arg), int arg); >but on page 287 of the manual (under quick reference): > int isis_input(int fd, int (*callback)(int fd /* no arg */ ), int arg); >... the isis_init() man page is also scrambled. The code implements: int (*callback)(int arg); Sorry about the error -- well fix the manual and both man pages.