From owner-freebsd-doc@FreeBSD.ORG Thu Apr 15 10:30:02 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E98BA1065670 for ; Thu, 15 Apr 2010 10:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA1B88FC21 for ; Thu, 15 Apr 2010 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3FAU18Z027689 for ; Thu, 15 Apr 2010 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3FAU1WW027687; Thu, 15 Apr 2010 10:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 15 Apr 2010 10:30:01 GMT Resent-Message-Id: <201004151030.o3FAU1WW027687@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, pluknet Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 636E81065674 for ; Thu, 15 Apr 2010 10:24:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 53A4B8FC12 for ; Thu, 15 Apr 2010 10:24:16 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3FAOGBN050828 for ; Thu, 15 Apr 2010 10:24:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o3FAOFa0050815; Thu, 15 Apr 2010 10:24:15 GMT (envelope-from nobody) Message-Id: <201004151024.o3FAOFa0050815@www.freebsd.org> Date: Thu, 15 Apr 2010 10:24:15 GMT From: pluknet To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/145719: [patch] 7.3 relnotes erroneously describes new getpagesizes(3) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 10:30:02 -0000 >Number: 145719 >Category: docs >Synopsis: [patch] 7.3 relnotes erroneously describes new getpagesizes(3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 15 10:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: pluknet >Release: FreeBSD 7.3 >Organization: >Environment: >Description: The getpagesize(3) library call already exists since 4.2BSD (according to its manpage), so this is wrong. Should be corrected to getpagesizes(3) - that's what really appeared in 7.3 with r203170. The original text below. &os; libc library now includes &man.getpagesize.3; function that returns either the number of page sizes supported by the system or a specified subset of the supported page sizes. >How-To-Repeat: >Fix: I guess the next (or similar) should go to the Errata page (attached). [My English is not native, please review if my articles are correct]. Patch attached with submission follows: Index: release/doc/en_US.ISO8859-1/errata/article.sgml =================================================================== --- release/doc/en_US.ISO8859-1/errata/article.sgml (revision 206651) +++ release/doc/en_US.ISO8859-1/errata/article.sgml (working copy) @@ -167,6 +167,19 @@ Late-Breaking News and Corrections + [20100415] The &os; 7.3-RELEASE Release Notes incorrectly + mentioned that the &man.getpagesize.3 function has been added + to &os; libc library. It should have + been the &man.getpagesizes.3 function. The correct entry + is: + +
+ &os; libc library now includes + &man.getpagesizes.3; function that returns either the number + of page sizes supported by the system or a specified subset of + the supported page sizes. +
+ [20100402] The &os; 7.3-RELEASE Release Notes incorrectly mentioned that a flag has been added to the &man.ps.1; utility. It should have been a >Release-Note: >Audit-Trail: >Unformatted: