hi,
browsing through the munmap() page, it says
     Munmap() will fail if:

     [EINVAL]           The addr parameter was not page aligned, the len
                        ...

now, i have verified that munmap works fine with any address returned
by mmap, even if not aligned, at least on a recent -STABLE.

As i assume that passing munmap() the same address returned by mmap()
is common behaviour, should we rephrase the manpage ?

        cheers
        luigi
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to