From jilles@stack.nl  Wed Oct 27 10:34:02 2004
Return-Path: <jilles@stack.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 47B0616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 2004 10:34:02 +0000 (GMT)
Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8909943D31
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 2004 10:34:01 +0000 (GMT)
	(envelope-from jilles@stack.nl)
Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132])
	by mailhost.stack.nl (Postfix) with ESMTP id 964F61F0B5
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Oct 2004 12:34:00 +0200 (CEST)
Received: by turtle.stack.nl (Postfix, from userid 1677)
	id 7BF201CCC9; Wed, 27 Oct 2004 12:34:00 +0200 (CEST)
Message-Id: <20041027103400.7BF201CCC9@turtle.stack.nl>
Date: Wed, 27 Oct 2004 12:34:00 +0200 (CEST)
From: Jilles Tjoelker <jilles@stack.nl>
Reply-To: Jilles Tjoelker <jilles@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: mlock.2 references wrong
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73193
>Category:       docs
>Synopsis:       mlock.2 references wrong
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 27 10:40:27 GMT 2004
>Closed-Date:    Mon Nov 08 18:51:39 GMT 2004
>Last-Modified:  Mon Nov 08 18:51:39 GMT 2004
>Originator:     Jilles Tjoelker
>Release:        6-CURRENT
>Organization:
MCGV Stack
>Environment:
patched mlock.2 from CVS HEAD
System: FreeBSD turtle.stack.nl 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #28: Wed May 26 18:25:55 CEST 2004 marcolz@turtle.stack.nl:/usr/obj/usr/src/sys/TURTLE i386


>Description:
Two "SEE ALSO" entries look wrong: mlockall(2,) munlockall(2,)
instead of mlockall(2), munlockall(2),
>How-To-Repeat:
man 2 mlock
>Fix:
patch included

--- mlock.2.patch begins here ---
--- src/lib/libc/sys/mlock.2.orig	Tue Aug 10 18:38:19 2004
+++ src/lib/libc/sys/mlock.2	Wed Oct 27 00:15:04 2004
@@ -139,8 +139,8 @@
 Some portion of the indicated address range is not allocated.
 .El
 .Sh "SEE ALSO"
-.Xr mlockall 2,
-.Xr munlockall 2,
+.Xr mlockall 2 ,
+.Xr munlockall 2 ,
 .Xr fork 2 ,
 .Xr mincore 2 ,
 .Xr minherit 2 ,
--- mlock.2.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: ceri 
State-Changed-When: Wed Oct 27 11:26:59 GMT 2004 
State-Changed-Why:  
Corrected in -HEAD, thanks. 


Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Wed Oct 27 11:26:59 GMT 2004 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73193 
State-Changed-From-To: patched->closed 
State-Changed-By: ceri 
State-Changed-When: Mon Nov 8 18:51:09 GMT 2004 
State-Changed-Why:  
MFC'd to RELENG_5; no need to go back to RELENG_4.  Thanks again. 

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