summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYedidyah Bar David <didi@redhat.com>2023-03-21 12:43:06 +0200
committerAlejandro Colomar <alx@kernel.org>2023-03-21 20:35:19 +0100
commitfd00f831b52d61a91d59cb3b46182869145d9700 (patch)
treefe521953ca12a32303bcb37282eb92f777a14d4f
parent6b3889798f039d64ac02ec6f602facb83ca04656 (diff)
man*/: Replace links to <sources.redhat.com>
<sources.redhat.com/bugzilla> seems broken right now. Apparently it was replaced, quite a long time ago --based on what I can find on the net-- with <www.sourceware.org/bugzilla>, which does work. This patch was created with: $ find man* -type f \ | xargs grep -l 'sources.redhat.com/bugzilla' \ | xargs sed -i 's;http://sources.redhat.com/bugzilla/;https://www.sourceware.org/bugzilla/;g' Verified with: $ git diff | sed -n 's;^+.*\(https://www.sourceware.org/bugzilla/show_bug.cgi?id=[0-9]*\).*;\1;p' > URLs $ mkdir test $ cd test $ wget -i ../URLs Signed-off-by: Yedidyah Bar David <didi@redhat.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/getrlimit.22
-rw-r--r--man2/inotify_rm_watch.22
-rw-r--r--man2/ioprio_set.22
-rw-r--r--man3/atanh.32
-rw-r--r--man3/cos.32
-rw-r--r--man3/cproj.32
-rw-r--r--man3/erf.32
-rw-r--r--man3/erfc.32
-rw-r--r--man3/exp10.32
-rw-r--r--man3/expm1.36
-rw-r--r--man3/fma.32
-rw-r--r--man3/fmod.32
-rw-r--r--man3/ilogb.32
-rw-r--r--man3/j0.32
-rw-r--r--man3/lgamma.32
-rw-r--r--man3/logb.32
-rw-r--r--man3/lrint.32
-rw-r--r--man3/lround.32
-rw-r--r--man3/mallopt.34
-rw-r--r--man3/pow.38
-rw-r--r--man3/pthread_attr_setguardsize.32
-rw-r--r--man3/rcmd.32
-rw-r--r--man3/remainder.34
-rw-r--r--man3/remquo.32
-rw-r--r--man3/scalb.34
-rw-r--r--man3/scalbln.32
-rw-r--r--man3/sin.32
-rw-r--r--man3/tgamma.34
-rw-r--r--man3/y0.34
-rw-r--r--man7/inotify.72
-rw-r--r--man7/tcp.74
-rw-r--r--man7/unix.72
32 files changed, 43 insertions, 43 deletions
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index 700fd6438..fdcc9c96f 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -738,7 +738,7 @@ the kernel represents resource limits on 32-bit platforms as
.IR "unsigned long" .
However, a 32-bit data type is not wide enough.
.\" https://bugzilla.kernel.org/show_bug.cgi?id=5042
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=12201
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=12201
The most pertinent limit here is
.BR RLIMIT_FSIZE ,
which specifies the maximum size to which a file can grow:
diff --git a/man2/inotify_rm_watch.2 b/man2/inotify_rm_watch.2
index 64731c090..6ec0fd667 100644
--- a/man2/inotify_rm_watch.2
+++ b/man2/inotify_rm_watch.2
@@ -17,7 +17,7 @@ Standard C library
.PP
.BI "int inotify_rm_watch(int " fd ", int " wd );
.\" Before glibc 2.10, the second argument was types as uint32_t.
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=7040
.fi
.SH DESCRIPTION
.BR inotify_rm_watch ()
diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2
index 26f440d3e..8f964af68 100644
--- a/man2/ioprio_set.2
+++ b/man2/ioprio_set.2
@@ -345,7 +345,7 @@ must follow both rules, or the call will fail with the error
.BR EPERM .
.SH BUGS
.\" 6 May 07: Bug report raised:
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=4464
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=4464
.\" Ulrich Drepper replied that he wasn't going to add these
.\" to glibc.
glibc does not yet provide a suitable header file defining
diff --git a/man3/atanh.3 b/man3/atanh.3
index 5b21a01c7..1caa364de 100644
--- a/man3/atanh.3
+++ b/man3/atanh.3
@@ -137,7 +137,7 @@ also conforms to
SVr4, 4.3BSD.
.SH BUGS
In glibc 2.9 and earlier,
-.\" Bug: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759
+.\" Bug: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6759
.\" This can be seen in sysdeps/ieee754/k_standard.c
when a pole error occurs,
.I errno
diff --git a/man3/cos.3 b/man3/cos.3
index c59150f2c..69f88044b 100644
--- a/man3/cos.3
+++ b/man3/cos.3
@@ -103,7 +103,7 @@ also conforms to
SVr4, 4.3BSD.
.SH BUGS
Before glibc 2.10, the glibc implementation did not set
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6780
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6780
.I errno
to
.B EDOM
diff --git a/man3/cproj.3 b/man3/cproj.3
index b05e98a72..32dd29165 100644
--- a/man3/cproj.3
+++ b/man3/cproj.3
@@ -55,7 +55,7 @@ In glibc 2.11 and earlier, the implementation does something different
(a
.I stereographic
projection onto a Riemann Sphere).
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=10401
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=10401
.SH SEE ALSO
.BR cabs (3),
.BR complex (7)
diff --git a/man3/erf.3 b/man3/erf.3
index a66b08da4..a2a100236 100644
--- a/man3/erf.3
+++ b/man3/erf.3
@@ -99,7 +99,7 @@ is raised.
These functions do not set
.IR errno .
.\" It is intentional that these functions do not set errno for this case
-.\" see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6785
+.\" see https://www.sourceware.org/bugzilla/show_bug.cgi?id=6785
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
diff --git a/man3/erfc.3 b/man3/erfc.3
index 90cac21a1..267dda8dd 100644
--- a/man3/erfc.3
+++ b/man3/erfc.3
@@ -92,7 +92,7 @@ is raised.
These functions do not set
.IR errno .
.\" It is intentional that these functions do not set errno for this case
-.\" see http://sources.redhat.com/bugzilla/show_bug.cgi?id=6785
+.\" see https://www.sourceware.org/bugzilla/show_bug.cgi?id=6785
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
diff --git a/man3/exp10.3 b/man3/exp10.3
index f739b8025..290d495ca 100644
--- a/man3/exp10.3
+++ b/man3/exp10.3
@@ -76,7 +76,7 @@ Before glibc 2.19, the glibc implementation of these functions did not set
to
.B ERANGE
when an underflow error occurred.
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6787
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6787
.SH SEE ALSO
.BR cbrt (3),
.BR exp (3),
diff --git a/man3/expm1.3 b/man3/expm1.3
index ed3e7c341..832660f2f 100644
--- a/man3/expm1.3
+++ b/man3/expm1.3
@@ -130,7 +130,7 @@ C99, POSIX.1-2001, POSIX.1-2008.
.\" BSD.
.SH BUGS
Before glibc 2.17,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6778
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6778
on certain architectures (e.g., x86, but not x86_64)
.BR expm1 ()
raised a bogus underflow floating-point exception
@@ -139,7 +139,7 @@ for some large negative
values (where the function result approaches \-1).
.PP
Before approximately glibc 2.11,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6814
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6814
.\" e.g., expm1(1e5) through expm1(1.00199970127e5),
.\" but not expm1(1.00199970128e5) and beyond.
.BR expm1 ()
@@ -155,7 +155,7 @@ Before glibc 2.11,
.\" From the source (sysdeps/i386/fpu/s_expm1.S) it looks
.\" like the changes were in glibc 2.11.
the glibc implementation did not set
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6788
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6788
.I errno
to
.B ERANGE
diff --git a/man3/fma.3 b/man3/fma.3
index e170136c8..616a26592 100644
--- a/man3/fma.3
+++ b/man3/fma.3
@@ -140,7 +140,7 @@ is raised.
These functions do not set
.IR errno .
.\" FIXME . Is it intentional that these functions do not set errno?
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6801
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
diff --git a/man3/fmod.3 b/man3/fmod.3
index 5c9c2be38..57546fe32 100644
--- a/man3/fmod.3
+++ b/man3/fmod.3
@@ -145,7 +145,7 @@ also conforms to
SVr4, 4.3BSD, C89.
.SH BUGS
Before glibc 2.10, the glibc implementation did not set
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6784
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6784
.I errno
to
.B EDOM
diff --git a/man3/ilogb.3 b/man3/ilogb.3
index f6e016fd1..3e141e323 100644
--- a/man3/ilogb.3
+++ b/man3/ilogb.3
@@ -130,7 +130,7 @@ T} Thread safety MT-Safe
.SH STANDARDS
C99, POSIX.1-2001, POSIX.1-2008.
.SH BUGS
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6794
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6794
Before glibc 2.16, the following bugs existed in the
glibc implementation of these functions:
.IP \[bu] 3
diff --git a/man3/j0.3 b/man3/j0.3
index 358b73ddf..c9ee0561e 100644
--- a/man3/j0.3
+++ b/man3/j0.3
@@ -128,7 +128,7 @@ These functions do not raise exceptions for
.BR fetestexcept (3).
.\" e.g., j0(1.5e16)
.\" This is intentional.
-.\" See http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805
+.\" See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
diff --git a/man3/lgamma.3 b/man3/lgamma.3
index f3def3a04..c86ac24c1 100644
--- a/man3/lgamma.3
+++ b/man3/lgamma.3
@@ -163,7 +163,7 @@ The
functions are nonstandard, but present on several other systems.
.SH BUGS
In glibc 2.9 and earlier,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6777
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6777
when a pole error occurs,
.I errno
is set to
diff --git a/man3/logb.3 b/man3/logb.3
index 817ef6463..3fbb9a3f1 100644
--- a/man3/logb.3
+++ b/man3/logb.3
@@ -110,7 +110,7 @@ These functions do not set
.IR errno .
.\" FIXME . Is it intentional that these functions do not set errno?
.\" log(), log2(), log10() do set errno
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6793
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6793
.\"
.\" .SH HISTORY
.\" The
diff --git a/man3/lrint.3 b/man3/lrint.3
index 8c405578e..87dc6aaec 100644
--- a/man3/lrint.3
+++ b/man3/lrint.3
@@ -76,7 +76,7 @@ is raised.
These functions do not set
.IR errno .
.\" FIXME . Is it intentional that these functions do not set errno?
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6798
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6798
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
diff --git a/man3/lround.3 b/man3/lround.3
index 83927601f..c2084518c 100644
--- a/man3/lround.3
+++ b/man3/lround.3
@@ -79,7 +79,7 @@ is raised.
These functions do not set
.IR errno .
.\" FIXME . Is it intentional that these functions do not set errno?
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6797
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6797
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
diff --git a/man3/mallopt.3 b/man3/mallopt.3
index f4f31eda3..f9af38ee2 100644
--- a/man3/mallopt.3
+++ b/man3/mallopt.3
@@ -462,7 +462,7 @@ a call of the form:
.\" setting the M_MXFAST limit rounds up: (s + SIZE_SZ) & ~MALLOC_ALIGN_MASK)
.\" malloc requests are rounded up:
.\" (req) + SIZE_SZ + MALLOC_ALIGN_MASK) & ~MALLOC_ALIGN_MASK
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=12129
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=12129
.PP
.in +4n
.EX
@@ -494,7 +494,7 @@ the bytes of the region are initialized to the byte specified in
However, there is an
.RI off-by- sizeof(size_t)
error in the implementation:
-.\" FIXME . http://sources.redhat.com/bugzilla/show_bug.cgi?id=12140
+.\" FIXME . https://www.sourceware.org/bugzilla/show_bug.cgi?id=12140
instead of initializing precisely the block of memory
being freed by the call
.IR free(p) ,
diff --git a/man3/pow.3 b/man3/pow.3
index b9a66c929..a1c48c31b 100644
--- a/man3/pow.3
+++ b/man3/pow.3
@@ -66,7 +66,7 @@ If result underflows, and is not representable,
a range error occurs,
and 0.0 with the appropriate sign is returned.
.\" POSIX.1 does not specify the sign of the zero,
-.\" but http://sources.redhat.com/bugzilla/show_bug.cgi?id=2678
+.\" but https://www.sourceware.org/bugzilla/show_bug.cgi?id=2678
.\" points out that the zero has the wrong sign in some cases.
.PP
.\" pow(\(+-0, <0 [[odd]]) = HUGE_VAL*
@@ -249,7 +249,7 @@ is a NaN, the result is a NaN.
.SH ERRORS
.\" FIXME . review status of this error
.\" longstanding bug report for glibc:
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=369
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=369
.\" For negative x, and -large and +large y, glibc 2.8 gives incorrect
.\" results
.\" pow(-0.5,-DBL_MAX)=nan
@@ -351,14 +351,14 @@ This problem was fixed
in glibc 2.28.
.PP
A number of bugs
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=3866
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=3866
in the glibc implementation of
.BR pow ()
were fixed in glibc 2.16.
.PP
In glibc 2.9 and earlier,
.\"
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6776
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6776
when a pole error occurs,
.I errno
is set to
diff --git a/man3/pthread_attr_setguardsize.3 b/man3/pthread_attr_setguardsize.3
index f6007c682..01d9af47c 100644
--- a/man3/pthread_attr_setguardsize.3
+++ b/man3/pthread_attr_setguardsize.3
@@ -145,7 +145,7 @@ allocating extra space at the end of the stack for the guard area.
.\" which looks pretty clearly to be in violation of POSIX.
.\"
.\" Filed bug, 22 Oct 2008:
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6973
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6973
.\"
.\" Older reports:
.\" https//bugzilla.redhat.com/show_bug.cgi?id=435337
diff --git a/man3/rcmd.3 b/man3/rcmd.3
index a17238af8..35168c4c3 100644
--- a/man3/rcmd.3
+++ b/man3/rcmd.3
@@ -293,7 +293,7 @@ and
.BR iruserok_af ()
are declared in glibc headers only since glibc 2.12.
.\" Bug filed 25 Nov 2007:
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=5399
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=5399
.SH SEE ALSO
.BR rlogin (1),
.BR rsh (1),
diff --git a/man3/remainder.3 b/man3/remainder.3
index 0de1d26d3..19ca62544 100644
--- a/man3/remainder.3
+++ b/man3/remainder.3
@@ -199,7 +199,7 @@ Avoid the use of these functions in favor of
etc.
.SH BUGS
Before glibc 2.15,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
the call
.PP
.in +4n
@@ -212,7 +212,7 @@ returned a NaN, as expected, but wrongly caused a domain error.
Since glibc 2.15, a silent NaN (i.e., no domain error) is returned.
.PP
Before glibc 2.15,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
.I errno
was not set to
.B EDOM
diff --git a/man3/remquo.3 b/man3/remquo.3
index c2232ee0e..8c764c9e0 100644
--- a/man3/remquo.3
+++ b/man3/remquo.3
@@ -110,7 +110,7 @@ is raised.
These functions do not set
.IR errno .
.\" FIXME . Is it intentional that these functions do not set errno?
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6802
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6802
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
diff --git a/man3/scalb.3 b/man3/scalb.3
index f116c74d4..a25ca078f 100644
--- a/man3/scalb.3
+++ b/man3/scalb.3
@@ -196,8 +196,8 @@ is nevertheless present on several other systems
.\" BSDs, Tru64, HP-UX 11, Irix 6.5; scalbl() is on HP-UX 11 and Tru64.
.SH BUGS
Before glibc 2.20,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6804
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6804
these functions did not set
.I errno
for domain and range errors.
diff --git a/man3/scalbln.3 b/man3/scalbln.3
index 4ffe1ac6a..4a6acc58b 100644
--- a/man3/scalbln.3
+++ b/man3/scalbln.3
@@ -167,7 +167,7 @@ is equivalent to
.BR ldexp (3).
.SH BUGS
Before glibc 2.20,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6803
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6803
these functions did not set
.I errno
for range errors.
diff --git a/man3/sin.3 b/man3/sin.3
index ccfddf87a..65386e10a 100644
--- a/man3/sin.3
+++ b/man3/sin.3
@@ -107,7 +107,7 @@ also conforms to
SVr4, 4.3BSD, C89.
.SH BUGS
Before glibc 2.10, the glibc implementation did not set
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6781
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6781
.I errno
to
.B EDOM
diff --git a/man3/tgamma.3 b/man3/tgamma.3
index 749720741..298e6f109 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.3
@@ -188,7 +188,7 @@ that returns something else (see
for details).
.SH BUGS
Before glibc 2.18, the glibc implementation of these functions did not set
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6809
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6809
.I errno
to
.B EDOM
@@ -197,7 +197,7 @@ when
is negative infinity.
.PP
Before glibc 2.19,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6810
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6810
the glibc implementation of these functions did not set
.I errno
to
diff --git a/man3/y0.3 b/man3/y0.3
index e7033f8f8..a2c9e2174 100644
--- a/man3/y0.3
+++ b/man3/y0.3
@@ -181,7 +181,7 @@ No
.B FE_UNDERFLOW
exception is returned by
.\" This is intended behavior
-.\" See http://sources.redhat.com/bugzilla/show_bug.cgi?id=6806
+.\" See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6806
.BR fetestexcept (3)
for this case.
.TP
@@ -243,7 +243,7 @@ and no
exception was raised.
.PP
Before glibc 2.17,
-.\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6808
+.\" https://www.sourceware.org/bugzilla/show_bug.cgi?id=6808
did not set
.I errno
for "range error: result underflow".
diff --git a/man7/inotify.7 b/man7/inotify.7
index 92f833afa..4b9fa0200 100644
--- a/man7/inotify.7
+++ b/man7/inotify.7
@@ -90,7 +90,7 @@ struct inotify_event {
.\" FIXME . The type of the 'wd' field should probably be "int32_t".
.\" I submitted a patch to fix this. See the LKML thread
.\" "[patch] Fix type errors in inotify interfaces", 18 Nov 2008
-.\" glibc bug filed: http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
+.\" glibc bug filed: https://www.sourceware.org/bugzilla/show_bug.cgi?id=7040
uint32_t mask; /* Mask describing event */
uint32_t cookie; /* Unique cookie associating related
events (for rename(2)) */
diff --git a/man7/tcp.7 b/man7/tcp.7
index c0c4a838b..dda714afb 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -1426,7 +1426,7 @@ is returned.
.B SIOCINQ
is defined in
.IR <linux/sockios.h> .
-.\" FIXME http://sources.redhat.com/bugzilla/show_bug.cgi?id=12002,
+.\" FIXME https://www.sourceware.org/bugzilla/show_bug.cgi?id=12002,
.\" filed 2010-09-10, may cause SIOCINQ to be defined in glibc headers
Alternatively,
you can use the synonymous
@@ -1477,7 +1477,7 @@ is returned.
.B SIOCOUTQ
is defined in
.IR <linux/sockios.h> .
-.\" FIXME . http://sources.redhat.com/bugzilla/show_bug.cgi?id=12002,
+.\" FIXME . https://www.sourceware.org/bugzilla/show_bug.cgi?id=12002,
.\" filed 2010-09-10, may cause SIOCOUTQ to be defined in glibc headers
Alternatively,
you can use the synonymous
diff --git a/man7/unix.7 b/man7/unix.7
index e9fe40c9b..e23ccbc12 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -665,7 +665,7 @@ is returned.
.B SIOCINQ
is defined in
.IR <linux/sockios.h> .
-.\" FIXME . http://sources.redhat.com/bugzilla/show_bug.cgi?id=12002,
+.\" FIXME . https://www.sourceware.org/bugzilla/show_bug.cgi?id=12002,
.\" filed 2010-09-10, may cause SIOCINQ to be defined in glibc headers
Alternatively,
you can use the synonymous