~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/pthread_setschedparam.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
.\" may want to add something on the topic to this page.
101
101
.SH RETURN VALUE
102
102
On success, these functions return 0;
103
 
on error, they return a non-zero error number.
 
103
on error, they return a nonzero error number.
104
104
If
105
105
.BR pthread_setschedparam ()
106
106
fails, the scheduling policy and parameters of
438
438
.BR pthread_self (3),
439
439
.BR pthreads (7)
440
440
.SH COLOPHON
441
 
This page is part of release 3.23 of the Linux
 
441
This page is part of release 3.24 of the Linux
442
442
.I man-pages
443
443
project.
444
444
A description of the project,