From 2cf87478a4eb10e394d9b20713a2e3582f41abaa Mon Sep 17 00:00:00 2001 From: Joerg Riesmeier Date: Wed, 18 Sep 2024 11:09:45 +0200 Subject: [PATCH] Revised line breaks. --- config/docs/macros.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config/docs/macros.txt b/config/docs/macros.txt index 92aaff11a4..16c8a30152 100644 --- a/config/docs/macros.txt +++ b/config/docs/macros.txt @@ -133,12 +133,11 @@ DCMTK_MERGE_STDERR_TO_STDOUT DCMTK_USE_OFLOG_LOGGER_IN_STUB Affected: ofstd Type of modification: Selects implementation variant - Explanation: The command line application stub defined in ofstub.h that - calls another command line tool and forwards the command line option - by default prints error messages and warnings to stderr. When compiling - with this macro defined, the messages are printed to the oflog logger - instead, which, however, increases the executable size and slows down - execution a bit. + Explanation: The command line application stub defined in ofstub.h that calls + another command line tool and forwards the command line option by default + prints error messages and warnings to stderr. When compiling with this + macro defined, the messages are printed to the oflog logger instead, which, + however, increases the executable size and slows down execution a bit. DCMTK_USE_UNIX_SOCKET_QUEUE Affected: ofstd