]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Fix JSON errors
authorSuzanne Goldlust <sgoldlust@isc.org>
Sat, 10 Aug 2019 05:14:11 +0000 (01:14 -0400)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 16 Aug 2019 17:11:03 +0000 (19:11 +0200)
doc/sphinx/api/build-report.json
doc/sphinx/api/dhcp-enable.json

index 39ed9520757dd350807aafef926b5c395951bb82..97d900b0028dac2e6d54bc29b0314a2a91fee29e 100644 (file)
@@ -5,7 +5,7 @@
     ],
     "cmd-syntax": [
         "{",
-        "    \"command\": \"build-report\",",
+        "    \"command\": \"build-report\"",
         "}"
     ],
     "name": "build-report",
index c51c222b9bd745554aa25419df7a959ce3461d7f..5702fd0f26cbcc6363cfbd53d959d3e669079e4d 100644 (file)
@@ -5,7 +5,7 @@
     ],
     "cmd-syntax": [
         "{",
-        "    \"command\": \"dhcp-enable\",",
+        "    \"command\": \"dhcp-enable\"",
         "}"
     ],
     "description": "See <xref linkend=\"command-dhcp-enable\"/>",