From 5b524e2533d85e16207405735cc842d15a63b126 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 26 May 2008 11:12:19 +0000 Subject: [PATCH] SYNOPSIS: s/size_t \*len/size_t len/ --- man2/mprotect.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/mprotect.2 b/man2/mprotect.2 index f1d8875bb..d8831434e 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -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 .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 ()