Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 36a5c09

Browse files
committed
Apply suppress_grammar directive in ARM docs
With a newline before the :suppress_grammar: directive, it wasn't actually interpreted as a directive, but rather as node content. Therefore, the directive was ignored and the grammar was incorrectly printed out.
1 parent 1849c02 commit 36a5c09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/arm/reference.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5610,7 +5610,6 @@ any top-level :namedconf:ref:`server` statements are used as defaults.
56105610
.. namedconf:statement:: keys
56115611
:tags: server, security
56125612
:short: Specifies one or more :any:`server_key` s to be used with a remote server.
5613-
56145613
:suppress_grammar:
56155614

56165615
.. warning::
@@ -6593,7 +6592,6 @@ Here is an example of a typical split DNS setup implemented using
65936592
.. namedconf:statement:: zone
65946593
:tags: zone
65956594
:short: Specifies the zone in a BIND 9 configuration.
6596-
65976595
:suppress_grammar:
65986596

65996597
:any:`zone` Block Definition and Usage
@@ -6604,7 +6602,6 @@ Zone Types
66046602
.. namedconf:statement:: type
66056603
:tags: zone
66066604
:short: Specifies the kind of zone in a given configuration.
6607-
66086605
:suppress_grammar:
66096606

66106607
The :any:`type` keyword is required for the :any:`zone` configuration unless

0 commit comments

Comments
 (0)