diff options
Diffstat (limited to 'lib/libc/sys/profil.2')
-rw-r--r-- | lib/libc/sys/profil.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/profil.2 b/lib/libc/sys/profil.2 index 8950d7dbf3a..1463403c385 100644 --- a/lib/libc/sys/profil.2 +++ b/lib/libc/sys/profil.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: profil.2,v 1.2 1995/02/27 12:35:32 cgd Exp $ +.\" $NetBSD: profil.2,v 1.3 1995/11/22 23:07:23 cgd Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,7 @@ .Nd control process profiling .Sh SYNOPSIS .Ft int -.Fn profil "char *samples" "int size" "int offset" "int scale" +.Fn profil "char *samples" "size_t size" "u_long offset" "u_int scale" .Sh DESCRIPTION The .Fn profil |