docs/73193: mlock.2 references wrong
Jilles Tjoelker
jilles at stack.nl
Wed Oct 27 10:40:28 UTC 2004
>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 at 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:
More information about the freebsd-doc
mailing list