From 2d0d936b764eb3c77eeca361b16d3525df5ac953 Mon Sep 17 00:00:00 2001 From: rajasec Date: Fri, 28 Oct 2016 22:58:08 +0530 Subject: [PATCH] Small correction in update resource file usage Signed-off-by: rajasec --- man/runc-update.8.md | 2 +- update.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/runc-update.8.md b/man/runc-update.8.md index 5f74026d7..c9277fccb 100644 --- a/man/runc-update.8.md +++ b/man/runc-update.8.md @@ -25,7 +25,7 @@ accepted format is as follow (unchanged values can be omitted): }, "blockIO": { "blkioWeight": 0 - }, + } } Note: if data is to be read from a file or the standard input, all diff --git a/update.go b/update.go index 71b0005ba..81c08701d 100644 --- a/update.go +++ b/update.go @@ -45,7 +45,7 @@ The accepted format is as follow (unchanged values can be omitted): }, "blockIO": { "blkioWeight": 0 - }, + } } Note: if data is to be read from a file or the standard input, all