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

« back to all changes in this revision

Viewing changes to man2/setpgid.2

  • 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:
55
55
.sp
56
56
.BR "pid_t getpgrp(void);" "                /* POSIX.1 version */"
57
57
.br
58
 
.BI "pid_t getpgrp(psid_t " pid ");\ \ \ \ \ \ \ \ \ "
 
58
.BI "pid_t getpgrp(pid_t " pid ");\ \ \ \ \ \ \ \ \ "
59
59
/* BSD version */
60
60
.sp
61
61
.BR "int setpgrp(void);" "                  /* System V version */"
307
307
.BR termios (3),
308
308
.BR credentials (7)
309
309
.SH COLOPHON
310
 
This page is part of release 3.23 of the Linux
 
310
This page is part of release 3.24 of the Linux
311
311
.I man-pages
312
312
project.
313
313
A description of the project,