SYNOPSIS: s/size_t \*len/size_t len/

This commit is contained in:
Michael Kerrisk 2008-05-26 11:12:19 +00:00
parent 8660aec07e
commit 5b524e2533
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@
.\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and
.\" a much improved example program.
.\"
.TH MPROTECT 2 2007-06-02 "Linux" "Linux Programmer's Manual"
.TH MPROTECT 2 2008-06-02 "Linux" "Linux Programmer's Manual"
.SH NAME
mprotect \- set protection on a region of memory
.SH SYNOPSIS
.nf
.B #include <sys/mman.h>
.sp
.BI "int mprotect(const void *" addr ", size_t *" len ", int " prot );
.BI "int mprotect(const void *" addr ", size_t " len ", int " prot );
.fi
.SH DESCRIPTION
.BR mprotect ()