sched_getcpu.3: Place correct header file in SYNOPSIS

Reported-by: Samy Al Bahra <sbahra@repnop.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-12-08 02:29:14 +01:00
parent ac049785a2
commit 6a56bbb532
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH SCHED_GETCPU 3 2008-07-03 "Linux" "Linux Programmer's Manual"
.TH SCHED_GETCPU 3 2009-12-08 "Linux" "Linux Programmer's Manual"
.SH NAME
sched_getcpu \- determine CPU on which the calling thread is running
.SH SYNOPSIS
.nf
.B #define _GNU_SOURCE
.B #include <utmpx.h>
.B #include <sched.h>
.B int sched_getcpu(void);
.fi