]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sched_yield.2: Small changes consistent with migration of content to sched(7)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 28 Apr 2014 11:05:40 +0000 (13:05 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Apr 2014 13:01:00 +0000 (15:01 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/sched_yield.2

index 89cf79c900d22a877cca8ee9aa42d5610b7ca442..9205156abdfa1be5229bf4a84c3fd5474710be6e 100644 (file)
@@ -26,7 +26,7 @@
 .\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
 .\"            revision
 .\"
-.TH SCHED_YIELD 2 2008-10-18 "Linux" "Linux Programmer's Manual"
+.TH SCHED_YIELD 2 2014-04-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sched_yield \- yield the processor
 .SH SYNOPSIS
@@ -77,8 +77,4 @@ schedulable threads are still held by the caller),
 since doing so will result in unnecessary context switches,
 which will degrade system performance.
 .SH SEE ALSO
-.BR sched_setscheduler (2)
-for a description of Linux scheduling
-.PP
-.I Programming for the real world \- POSIX.4
-by Bill O. Gallmeister, O'Reilly & Associates, Inc., ISBN 1-56592-074-0.
+.BR sched (7)