Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
3fce3181
Commit
3fce3181
authored
Jan 29, 2016
by
Sungbae Yoo
Committed by
Stéphane Graber
Jan 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Adapt manpage for Korean lxc-ls to new C implementation
Update for commit
37cf83ea
Signed-off-by:
Sungbae Yoo
<
sungbae.yoo@samsung.com
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
57e1ac96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
40 deletions
+15
-40
lxc-ls.sgml.in
doc/ko/lxc-ls.sgml.in
+15
-40
No files found.
doc/ko/lxc-ls.sgml.in
View file @
3fce3181
...
@@ -28,6 +28,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -28,6 +28,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<!DOCTYPE refentry PUBLIC @docdtd@ [
<!DOCTYPE refentry PUBLIC @docdtd@ [
<!ENTITY seealso SYSTEM "@builddir@/common_options.sgml">
<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
]>
]>
...
@@ -55,7 +56,6 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -55,7 +56,6 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<cmdsynopsis>
<cmdsynopsis>
<command>lxc-ls</command>
<command>lxc-ls</command>
<arg choice="opt">-1</arg>
<arg choice="opt">-1</arg>
<arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
<arg choice="opt">--active</arg>
<arg choice="opt">--active</arg>
<arg choice="opt">--frozen</arg>
<arg choice="opt">--frozen</arg>
<arg choice="opt">--running</arg>
<arg choice="opt">--running</arg>
...
@@ -63,9 +63,8 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -63,9 +63,8 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<arg choice="opt">-f</arg>
<arg choice="opt">-f</arg>
<arg choice="opt">-F <replaceable>format</replaceable></arg>
<arg choice="opt">-F <replaceable>format</replaceable></arg>
<arg choice="opt">-g <replaceable>groups</replaceable></arg>
<arg choice="opt">-g <replaceable>groups</replaceable></arg>
<arg choice="opt">--nesting</arg>
<arg choice="opt">--nesting=<replaceable>NUM</replaceable></arg>
<arg choice="opt">filter</arg>
<arg choice="opt">--filter=<replaceable>regex</replaceable></arg>
<arg choice="opt">--version</arg>
</cmdsynopsis>
</cmdsynopsis>
</refsynopsisdiv>
</refsynopsisdiv>
...
@@ -99,20 +98,6 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -99,20 +98,6 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<varlistentry>
<varlistentry>
<term>
<term>
<option>-P, --lxcpath</option>
</term>
<listitem>
<para>
<!--
Use an alternate container path. The default is @LXCPATH@.
-->
기본 값과 다른 컨테이너 경로를 사용한다. 기본 값은 @LXCPATH@이다.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--active</option>
<option>--active</option>
</term>
</term>
<listitem>
<listitem>
...
@@ -215,44 +200,32 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -215,44 +200,32 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<varlistentry>
<varlistentry>
<term>
<term>
<option>--nesting</option>
<option>--nesting
=<replaceable>NUM</replaceable>
</option>
</term>
</term>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
Show nested containers.
Show nested containers. The number of nesting levels to be shown can
be specified by passing a number as argument.
-->
-->
중첩된(nested) 컨테이너들의 리스트를 표시한다.
중첩된(nested) 컨테이너들의 리스트를 표시한다.
몇번 중첩된(nested) 컨테이너를 보여줄지 숫자로 지정할 수 있다.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term>
<term>
<option>
filter
</option>
<option>
--filter=<replaceable>regex</replaceable>
</option>
</term>
</term>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
The filter passed to <command>lxc-ls</command> will be
The regular expression passed to <command>lxc-ls</command> will be
applied to the container name. The format is a regular expression.
applied to the container name. The format is a POSIX extended
regular expression. It can also be given as additional argument
without explicitly using <option>--filter</option>.
-->
-->
<command>lxc-ls</command> 명령어 사용시 컨테이너 이름에 적용할 필터.
<command>lxc-ls</command> 명령어 사용시 컨테이너 이름에 적용할 정규표현식이다. 형식은 POSIX 확장 정규표현식이다. 명시적으로 <option>--filter</option>을 사용하지 않고도 사용할 수 있다.
형식은 정규표현식이다.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--version</option>
</term>
<listitem>
<para>
<!--
Show the version number.
-->
버전 정보를 표시한다.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -291,6 +264,8 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -291,6 +264,8 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
</variablelist>
</variablelist>
</refsect1>
</refsect1>
&commonoptions;
&seealso;
&seealso;
<refsect1>
<refsect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment