On Wed, Dec 06, 2000 at 09:50:55AM +0100, Dag-Erling Smorgrav wrote:
> "G. Adam Stanislav" <[EMAIL PROTECTED]> writes:
> > On Tue, Dec 05, 2000 at 06:11:06PM +0100, Dag-Erling Smorgrav wrote:
> > >The second and third sentences of the second paragraph (the one that
> > >starts on line 23), as well as the entire eighth paragraph (that
> > >starts on line 45), address the questions you asked in your previous
> > >mail.
> > I know it addresses it. Unfortunately, I didn't understand a word of it.
> 
> I don't see how it could get any clearer.
> 
>                       [...]  If addr is zero, an address will be selected by
>      the system.  The actual starting address of the region is returned.

NAME

     mmap - map files or devices into memory

[...]

doesn't immediately shout "You can use this function to allocate memory
as well".

Perhaps

     mmap - allocate memory, or map files or devices into memory

would be better?

In addition, mmap isn't listed in the SEE ALSO for malloc(3), nor is it
listed in memory(3).  mmap() is listed in malloc(3), but only in an
error message.

N
-- 
Internet connection, $19.95 a month.  Computer, $799.95.  Modem, $149.95.
Telephone line, $24.95 a month.  Software, free.  USENET transmission,
hundreds if not thousands of dollars.  Thinking before posting, priceless.
Somethings in life you can't buy.  For everything else, there's MasterCard.
  -- Graham Reed, in the Scary Devil Monastery


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to