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

« back to all changes in this revision

Viewing changes to man2/ioctl.2

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
Arguments, returns, and semantics of
118
118
.BR ioctl ()
119
119
vary according to the device driver in question (the call is used as a
120
 
catch-all for operations that don't cleanly fit the Unix stream I/O
 
120
catch-all for operations that don't cleanly fit the UNIX stream I/O
121
121
model).
122
122
See
123
123
.BR ioctl_list (2)
126
126
calls.
127
127
The
128
128
.BR ioctl ()
129
 
function call appeared in Version 7 AT&T Unix.
 
129
function call appeared in Version 7 AT&T UNIX.
130
130
.SH NOTES
131
131
In order to use this call, one needs an open file descriptor.
132
132
Often the
144
144
.BR sd (4),
145
145
.BR tty (4)
146
146
.SH COLOPHON
147
 
This page is part of release 3.27 of the Linux
 
147
This page is part of release 3.32 of the Linux
148
148
.I man-pages
149
149
project.
150
150
A description of the project,