Browse code

Fix typos in REST API documentation

Replace comma with column
Remove extra curly brace

Fix typo in REST API documentation

Replace comma with column in documentation.

Signed-off-by: Adrian Oprea <adrian@codesi.nz>

Remove extra curly brace

Remove extra curly brace from remote API docs.

Signed-off-by: Adrian Oprea <adrian@codesi.nz>

Adrian Oprea authored on 2015/09/14 07:35:56
Showing 4 changed files
... ...
@@ -274,7 +274,7 @@ Json Parameters:
274 274
           `{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
275 275
     -   **Ulimits** - A list of ulimits to be set in the container, specified as
276 276
           `{ "Name": <name>, "Soft": <soft limit>, "Hard": <hard limit> }`, for example:
277
-          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}`
277
+          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard": 2048 }`
278 278
     -   **SecurityOpt**: A list of string values to customize labels for MLS
279 279
         systems, such as SELinux.
280 280
     -   **LogConfig** - Log configuration for the container, specified as
... ...
@@ -283,7 +283,7 @@ Json Parameters:
283 283
           `{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
284 284
     -   **Ulimits** - A list of ulimits to set in the container, specified as
285 285
           `{ "Name": <name>, "Soft": <soft limit>, "Hard": <hard limit> }`, for example:
286
-          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}`
286
+          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard": 2048 }`
287 287
     -   **SecurityOpt**: A list of string values to customize labels for MLS
288 288
         systems, such as SELinux.
289 289
     -   **LogConfig** - Log configuration for the container, specified as a JSON object in the form
... ...
@@ -289,7 +289,7 @@ Json Parameters:
289 289
           `{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
290 290
     -   **Ulimits** - A list of ulimits to set in the container, specified as
291 291
           `{ "Name": <name>, "Soft": <soft limit>, "Hard": <hard limit> }`, for example:
292
-          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}`
292
+          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard": 2048 }`
293 293
     -   **SecurityOpt**: A list of string values to customize labels for MLS
294 294
         systems, such as SELinux.
295 295
     -   **LogConfig** - Log configuration for the container, specified as a JSON object in the form
... ...
@@ -295,7 +295,7 @@ Json Parameters:
295 295
           `{ "PathOnHost": "/dev/deviceName", "PathInContainer": "/dev/deviceName", "CgroupPermissions": "mrw"}`
296 296
     -   **Ulimits** - A list of ulimits to set in the container, specified as
297 297
           `{ "Name": <name>, "Soft": <soft limit>, "Hard": <hard limit> }`, for example:
298
-          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard", 2048 }}`
298
+          `Ulimits: { "Name": "nofile", "Soft": 1024, "Hard": 2048 }`
299 299
     -   **SecurityOpt**: A list of string values to customize labels for MLS
300 300
         systems, such as SELinux.
301 301
     -   **LogConfig** - Log configuration for the container, specified as a JSON object in the form