]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
doc: Add missing space in documentation of __TIMESIZE
authorJonathan Wakely <jwakely@redhat.com>
Tue, 27 May 2025 10:42:04 +0000 (11:42 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 27 May 2025 10:42:50 +0000 (11:42 +0100)
manual/maint.texi

index b6ee5b6e3bdf768cb15802973fb28009f18594ec..31765466b2d78a85ee19aa4fba34b04da4a132a9 100644 (file)
@@ -496,7 +496,7 @@ the symbol's name.  For instance, the macro @code{__clock_gettime64}
 expands to @code{clock_gettime}.
 
 When @code{__TIMESIZE} is set to 64, @theglibc{} will also define
-the@code{__USE_TIME_BITS64} macro.  It is used by the Linux kernel ABI
+the @code{__USE_TIME_BITS64} macro.  It is used by the Linux kernel ABI
 to set the expected @code{time_t} size used on some syscalls.
 
 These macros are purely internal to @theglibc{} and exist only so that