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

« back to all changes in this revision

Viewing changes to man7/fifo.7

  • 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:
30
30
Normally, opening the FIFO blocks
31
31
until the other end is opened also.
32
32
.PP
33
 
A process can open a FIFO in non-blocking mode.
 
33
A process can open a FIFO in nonblocking mode.
34
34
In this
35
35
case, opening for read only will succeed even if no-one has
36
36
opened on the write side yet, opening for write only will
40
40
end has already been opened.
41
41
.PP
42
42
Under Linux, opening a FIFO for read and write will succeed
43
 
both in blocking and non-blocking mode.
 
43
both in blocking and nonblocking mode.
44
44
POSIX leaves this
45
45
behavior undefined.
46
46
This can be used to open a FIFO for
69
69
.BR mkfifo (3),
70
70
.BR pipe (7)
71
71
.SH COLOPHON
72
 
This page is part of release 3.23 of the Linux
 
72
This page is part of release 3.24 of the Linux
73
73
.I man-pages
74
74
project.
75
75
A description of the project,