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.
State Changed From-To: open->closed patch applied after sorting xrefs, thanks.