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

« back to all changes in this revision

Viewing changes to man3/popen.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:
35
35
.\" Modified Sat May 18 20:37:44 1996 by Martin Schulze (joey@linux.de)
36
36
.\" Modified 7 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk)
37
37
.\"
38
 
.TH POPEN 3  2008-10-10 "GNU" "Linux Programmer's Manual"
 
38
.TH POPEN 3  2010-02-03 "GNU" "Linux Programmer's Manual"
39
39
.SH NAME
40
40
popen, pclose \- pipe stream to or from a process
41
41
.SH SYNOPSIS
55
55
.sp
56
56
.BR popen (),
57
57
.BR pclose ():
58
 
_POSIX_C_SOURCE\ >=\ 2 || _XOPEN_SOURCE || _POSIX_SOURCE
59
 
_BSD_SOURCE || _SVID_SOURCE
 
58
_POSIX_C_SOURCE\ >=\ 2 || _XOPEN_SOURCE || _BSD_SOURCE || _SVID_SOURCE
60
59
.ad b
61
60
.SH DESCRIPTION
62
61
The
203
202
.BR stdio (3),
204
203
.BR system (3)
205
204
.SH COLOPHON
206
 
This page is part of release 3.23 of the Linux
 
205
This page is part of release 3.24 of the Linux
207
206
.I man-pages
208
207
project.
209
208
A description of the project,