From e357619d246e747b96b3bc0a6a09f64c3c20c0c4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 14 Jun 2019 12:21:17 +0100 Subject: [PATCH] gdate: Minor documentation formatting improvements for GTime Signed-off-by: Philip Withnall --- glib/gdate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/glib/gdate.c b/glib/gdate.c index 2b71622f6..9272ede7e 100644 --- a/glib/gdate.c +++ b/glib/gdate.c @@ -152,12 +152,12 @@ /** * GTime: * - * Simply a replacement for time_t. It has been deprecated - * since it is not equivalent to time_t on 64-bit platforms - * with a 64-bit time_t. Unrelated to #GTimer. + * Simply a replacement for `time_t`. It has been deprecated + * since it is not equivalent to `time_t` on 64-bit platforms + * with a 64-bit `time_t`. Unrelated to #GTimer. * * Note that #GTime is defined to always be a 32-bit integer, - * unlike time_t which may be 64-bit on some systems. Therefore, + * unlike `time_t` which may be 64-bit on some systems. Therefore, * #GTime will overflow in the year 2038, and you cannot use the * address of a #GTime variable as argument to the UNIX time() * function.