[lxc-devel] [lxc/master] Fix typo in lxc manpage

stgraber on Github lxc-bot at linuxcontainers.org
Sat Feb 20 04:37:37 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 375 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160220/d4c9de05/attachment.bin>
-------------- next part --------------
From 0fe2983a45c91fadcf6afdf82af018b7cb59ee72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 19 Feb 2016 23:37:07 -0500
Subject: [PATCH] Fix typo in lxc manpage
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Reported-by: lintian
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/ja/lxc.sgml.in | 2 +-
 doc/ko/lxc.sgml.in | 2 +-
 doc/lxc.sgml.in    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ja/lxc.sgml.in b/doc/ja/lxc.sgml.in
index 0aa37f0..e41c1a7 100644
--- a/doc/ja/lxc.sgml.in
+++ b/doc/ja/lxc.sgml.in
@@ -690,7 +690,7 @@ rootfs
       <para>
         <!--
 	Here is an example on how the combination of these commands
-	allow to list all the containers and retrieve their state.
+	allows one to list all the containers and retrieve their state.
 	<programlisting>
 	  for i in $(lxc-ls -1); do
 	    lxc-info -n $i
diff --git a/doc/ko/lxc.sgml.in b/doc/ko/lxc.sgml.in
index b392ac0..45e4ed6 100644
--- a/doc/ko/lxc.sgml.in
+++ b/doc/ko/lxc.sgml.in
@@ -675,7 +675,7 @@ rootfs
       <para>
         <!--
 	Here is an example on how the combination of these commands
-	allow to list all the containers and retrieve their state.
+	allows one to list all the containers and retrieve their state.
 	<programlisting>
 	  for i in $(lxc-ls -1); do
 	    lxc-info -n $i
diff --git a/doc/lxc.sgml.in b/doc/lxc.sgml.in
index c522e2b..1b98b47 100644
--- a/doc/lxc.sgml.in
+++ b/doc/lxc.sgml.in
@@ -458,7 +458,7 @@ rootfs
 
       <para>
 	Here is an example on how the combination of these commands
-	allow to list all the containers and retrieve their state.
+	allows one to list all the containers and retrieve their state.
 	<programlisting>
 	  for i in $(lxc-ls -1); do
 	    lxc-info -n $i


More information about the lxc-devel mailing list