Bug 33153

Summary: munmap(2)'s man page lists munmap(2) where it should list mmap(2)
Product: Documentation Reporter: Faried Nawaz <fn>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Faried Nawaz 2001-12-24 18:10:00 UTC
	The man page for munmap(2) lists munmap(2) in the SEE ALSO section.
	It should list mmap(2) instead.

Fix: 

or, edit it by hand.--PzJou3pTSy7NmIkkmZO66UQv3GrbFVHs3WrvURq6TuB7RGwj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- src/lib/libc/sys/munmap.2~	Mon Dec 24 22:55:39 2001
+++ src/lib/libc/sys/munmap.2	Mon Dec 24 22:55:51 2001
@@ -72,7 +72,7 @@
 .Xr mincore 2 ,
 .Xr mprotect 2 ,
 .Xr msync 2 ,
-.Xr munmap 2 ,
+.Xr mmap 2 ,
 .Xr getpagesize 3
 .Sh HISTORY
 The
How-To-Repeat: 	RTFM.
Comment 1 dd freebsd_committer freebsd_triage 2002-01-07 06:12:29 UTC
State Changed
From-To: open->closed

patch applied after sorting xrefs, thanks.