From owner-cvs-all Fri Jul 30 3:57:58 1999 Delivered-To: cvs-all@freebsd.org Received: from mpp.pro-ns.net (mpp.pro-ns.net [208.200.182.72]) by hub.freebsd.org (Postfix) with ESMTP id D50BD1539D; Fri, 30 Jul 1999 03:57:46 -0700 (PDT) (envelope-from mpp@mpp.pro-ns.net) Received: (from mpp@localhost) by mpp.pro-ns.net (8.9.3/8.9.3) id FAA05826; Fri, 30 Jul 1999 05:57:33 -0500 (CDT) (envelope-from mpp) From: Mike Pritchard Message-Id: <199907301057.FAA05826@mpp.pro-ns.net> Subject: Re: cvs commit: src/lib/libc/sys getdents.2 In-Reply-To: <199907301034.UAA03693@godzilla.zeta.org.au> from Bruce Evans at "Jul 30, 1999 08:34:19 pm" To: bde@zeta.org.au (Bruce Evans) Date: Fri, 30 Jul 1999 05:57:33 -0500 (CDT) Cc: mpp@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > They're not identical. getdirentries() has an extra basep arg and has > the wrong type for the size arg. I don't know why NetBSD dropped the > basep arg. Oops, missed that. > Diffing the man pages shows some bugs in getdents.2: > - missing include in synopsys > - wrong types for d_fileno, etc. > - d_type not documented (intentional?) > - spelling error gtdents All reasons I haven't added it to the makefile yet. > - non-bug ".Bl -tag -width Er". Is this better? Yes, ".Bl -tag -width Er" is preferred. > - missing/extra docs for EINVAL > - xrefs not sorted I think I might just start over with our getdirentries man page. -- Mike Pritchard mpp@FreeBSD.ORG or mpp@mpp.pro-ns.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message