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

« back to all changes in this revision

Viewing changes to man2/getsid.2

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2008-12-13 15:28:58 UTC
  • mfrom: (1.1.37 upstream) (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20081213152858-06ey2s94bhc09owg
* New upstream source
* Avoid distribution of more up-to-date pthread manpages that are
  currently also provided by glibc-doc:
  . pthread_cleanup_push_defer_np(3)
  . pthread_cleanup_pop_restore_np(3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
.\"
23
23
.\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond <esr@y\thyrsus.com>
24
24
.\" Modified 2001-12-17, aeb
25
 
.TH GETSID 2 2007-07-26 "Linux" "Linux Programmer's Manual"
 
25
.TH GETSID 2 2008-12-05 "Linux" "Linux Programmer's Manual"
26
26
.SH NAME
27
27
getsid \- get session ID
28
28
.SH SYNOPSIS
62
62
No process with process ID
63
63
.I p
64
64
was found.
 
65
.SH VERSIONS
 
66
This system call is available on Linux since version 2.0.
 
67
.\" Linux has this system call since Linux 1.3.44.
 
68
.\" There is libc support since libc 5.2.19.
65
69
.SH "CONFORMING TO"
66
70
SVr4, POSIX.1-2001.
67
71
.SH NOTES
68
72
Linux does not return
69
73
.BR EPERM .
70
 
.LP
71
 
Linux has this system call since Linux 1.3.44.
72
 
There is libc support since libc 5.2.19.
73
74
.SH "SEE ALSO"
74
75
.BR getpgid (2),
75
76
.BR setsid (2),
76
77
.BR credentials (7)
77
78
.SH COLOPHON
78
 
This page is part of release 3.14 of the Linux
 
79
This page is part of release 3.15 of the Linux
79
80
.I man-pages
80
81
project.
81
82
A description of the project,