aboutsummaryrefslogtreecommitdiff
path: root/manual/resource.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-10 18:40:03 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-10 18:40:03 +0000
commit3c44837c5c39859c8c03943737f384b81faf7bfa (patch)
tree2aebda20af32dbabfa41890e536cf37b191433da /manual/resource.texi
parent157aa14d96db087562e8dff3388cb94c0be14758 (diff)
downloadglibc-3c44837c5c39859c8c03943737f384b81faf7bfa.tar
glibc-3c44837c5c39859c8c03943737f384b81faf7bfa.tar.gz
glibc-3c44837c5c39859c8c03943737f384b81faf7bfa.tar.bz2
glibc-3c44837c5c39859c8c03943737f384b81faf7bfa.zip
(Basic Scheduling Functions): Fix typo.
Diffstat (limited to 'manual/resource.texi')
-rw-r--r--manual/resource.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/resource.texi b/manual/resource.texi
index cbab47e42c..5afc843893 100644
--- a/manual/resource.texi
+++ b/manual/resource.texi
@@ -985,7 +985,7 @@ function, so there are no specific @code{errno} values.
@comment sched.h
@comment POSIX
-@deftypefun sched_yield (void)
+@deftypefun int sched_yield (void)
This function voluntarily gives up the process' claim on the CPU.