diff options
author | bms <bms@FreeBSD.org> | 2004-06-14 18:41:24 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-06-14 18:41:24 +0000 |
commit | 012043d12581821c1a8d44301d0e7a85064a17f7 (patch) | |
tree | 4198d77bab0729bf4af7ad402b6e5d1dfb572465 /lib/libc | |
parent | 468855a98620abdafde6241402a09287b7fe434b (diff) | |
download | FreeBSD-src-012043d12581821c1a8d44301d0e7a85064a17f7.zip FreeBSD-src-012043d12581821c1a8d44301d0e7a85064a17f7.tar.gz |
Document the location of the header file which declares the function
prototypes documented in this manual page.
PR: bin/4459
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gmon/moncontrol.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3 index 07636c4..1af4974 100644 --- a/lib/libc/gmon/moncontrol.3 +++ b/lib/libc/gmon/moncontrol.3 @@ -32,7 +32,7 @@ .\" @(#)moncontrol.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd June 14, 2004 .Dt MONCONTROL 3 .Os .Sh NAME @@ -43,6 +43,7 @@ .Lb libc .Sh SYNOPSIS .In sys/types.h +.In sys/gmon.h .Ft int .Fn moncontrol "int mode" .Ft int |