From: Jonathan Wakely Date: Tue, 27 May 2025 10:42:04 +0000 (+0100) Subject: doc: Add missing space in documentation of __TIMESIZE X-Git-Tag: glibc-2.42~206 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a484b76cd7d094c2c82d8dbb7a1a2c0d3709d16a;p=thirdparty%2Fglibc.git doc: Add missing space in documentation of __TIMESIZE --- diff --git a/manual/maint.texi b/manual/maint.texi index b6ee5b6e3b..31765466b2 100644 --- a/manual/maint.texi +++ b/manual/maint.texi @@ -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