Skip to content

Commit

Permalink
* manual/memory.texi (Page Lock Functions): Typo fix.
Browse files Browse the repository at this point in the history
	Reported by Carlos Maziero <maziero@ppgia.pucpr.br>
  • Loading branch information
Roland McGrath committed Oct 18, 2004
1 parent c1d3988 commit 10e0498
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2004-10-17 Roland McGrath <roland@frob.com>

* manual/memory.texi (Page Lock Functions): Typo fix.
Reported by Carlos Maziero <maziero@ppgia.pucpr.br>

2004-10-16 Alfred M. Szmidt <ams@kemisten.nu>

* sysdeps/mach/hurd/Makefile (link-libc-static): Use
Expand Down
2 changes: 1 addition & 1 deletion manual/memory.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ wouldn't know what address to tell @code{mlock}.
@comment POSIX.1b
@deftypefun int munlock (const void *@var{addr}, size_t @var{len})

@code{mlock} unlocks a range of the calling process' virtual pages.
@code{munlock} unlocks a range of the calling process' virtual pages.

@code{munlock} is the inverse of @code{mlock} and functions completely
analogously to @code{mlock}, except that there is no @code{EPERM}
Expand Down

0 comments on commit 10e0498

Please sign in to comment.