From d85f41c7366bf8d4a58e6e7607e5c3e901d325c8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 9 Feb 2025 15:08:00 +0100 Subject: Fix doc style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- LICENSE | 2 +- liblog.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index f930ea6..46cd895 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -© 2024 Mattias Andrée +© 2024, 2025 Mattias Andrée Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/liblog.h b/liblog.h index 5e2fad1..fb5f097 100644 --- a/liblog.h +++ b/liblog.h @@ -743,23 +743,23 @@ liblog_use_stderr_for_range(struct liblog_context *ctx, const char *prefixfmt, i * may be 0 or the OR of any of the following values: * - LIBLOG_XLOG_CORK: * Mark the message as incomplete an deferred - * printing until LIBLOG_XLOG_UNCORK is used. + * printing until LIBLOG_XLOG_UNCORK is used * - LIBLOG_XLOG_UNCORK: * Output message printed since the first * LIBLOG_XLOG_CORK (after the last * LIBLOG_XLOG_UNCORK if any) as one complete - * message. + * message * - LIBLOG_XLOG_BACKTRACE: * Output a backtrace even if the it is not * configured that backtraces should be printed - * for the selected log level. + * for the selected log level * - LIBLOG_XLOG_NO_BACKTRACE: * Do not output a backtrace even if the it is * configured that backtraces should be printed - * for the selected log level. + * for the selected log level * - LIBLOG_XLOG_NO_TEXT: * Do not output any new text (apport from potential - * backtrace); allowing `fmt` to be `NULL`. + * backtrace); allowing `fmt` to be `NULL` * However, LIBLOG_XLOG_CORK and LIBLOG_XLOG_UNCORK * cannot be combined, nor can LIBLOG_XLOG_BACKTRACE * and LIBLOG_XLOG_NO_BACKTRACE be combined -- cgit v1.2.3-70-g09d2