From fbcaa44851e51bbce102859110c3cefb7fb6f448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 17 Jun 2022 14:42:32 +0200 Subject: [PATCH] Remove ambiguous link anchors for logging { file } statement Unfortunatelly logging and zone blocks use file statements with different semantics but the same name. There is no sane way to disambiguate them in text, so let's remove the link anchor from logging so we can link to the file statement in zone. My assumption is that linking to logging { file } is very unlikely because logging is self-contained in one block but zone config is all over the place. --- doc/arm/reference.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index 4d8a9f0dbb..986a32b409 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -628,8 +628,7 @@ by the channel (the default is ``info``), and whether to include a to be discarded; in that case, other options for the channel are meaningless. -.. namedconf:statement:: file - +``file`` The ``file`` destination clause directs the channel to a disk file. It can include additional arguments to specify how large the file is allowed to become before it is rolled to a backup file (``size``), how