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

« back to all changes in this revision

Viewing changes to man2/setpgid.2

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
.\" 2007-07-25, mtk, fairly substantial rewrites and rearrangements
44
44
.\" of text.
45
45
.\"
46
 
.TH SETPGID 2 2010-09-20 "Linux" "Linux Programmer's Manual"
 
46
.TH SETPGID 2 2010-09-26 "Linux" "Linux Programmer's Manual"
47
47
.SH NAME
48
48
setpgid, getpgid, setpgrp, getpgrp \- set/get process group
49
49
.SH SYNOPSIS
72
72
.PD 0
73
73
.BR getpgid ():
74
74
.RS 4
75
 
.TP 4
76
 
Since glibc 2.12:
77
 
_POSIX_C_SOURCE\ >=\ 200809L ||
78
 
_XOPEN_SOURCE\ >=\ 500 ||
79
 
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
80
 
.TP
81
 
Before glibc 2.12:
82
 
_XOPEN_SOURCE\ >=\ 500 ||
83
 
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
 
75
_XOPEN_SOURCE\ >=\ 500 ||
 
76
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
 
77
.br
 
78
|| /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
84
79
.RE
85
80
.sp
86
81
.BR setpgrp "() (POSIX.1):"
325
320
.BR termios (3),
326
321
.BR credentials (7)
327
322
.SH COLOPHON
328
 
This page is part of release 3.27 of the Linux
 
323
This page is part of release 3.32 of the Linux
329
324
.I man-pages
330
325
project.
331
326
A description of the project,