complex.5 --> complex.7

This commit is contained in:
Michael Kerrisk 2006-04-21 01:24:06 +00:00
parent 4334d114e9
commit a8bda63671
30 changed files with 35 additions and 35 deletions

View File

@ -33,16 +33,16 @@ different locations will correspond for
calls). It is typically used to
implement the contended case of a lock in shared memory, as
described in
.BR futex (4).
.BR futex (7).
.PP
When a
.BR futex (4)
.BR futex (7)
operation did not finish uncontended in userspace, a call needs to be made
to the kernel to arbitrate. Arbitration can either mean putting the calling
process to sleep or, conversely, waking a waiting process.
.PP
Callers of this function are expected to adhere to the semantics as set out in
.BR futex (4).
.BR futex (7).
As these
semantics involve writing non-portable assembly instructions, this in turn
probably means that most users will in fact be library authors and not
@ -73,7 +73,7 @@ and
are ignored.
For
.BR futex (4),
.BR futex (7),
this call is executed if decrementing the count gave a negative value
(indicating contention), and will sleep until another process releases
the futex and executes the FUTEX_WAKE operation.
@ -89,7 +89,7 @@ and
are ignored.
For
.BR futex (4),
.BR futex (7),
this is executed if incrementing
the count showed that there were waiters, once the futex value has been set
to 1 (indicating that it is available).
@ -199,7 +199,7 @@ was added. In Linux 2.6.7 a sixth parameter was added \(em messy, especially
on the s390 architecture.
.SH "SEE ALSO"
.PP
.BR futex (4),
.BR futex (7),
`Fuss, Futexes and Furwocks: Fast Userlevel Locking in Linux'
(proceedings of the Ottawa Linux Symposium 2002),
futex example library, futex-*.tar.bz2

View File

@ -27,4 +27,4 @@ C99
.BR abs (3),
.BR cimag (3),
.BR hypot (3),
.BR complex (5)
.BR complex (7)

View File

@ -27,4 +27,4 @@ C99
.SH "SEE ALSO"
.BR ccos (3),
.BR clog (3),
.BR complex (5)
.BR complex (7)

View File

@ -29,4 +29,4 @@ C99
.BR acosh (3),
.BR cabs (3),
.BR cimag (3),
.BR complex (5)
.BR complex (7)

View File

@ -30,4 +30,4 @@ The return value is the range of [\-pi,pi].
C99
.SH "SEE ALSO"
.BR cabs (3),
.BR complex (5)
.BR complex (7)

View File

@ -28,4 +28,4 @@ C99
.SH "SEE ALSO"
.BR ccos (3),
.BR clog (3),
.BR complex (5)
.BR complex (7)

View File

@ -28,4 +28,4 @@ C99
.BR asinh (3),
.BR cabs (3),
.BR cimag (3),
.BR complex (5)
.BR complex (7)

View File

@ -28,4 +28,4 @@ C99
.SH "SEE ALSO"
.BR ccos (3),
.BR clog (3),
.BR complex (5)
.BR complex (7)

View File

@ -28,4 +28,4 @@ C99
.BR atanh (3),
.BR cabs (3),
.BR cimag (3),
.BR complex (5)
.BR complex (7)

View File

@ -22,4 +22,4 @@ C99
.BR cabs (3),
.BR csin (3),
.BR ctan (3),
.BR complex (5)
.BR complex (7)

View File

@ -23,4 +23,4 @@ C99
.BR cabs (3),
.BR csinh (3),
.BR ctanh (3),
.BR complex (5)
.BR complex (7)

View File

@ -36,4 +36,4 @@ Not yet in glibc 2.3.2.
.\" But reserved in NAMESPACE.
.SH "SEE ALSO"
.BR erf (3),
.BR complex (5)
.BR complex (7)

View File

@ -25,4 +25,4 @@ C99
.BR cabs (3),
.BR clog (3),
.BR cpow (3),
.BR complex (5)
.BR complex (7)

View File

@ -25,4 +25,4 @@ Not yet in glibc 2.3.2.
.BR cabs (3),
.BR cexp (3),
.BR clog10 (3),
.BR complex (5)
.BR complex (7)

View File

@ -27,4 +27,4 @@ C99
.SH "SEE ALSO"
.BR cabs (3),
.BR creal (3),
.BR complex (5)
.BR complex (7)

View File

@ -28,4 +28,4 @@ C99
.BR cabs (3),
.BR cexp (3),
.BR clog10 (3),
.BR complex (5)
.BR complex (7)

View File

@ -27,4 +27,4 @@ It is reserved for future use in C99.
.BR cexp (3),
.BR clog (3),
.BR clog2 (3),
.BR complex (5)
.BR complex (7)

View File

@ -27,4 +27,4 @@ Not yet in glibc 2.3.2.
.BR cexp (3),
.BR clog (3),
.BR clog10 (3),
.BR complex (5)
.BR complex (7)

View File

@ -26,4 +26,4 @@ C99
.SH "SEE ALSO"
.BR cabs (3),
.BR sqrt (3),
.BR complex (5)
.BR complex (7)

View File

@ -22,4 +22,4 @@ C99
.SH "SEE ALSO"
.BR cabs (3),
.BR pow (3),
.BR complex (5)
.BR complex (7)

View File

@ -26,4 +26,4 @@ C99
The glibc implementation is broken and does something entirely different.
.SH "SEE ALSO"
.BR cabs (3),
.BR complex (5)
.BR complex (7)

View File

@ -27,4 +27,4 @@ C99
.SH "SEE ALSO"
.BR cabs (3),
.BR cimag (3),
.BR complex (5)
.BR complex (7)

View File

@ -22,4 +22,4 @@ C99
.BR cabs (3),
.BR csin (3),
.BR ctan (3),
.BR complex (5)
.BR complex (7)

View File

@ -23,4 +23,4 @@ C99
.BR cabs (3),
.BR ccosh (3),
.BR ctanh (3),
.BR complex (5)
.BR complex (7)

View File

@ -26,4 +26,4 @@ C99
.SH "SEE ALSO"
.BR cabs (3),
.BR cexp (3),
.BR complex (5)
.BR complex (7)

View File

@ -23,4 +23,4 @@ C99
.BR cabs (3),
.BR ccos (3),
.BR csin (3),
.BR complex (5)
.BR complex (7)

View File

@ -23,4 +23,4 @@ C99
.BR cabs (3),
.BR ccosh (3),
.BR csinh (3),
.BR complex (5)
.BR complex (7)

View File

@ -1,7 +1,7 @@
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
.TH COMPLEX 5 2002-07-28 "" "complex math"
.TH COMPLEX 7 2002-07-28 "" "complex math"
.SH NAME
complex \- basics of complex mathematics
.SH SYNOPSIS

View File

@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH FUTEX 4 2002-12-31 "" "Linux Programmer's Manual"
.TH FUTEX 7 2002-12-31 "" "Linux Programmer's Manual"
.SH NAME
futex \- Fast Userspace Locking
.SH SYNOPSIS

View File

@ -321,7 +321,7 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
.BR clone (2),
.BR futex (2),
.BR gettid (2),
.BR futex (4),
.BR futex (7),
and various Pthreads manual pages, for example:
.BR pthread_atfork (3),
.BR pthread_cleanup_push (3),