[CRIU] [PATCH 13/13] criu(8): fix English in examples
Kir Kolyshkin
kir at openvz.org
Wed May 1 23:21:59 EDT 2013
1. s/pid 1234/pid of 1234/
2. Remove all those "one should type" or "run".
Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
Documentation/criu.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 1790f79..301bb82 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -161,22 +161,22 @@ the following rules:
EXAMPLES
--------
-To checkpoint a program with pid *1234* and write all image files into
-directory *checkpoint* one should type
+To checkpoint a program with pid of *1234* and write all image files into
+directory *checkpoint*:
criu dump -D checkpoint -t 1234
-To restore this program detaching criu itself, one should type
+To restore this program detaching criu itself:
criu restore -d -D checkpoint -t 1234
-To close a file descriptor number *1* in task with pid *1234* run
+To close a file descriptor number *1* in task with pid *1234*:
criu exec -t 1234 close 1
To open a file named */foo/bar* for read-write in the task with pid
-*1234* run
+*1234*:
criu exec -t 1234 open '&/foo/bar' 2
--
1.8.1.4
More information about the CRIU
mailing list