Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
2f547b04
Commit
2f547b04
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: precede
parent
8ec3ea96
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/examples/kea4/multiple-options.json
View file @
2f547b04
...
...
@@ -101,7 +101,7 @@
"data"
:
"mydomain.example.com, example.com"
},
//
String
options
that
have
a
comma
in
their
values
need
to
have
//
it
escaped
(i.e.
each
comma
is
pre
dec
ed
by
two
backslashes).
//
it
escaped
(i.e.
each
comma
is
pre
ced
ed
by
two
backslashes).
//
That's
because
commas
are
reserved
for
separating
fields
in
//
compound
options.
At
the
same
time
,
we
need
to
be
conformant
//
with
JSON
spec
,
that
does
not
allow
"
\,
"
.
Therefore
the
...
...
doc/examples/kea6/multiple-options.json
View file @
2f547b04
...
...
@@ -79,7 +79,7 @@
},
//
String
options
that
have
a
comma
in
their
values
need
to
have
//
it
escaped
(i.e.
each
comma
is
pre
dec
ed
by
two
backslashes).
//
it
escaped
(i.e.
each
comma
is
pre
ced
ed
by
two
backslashes).
//
That's
because
commas
are
reserved
for
separating
fields
in
//
compound
options.
At
the
same
time
,
we
need
to
be
conformant
//
with
JSON
spec
,
that
does
not
allow
"
\,
"
.
Therefore
the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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