From 1233c86ff72793819738cf00f3cd2fb12cf44deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 1 Jul 2022 15:40:40 +0200 Subject: [PATCH] Remove incorrect hyperlinks to file and unix definitions Terms file and unix have overloaded meaning and were incorrectly linked during the mass-linking campain. --- doc/arm/reference.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/arm/reference.rst b/doc/arm/reference.rst index bf955d260e..29f3c1dc88 100644 --- a/doc/arm/reference.rst +++ b/doc/arm/reference.rst @@ -614,8 +614,8 @@ 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. -:any:`file` - The :any:`file` destination clause directs the channel to a disk file. It +``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 many backup versions of the file are saved each time this happens @@ -1212,14 +1212,14 @@ default is used. This configures the path to which the :any:`dnstap` frame stream is sent if :any:`dnstap` is enabled at compile time and active. - The first argument is either :any:`file` or :any:`unix`, indicating whether + The first argument is either ``file`` or ``unix``, indicating whether the destination is a file or a Unix domain socket. The second argument is the path of the file or socket. (Note: when using a socket, :any:`dnstap` messages are only sent if another process such as ``fstrm_capture`` (provided with ``libfstrm``) is listening on the socket.) - If the first argument is :any:`file`, then up to three additional + If the first argument is ``file``, then up to three additional options can be added: ``size`` indicates the size to which a :any:`dnstap` log file can grow before being rolled to a new file; ``versions`` specifies the number of rolled log files to retain; and