Bug 33153 - munmap(2)'s man page lists munmap(2) where it should list mmap(2)
Summary: munmap(2)'s man page lists munmap(2) where it should list mmap(2)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-24 18:10 UTC by Faried Nawaz
Modified: 2002-01-07 06:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.