mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 22:40:01 -04:00
[master] work around db2latex bug by removing literal tag
This commit is contained in:
parent
61cfadb50e
commit
06236ea367
1 changed files with 2 additions and 2 deletions
|
|
@ -10694,8 +10694,8 @@ rate-limit {
|
|||
<title><command>managed-keys</command> Statement Grammar</title>
|
||||
|
||||
<programlisting><command>managed-keys</command> {
|
||||
<replaceable>name</replaceable> <literal>initial-key</literal> <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ;
|
||||
<optional> <replaceable>name</replaceable> <literal>initial-key</literal> <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ; <optional>...</optional></optional>
|
||||
<replaceable>name</replaceable> initial-key <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ;
|
||||
<optional> <replaceable>name</replaceable> initial-key <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key-data</replaceable> ; <optional>...</optional></optional>
|
||||
};
|
||||
</programlisting>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue