From owner-freebsd-doc@FreeBSD.ORG Wed Mar 2 01:40:10 2005 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 521FF16A4D1 for ; Wed, 2 Mar 2005 01:40:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8288243D55 for ; Wed, 2 Mar 2005 01:40:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j221e9VP037376 for ; Wed, 2 Mar 2005 01:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j221e9BZ037375; Wed, 2 Mar 2005 01:40:09 GMT (envelope-from gnats) Date: Wed, 2 Mar 2005 01:40:09 GMT Message-Id: <200503020140.j221e9BZ037375@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Subject: Re: docs/75711: opendir manpage X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 01:40:10 -0000 The following reply was made to PR docs/75711; it has been noted by GNATS. From: Giorgos Keramidas To: Ruslan Ermilov Cc: abc@ai1.anchorage.mtaonline.net, bug-followup@freebsd.org Subject: Re: docs/75711: opendir manpage Date: Wed, 2 Mar 2005 03:37:45 +0200 abc@ai1.anchorage.mtaonline.net wrote: > man opendir(), only the closedir() info states errno settings. The opendir() implementation in libc calls the following functions or systems calls that may fail: close(), fcntl(), fstat(), malloc(), mergesort(), open(), stat(), reallocf(). Should we document the join of all the possible errors these calls may fail with in opendir()'s manpage?