From 372be1a3e11c2a1c5995fdc5ef84e8a49d9977b7 Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 23 Oct 2002 14:18:07 +0000 Subject: Make the first argument of getbsize a size_t* instead of an int*, as this is what the quantity actually is. Fix an easy const while I'm here. --- lib/libc/gen/getbsize.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/gen/getbsize.3') diff --git a/lib/libc/gen/getbsize.3 b/lib/libc/gen/getbsize.3 index cbf4863..f91f8ba 100644 --- a/lib/libc/gen/getbsize.3 +++ b/lib/libc/gen/getbsize.3 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .In stdlib.h .Ft char * -.Fn getbsize "int *headerlenp" "long *blocksizep" +.Fn getbsize "size_t *headerlenp" "long *blocksizep" .Sh DESCRIPTION The .Fn getbsize -- cgit v1.1