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

« back to all changes in this revision

Viewing changes to man2/poll.2

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
.\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and
29
29
.\"     formatting changes.
30
30
.\"
31
 
.TH POLL 2 2010-06-12 "Linux" "Linux Programmer's Manual"
 
31
.TH POLL 2 2010-09-20 "Linux" "Linux Programmer's Manual"
32
32
.SH NAME
33
33
poll, ppoll \- wait for some event on a file descriptor
34
34
.SH SYNOPSIS
133
133
or shut down writing half of connection.
134
134
The
135
135
.B _GNU_SOURCE
136
 
feature test macro must be defined in order to obtain this definition.
 
136
feature test macro must be defined
 
137
(before including
 
138
.I any
 
139
header files)
 
140
in order to obtain this definition.
137
141
.TP
138
142
.B POLLERR
139
143
Error condition (output only).
332
336
.BR feature_test_macros (7),
333
337
.BR time (7)
334
338
.SH COLOPHON
335
 
This page is part of release 3.26 of the Linux
 
339
This page is part of release 3.27 of the Linux
336
340
.I man-pages
337
341
project.
338
342
A description of the project,