Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
10d9112a
Commit
10d9112a
authored
Nov 13, 2012
by
Jeremy C. Reed
Browse files
[trac2305] minor changes to guide
i.e. (means "that is") to "for example" change punctuation add some formatting tags
parent
8872c15e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/bind10-guide.xml
View file @
10d9112a
...
...
@@ -1436,7 +1436,7 @@ Parameters:
For example, the
<command>
loadzone
</command>
command of the Auth
module, as shown in the last example of the previous section, has
two arguments, one of which is optional. The positional arguments in
this case are class first and origin second;
i.e.
this case are class first and origin second;
for example:
<screen>
>
<userinput>
Auth loadzone IN example.com.
</userinput></screen>
But since the class is optional (defaulting to IN), leaving it out
works as well:
...
...
@@ -1691,12 +1691,12 @@ Parameters:
<listitem>
<simpara>
A list is a compound list of other elements of the
same type
;
Elements can be added with
<command>
config
same type
.
Elements can be added with
<command>
config
add
<replaceable>
<
list name
>
[value]
</replaceable></command>
, and removed with
<command>
config remove
<replaceable>
<
list name
>
[value]
</replaceable></command>
or
<command>
config remove
<replaceable>
<
list name
>
</replaceable><replaceable>
<
index
>
</replaceable></command>
.
The index is of the form square bracket, number,
square bracket (e.g.
The index is of the form
<emphasis>
square bracket, number,
square bracket
</emphasis>
(e.g.
<command>
[0]
</command>
), and it immediately follows
the list name (there is no separator or space
between them). List indices start with 0 for the
...
...
@@ -1715,7 +1715,7 @@ Parameters:
entire list value in JSON format.
</simpara>
<simpara>
For example, this command shows the port number used for the second element of the list
listen_on
in the Auth module:
For example, this command shows the port number used for the second element of the list
<varname>
listen_on
</varname>
in the Auth module:
<command>
config show Auth/listen_on[1]/port
</command>
</simpara>
</listitem>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment