From nobody@FreeBSD.org  Thu Apr 15 10:24:16 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 636E81065674
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] 7.3 relnotes erroneously describes new getpagesizes(3)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 15 10:30:01 UTC 2010
>Closed-Date:    Thu Nov 01 19:18:47 UTC 2012
>Last-Modified:  Thu Nov 01 19:18:47 UTC 2012
>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.

      <para>&os; <application>libc</application> 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.</para>

>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 @@
   <sect1 id="late-news">
     <title>Late-Breaking News and Corrections</title>
 
+    <para>[20100415] The &os; 7.3-RELEASE Release Notes incorrectly
+      mentioned that the &man.getpagesize.3 function has been added
+      to &os; <application>libc</application> library.  It should have
+      been the &man.getpagesizes.3 function.  The correct entry
+      is:</para>
+
+    <blockquote>
+      <para>&os; <application>libc</application> 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.</para>
+    </blockquote>
+
     <para>[20100402] The &os; 7.3-RELEASE Release Notes incorrectly
       mentioned that a <option>-p</option> flag has been added to the
       &man.ps.1; utility.  It should have been a <option>-d</option>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Thu Nov 1 19:18:46 UTC 2012 
State-Changed-Why:  
7.3 is now anctient, and it isn't clear that we ever update release 
notes; close PR for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145719 
>Unformatted:
