Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2004 12:34:00 +0200 (CEST)
From:      Jilles Tjoelker <jilles@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/73193: mlock.2 references wrong
Message-ID:  <20041027103400.7BF201CCC9@turtle.stack.nl>
Resent-Message-ID: <200410271040.i9RAeRa9033758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73193
>Category:       docs
>Synopsis:       mlock.2 references wrong
>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:   Wed Oct 27 10:40:27 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041027103400.7BF201CCC9>