From owner-freebsd-stable@FreeBSD.ORG Sat Mar 29 13:38:49 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 758F91065673 for ; Sat, 29 Mar 2008 13:38:49 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 003F78FC16 for ; Sat, 29 Mar 2008 13:38:48 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so91764uge.37 for ; Sat, 29 Mar 2008 06:38:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=xDSvAjYyEdYpu4LESHM2s+pl7JZxhF6i/Fp6EPBh720=; b=rT8N4MIhXaTJFbXFC6+RafrOJ9vGMoEvdP87XnUhhPRJe/tK1Xa1YUUrRcinSHZGzf5e78kQcpY6pfaLUrIcGnekE8MW2dUH9gcfxu1+VJG94YhOsbD3hc2ThDWBl1YkPssM/PQhT4kexetIAvRAW14tx8Lo9GOyFYR1FnYjqeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Li2GCBLhaM3WEKPGMWhELaGOfq4Fy4coaXhwEbut5AnUUP332EPfE5/ToEsPwkrlVyfwwxr/Z+7HK+SnwX5td/Y5t58fACq4Ckd1+fQili6+dRFJcczTWygpX3i9S+Rtqjqe/umebXtT78DJqiaiIgur3Q6coZ8MJSChby9yhfk= Received: by 10.67.116.19 with SMTP id t19mr607405ugm.47.1206797927597; Sat, 29 Mar 2008 06:38:47 -0700 (PDT) Received: by 10.66.219.8 with HTTP; Sat, 29 Mar 2008 06:38:47 -0700 (PDT) Message-ID: Date: Sat, 29 Mar 2008 10:38:47 -0300 From: "Carlos A. M. dos Santos" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Missing manual pages (e.g. aio_fsync) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2008 13:38:49 -0000 Hello, It seems that the manual page of aio_fsync is missing, at least in FreeBSD 7.0-STABLE. I have some questions regarding this: 1. Is there somebody working on a man page for aio_fsync? 2. Is there a list of missing manual pages? 3. What is the current status of POSIX and Unix Specification? Is there any agreement with IEEE or Open Group allowing to cut-and-paste from, say, http://www.opengroup.org/onlinepubs/009695399/functions/aio_fsync.html? -- Carlos A. M. dos Santos