about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-02-01 16:36:55 +0100
committerJakub Jelinek <jakub@redhat.com>2024-02-01 16:36:55 +0100
commitc62b6265a641aaec4b0fa1b3fe622c2edf9c3821 (patch)
tree1429866f6ab86e70b774d52ce7d0e9bbdda5f83c /manual
parentae4b8d6a0e0dc502e3d8307474a2e5691b7434da (diff)
downloadglibc-c62b6265a641aaec4b0fa1b3fe622c2edf9c3821.tar.gz
glibc-c62b6265a641aaec4b0fa1b3fe622c2edf9c3821.tar.xz
glibc-c62b6265a641aaec4b0fa1b3fe622c2edf9c3821.zip
manual: Fix up stdbit.texi
My recent change broke make pdf and in other documentation formats
results in weird rendering and invalid URL, all because of a forgotten
comma to separate @uref arguments.
Diffstat (limited to 'manual')
-rw-r--r--manual/stdbit.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/stdbit.texi b/manual/stdbit.texi
index f74d33903a..48591eab82 100644
--- a/manual/stdbit.texi
+++ b/manual/stdbit.texi
@@ -34,7 +34,7 @@ the functions but without any suffix such as @samp{_uc}.  The
 type-generic macro can only be used with an argument of an unsigned
 integer type with a width of 8, 16, 32 or 64 bits, or when using
 a compiler with support for
-@uref{https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html@code{__builtin_stdc_bit_ceil}},
+@uref{https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html,@code{__builtin_stdc_bit_ceil}},
 etc.@:, built-in functions such as GCC 14.1 or later
 any unsigned integer type those built-in functions support.
 In GCC 14.1 that includes support for @code{unsigned __int128} and