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

« back to all changes in this revision

Viewing changes to man3/stdio_ext.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:
69
69
.LP
70
70
The
71
71
.BR __flbf ()
72
 
function returns a non-zero value if the stream is line-buffered,
 
72
function returns a nonzero value if the stream is line-buffered,
73
73
and zero otherwise.
74
74
.LP
75
75
The
76
76
.BR __freadable ()
77
 
function returns a non-zero value if the stream allows reading,
 
77
function returns a nonzero value if the stream allows reading,
78
78
and zero otherwise.
79
79
.LP
80
80
The
81
81
.BR __fwritable ()
82
 
function returns a non-zero value if the stream allows writing,
 
82
function returns a nonzero value if the stream allows writing,
83
83
and zero otherwise.
84
84
.LP
85
85
The
86
86
.BR __freading ()
87
 
function returns a non-zero value if the stream is read-only, or
 
87
function returns a nonzero value if the stream is read-only, or
88
88
if the last operation on the stream was a read operation,
89
89
and zero otherwise.
90
90
.LP
91
91
The
92
92
.BR __fwriting ()
93
 
function returns a non-zero value if the stream is write-only (or
 
93
function returns a nonzero value if the stream is write-only (or
94
94
append-only), or if the last operation on the stream was a write
95
95
operation, and zero otherwise.
96
96
.LP
131
131
.BR flockfile (3),
132
132
.BR fpurge (3)
133
133
.SH COLOPHON
134
 
This page is part of release 3.23 of the Linux
 
134
This page is part of release 3.24 of the Linux
135
135
.I man-pages
136
136
project.
137
137
A description of the project,