summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/profil.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
committerbde <bde@FreeBSD.org>1997-04-11 18:47:10 +0000
commit5681f0a3dca8af03a55f7e8481bb9243ffc8e809 (patch)
treea5b2606072b9b26de5a3415e92a86c74355df045 /lib/libc/sys/profil.2
parent3e0c208aecc285d4daec5bc7077581a6772957c9 (diff)
downloadFreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.zip
FreeBSD-src-5681f0a3dca8af03a55f7e8481bb9243ffc8e809.tar.gz
Fixed missing const(s) or #include(s) in synopsis.
Diffstat (limited to 'lib/libc/sys/profil.2')
-rw-r--r--lib/libc/sys/profil.23
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/profil.2 b/lib/libc/sys/profil.2
index 8db74ba..a329eee 100644
--- a/lib/libc/sys/profil.2
+++ b/lib/libc/sys/profil.2
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)profil.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: profil.2,v 1.5 1997/02/22 15:04:10 peter Exp $
.\"
.Dd "June 4, 1993"
.Dt PROFIL 2
@@ -42,6 +42,7 @@
.Nm profil
.Nd control process profiling
.Sh SYNOPSIS
+.Fd #include <unistd.h>
.Ft int
.Fn profil "char *samples" "int size" "int offset" "int scale"
.Sh DESCRIPTION
OpenPOWER on IntegriCloud