]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
complex.5 --> complex.7
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 01:24:06 +0000 (01:24 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 21 Apr 2006 01:24:06 +0000 (01:24 +0000)
30 files changed:
man2/futex.2
man3/cabs.3
man3/cacos.3
man3/cacosh.3
man3/carg.3
man3/casin.3
man3/casinh.3
man3/catan.3
man3/catanh.3
man3/ccos.3
man3/ccosh.3
man3/cerf.3
man3/cexp.3
man3/cexp2.3
man3/cimag.3
man3/clog.3
man3/clog10.3
man3/clog2.3
man3/conj.3
man3/cpow.3
man3/cproj.3
man3/creal.3
man3/csin.3
man3/csinh.3
man3/csqrt.3
man3/ctan.3
man3/ctanh.3
man7/complex.7
man7/futex.7
man7/pthreads.7

index 905e942a2a6a9f3b9840ed33b192a1a28c04f2ea..710d7772963bf78c7853508ce3c7920106e77b4e 100644 (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
index 547913a2bcdcaecf382568720aa87239e7a24bed..8ca94528d5a8fd20015f2e9dcb59a6d88e5d15b1 100644 (file)
@@ -27,4 +27,4 @@ C99
 .BR abs (3),
 .BR cimag (3),
 .BR hypot (3),
-.BR complex (5)
+.BR complex (7)
index cd8e02d4d414a68a1d8be4538707509e26d8ae5f..8c224a4b417448685757684305dbc507dd8f423d 100644 (file)
@@ -27,4 +27,4 @@ C99
 .SH "SEE ALSO"
 .BR ccos (3),
 .BR clog (3),
-.BR complex (5)
+.BR complex (7)
index 856db418f57d8ec94cb45458b1c74e42a25a294a..5bf7a62fc7e64720ad04411f280f85b98fae4a62 100644 (file)
@@ -29,4 +29,4 @@ C99
 .BR acosh (3),
 .BR cabs (3),
 .BR cimag (3),
-.BR complex (5)
+.BR complex (7)
index 594f331f5ee8e79f0d03dae012df92fb74c5b143..e2dc3428a74ec1dc811d07a1ed0c91b759d5c7ee 100644 (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)
index 950b8320a027bbd2787cb24c61c1c9f28297863f..eb1b060c323d55a219067fb8f4658564f2b89c0a 100644 (file)
@@ -28,4 +28,4 @@ C99
 .SH "SEE ALSO"
 .BR ccos (3),
 .BR clog (3),
-.BR complex (5)
+.BR complex (7)
index 3e5f6758c08327f448394f8b5855c54871a6e874..d19b5ad252f1560bb1433e2cd06819400e9cd378 100644 (file)
@@ -28,4 +28,4 @@ C99
 .BR asinh (3),
 .BR cabs (3),
 .BR cimag (3),
-.BR complex (5)
+.BR complex (7)
index 9da3dd6df5668f7db9f8c8a88a8570c5a61e46bd..19df57ec74e4f9facefa226b2de1b7f81618df72 100644 (file)
@@ -28,4 +28,4 @@ C99
 .SH "SEE ALSO"
 .BR ccos (3),
 .BR clog (3),
-.BR complex (5)
+.BR complex (7)
index 460b8e178d1b83a31248899d29739ceecaf7c55e..04505d279651c49623edf8bf937a23a2e258a264 100644 (file)
@@ -28,4 +28,4 @@ C99
 .BR atanh (3),
 .BR cabs (3),
 .BR cimag (3),
-.BR complex (5)
+.BR complex (7)
index 801a7b1715aaa8bd05572229d81b71a2144826fc..816dea660de49c5f312a9d925ae8d155b9f007d7 100644 (file)
@@ -22,4 +22,4 @@ C99
 .BR cabs (3),
 .BR csin (3),
 .BR ctan (3),
-.BR complex (5)
+.BR complex (7)
index 55e681c7464df59e5ca7eb66a35789c8c317489b..f64ac1bdcfd1ba82a7cb41aacd6f5285b1907da0 100644 (file)
@@ -23,4 +23,4 @@ C99
 .BR cabs (3),
 .BR csinh (3),
 .BR ctanh (3),
-.BR complex (5)
+.BR complex (7)
index e3f81e476282cd0a4f5a1ff92e608755f199f2a1..0ccbbb7fbd060db58c3dc117956280433c9ed7fc 100644 (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)
index c4d201496dd4dff7d36e545c1086b4edd0c287a8..907594f886736dc5f15e6ea3956039b3839118bc 100644 (file)
@@ -25,4 +25,4 @@ C99
 .BR cabs (3),
 .BR clog (3),
 .BR cpow (3),
-.BR complex (5)
+.BR complex (7)
index 11bb64fbc8aec1b8fd3908ad0fdc5caf93c83a04..be66a870b45af9bdc90a86ef9842c04c90ad32c8 100644 (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)
index e5423902495d1f92e51599aa09083750c98fed1f..901864e711079a263617717c1b723228752b583f 100644 (file)
@@ -27,4 +27,4 @@ C99
 .SH "SEE ALSO"
 .BR cabs (3),
 .BR creal (3),
-.BR complex (5)
+.BR complex (7)
index 9300ea1126098b9693f11d4bc02b94515545ca64..931c1d5edc3284c995f547211095ca784aefbfaa 100644 (file)
@@ -28,4 +28,4 @@ C99
 .BR cabs (3),
 .BR cexp (3),
 .BR clog10 (3),
-.BR complex (5)
+.BR complex (7)
index 11689e05750fdfaae42b6f0586ba3c1fb75fccd8..0d4a8fc1977dd4be740a67a938b2869728504b36 100644 (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)
index 091882d880915950323780b3750822f9068a5190..b7f5e14adb81d40e7208ac7aac87a386e584fb8f 100644 (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)
index d5e6561c4d89225931b6c0053182f8f780956db8..5835e0e3e7923433ac44b21373fb324532f514d7 100644 (file)
@@ -26,4 +26,4 @@ C99
 .SH "SEE ALSO"
 .BR cabs (3),
 .BR sqrt (3),
-.BR complex (5)
+.BR complex (7)
index 52ef42c86bd4f508f33e820e5139ac49ce9c3d5b..a837fec4a9b438ed03affc327bea9535c63fc650 100644 (file)
@@ -22,4 +22,4 @@ C99
 .SH "SEE ALSO"
 .BR cabs (3),
 .BR pow (3),
-.BR complex (5)
+.BR complex (7)
index 7ea4e196e33cfce1b8a3d57b393c0b8d428e92f3..84c76d6243b36dbd6fdc543a6d896a95c82a01c9 100644 (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)
index bd06e14657b77a368cfe98242b6be49193df4c99..8267c24b9b27e2ab7102ece3ba18d66935a450ca 100644 (file)
@@ -27,4 +27,4 @@ C99
 .SH "SEE ALSO"
 .BR cabs (3),
 .BR cimag (3),
-.BR complex (5)
+.BR complex (7)
index 2fe270e7a068dde13633bde0e67f28729b34f7b9..5e6f5a22bf21fb07e19af0c4ed775fad14dc20de 100644 (file)
@@ -22,4 +22,4 @@ C99
 .BR cabs (3),
 .BR csin (3),
 .BR ctan (3),
-.BR complex (5)
+.BR complex (7)
index 3f775a218f3e61bc72519e72eeb9c6428f4bc1df..01c154e1be09cf608f217db0cdb1a5c106921386 100644 (file)
@@ -23,4 +23,4 @@ C99
 .BR cabs (3),
 .BR ccosh (3),
 .BR ctanh (3),
-.BR complex (5)
+.BR complex (7)
index ff658c02fcd98b6b737b112f8ae65fb6c1756d78..60291318b5133777a684344413fc67e16b3c5f3c 100644 (file)
@@ -26,4 +26,4 @@ C99
 .SH "SEE ALSO"
 .BR cabs (3),
 .BR cexp (3),
-.BR complex (5)
+.BR complex (7)
index 60b2b065d6d5954bf6c30f694566b8948c1bc1ed..c0598805257df424bd1045341a076c2ef21ff4e2 100644 (file)
@@ -23,4 +23,4 @@ C99
 .BR cabs (3),
 .BR ccos (3),
 .BR csin (3),
-.BR complex (5)
+.BR complex (7)
index 607f6d057f22e0f1c235957d19ebbbcea7a52c46..7ad10eb02e7990244ca62012152fa83f9f4b9b23 100644 (file)
@@ -23,4 +23,4 @@ C99
 .BR cabs (3),
 .BR ccosh (3),
 .BR csinh (3),
-.BR complex (5)
+.BR complex (7)
index 227e6075995354aea352ac8e052f4ca1e524bf70..4da24a584708ed51bc0f6b8bf5808bc63fd6a8ff 100644 (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
index 97fd442ca6ee89082562f5522ba90a24b30be67e..b37014cbbc85b90575f985abaf7572118251139d 100644 (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
index e82d4fbbfbdc9429e30433f3a03bcd850e1e19b7..f2d2e72284b6d0924eeb53bdf4f00591edace2b4 100644 (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),