From: KATOH Yasufumi Date: Tue, 24 Dec 2013 06:56:23 +0000 (+0900) Subject: doc: Fix the description of -n option in lxc-info(1) X-Git-Tag: lxc-1.0.0.beta2~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e339d6b9c1b85e6341c0d230ac68c5958f28cf08;p=thirdparty%2Flxc.git doc: Fix the description of -n option in lxc-info(1) Commit 5444216 revised -n option from allowing to specify multiple containers using regex to specifying only one container. But lxc-info(1) remains original. so - mark -n required - remove the description of -n that is included in common options Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- diff --git a/doc/ja/lxc-info.sgml.in b/doc/ja/lxc-info.sgml.in index c00481493..19d97c23e 100644 --- a/doc/ja/lxc-info.sgml.in +++ b/doc/ja/lxc-info.sgml.in @@ -53,7 +53,7 @@ by KATOH Yasufumi lxc-info - -n name + -n name -c KEY -s -p @@ -67,8 +67,8 @@ by KATOH Yasufumi <!-- Description -->説明 lxc-info は,コンテナに関する情報を問い合わせ,表示します. @@ -78,33 +78,6 @@ by KATOH Yasufumi <!-- Options --> - - - - - - - - コンテナ名.正規表現として解釈され,全てのコンテナ,指定したいくつかのコンテナ,特定のコンテナのいずれかの情報を取得できます.正規表現については - - regex - 7 - を参照してください.もし指定しなければ,name はデフォルトで lxcpath に存在する全てのコンテナの情報を取得する '.*' を指定したことになります. - - - - diff --git a/doc/lxc-info.sgml.in b/doc/lxc-info.sgml.in index 5f99994bb..af93d94f2 100644 --- a/doc/lxc-info.sgml.in +++ b/doc/lxc-info.sgml.in @@ -47,7 +47,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA lxc-info - -n name + -n name -c KEY -s -p @@ -60,8 +60,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Description - lxc-info queries and shows information about - containers. + lxc-info queries and shows information about a + container. @@ -69,26 +69,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Options - - - - - - - The container name. It is interpreted as a regular expression, - so it is possible to get information on all containers, several - of them or just one. See - - regex - 7 - for regular expression syntax. If not specified, - name will default to '.*' which - will give information on all containers in - lxcpath. - - - -