From nobody@FreeBSD.org  Sun Jun 10 20:20:25 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 0AB69106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 Jun 2012 20:20:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id EAA788FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 Jun 2012 20:20:24 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q5AKKOCB084309
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 Jun 2012 20:20:24 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q5AKKO5J084308;
	Sun, 10 Jun 2012 20:20:24 GMT
	(envelope-from nobody)
Message-Id: <201206102020.q5AKKO5J084308@red.freebsd.org>
Date: Sun, 10 Jun 2012 20:20:24 GMT
From: Olivier Cochard-Labb <olivier@cochard.me>
To: freebsd-gnats-submit@FreeBSD.org
Subject: map_mincore(9) not up-to-date
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168930
>Category:       docs
>Synopsis:       map_mincore(9) not up-to-date
>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:   Sun Jun 10 20:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labb
>Release:        9.0-release
>Organization:
BSD Router Project
>Environment:
FreeBSD dev.bsdrp.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Hi,

man pmap_mincore indicate this usage:
int pmap_mincore(pmap_t pmap, vm_offset_t addr)

But, in the pmap.c files (like sys/amd64/amd64/pmap.c) there are this usage:
int pmap_mincore(pmap_t pmap, vm_offset_t addr, vm_paddr_t *locked_pa)

The manual page seems not up-to-date.

Regards,
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
