From 229b86a72c84091531fb41c3601980bfa4080b5d Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 1 May 2013 20:21:56 -0700 Subject: [PATCH] criu(8): it's -> it is A manual page is formal document, not a chitchat, so use of contracted forms is not appropriate. Signed-off-by: Kir Kolyshkin Signed-off-by: Pavel Emelyanov --- Documentation/criu.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/criu.txt b/Documentation/criu.txt index 355061aa6..c961ee5e1 100644 --- a/Documentation/criu.txt +++ b/Documentation/criu.txt @@ -112,8 +112,8 @@ OPTIONS words this option allows to migrate such application as *top* and friends. *-l*, *--file-locks*:: - Allow to dump and restore file locks. It\'s necessary to make sure that - all file lock users are taken into dump. So it\'s only safe to use this + Allow to dump and restore file locks. It is necessary to make sure that + all file lock users are taken into dump, so it is only safe to use this for a container dump/restore. *--ms*:: @@ -153,7 +153,7 @@ the following rules: address space and the respective syscall argument is the pointer to this string; -* Otherwise it\'s treated as a number (converted with strtol) and is directly +* Otherwise it is treated as a number (converted with strtol) and is directly passed into the system call. EXAMPLES