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
b2966d59
Commit
b2966d59
authored
Aug 08, 2015
by
Christian Brauner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammar in some of the executables
"NAME for name of the container" becomes "NAME of the container" Signed-off-by:
Christian Brauner
<
christianvanbrauner@gmail.com
>
parent
eab218fb
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
16 additions
and
16 deletions
+16
-16
lxc_attach.c
src/lxc/lxc_attach.c
+1
-1
lxc_checkpoint.c
src/lxc/lxc_checkpoint.c
+1
-1
lxc_console.c
src/lxc/lxc_console.c
+1
-1
lxc_create.c
src/lxc/lxc_create.c
+2
-2
lxc_destroy.c
src/lxc/lxc_destroy.c
+1
-1
lxc_device.c
src/lxc/lxc_device.c
+1
-1
lxc_execute.c
src/lxc/lxc_execute.c
+1
-1
lxc_freeze.c
src/lxc/lxc_freeze.c
+1
-1
lxc_info.c
src/lxc/lxc_info.c
+1
-1
lxc_init.c
src/lxc/lxc_init.c
+1
-1
lxc_monitor.c
src/lxc/lxc_monitor.c
+1
-1
lxc_start.c
src/lxc/lxc_start.c
+1
-1
lxc_stop.c
src/lxc/lxc_stop.c
+1
-1
lxc_unfreeze.c
src/lxc/lxc_unfreeze.c
+1
-1
lxc_wait.c
src/lxc/lxc_wait.c
+1
-1
No files found.
src/lxc/lxc_attach.c
View file @
b2966d59
...
...
@@ -146,7 +146,7 @@ static struct lxc_arguments my_args = {
Execute the specified COMMAND - enter the container NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-e, --elevated-privileges=PRIVILEGES
\n
\
Use elevated privileges instead of those of the
\n
\
container. If you don't specify privileges to be
\n
\
...
...
src/lxc/lxc_checkpoint.c
View file @
b2966d59
...
...
@@ -105,7 +105,7 @@ lxc-checkpoint checkpoints and restores a container\n\
its running state at a later time.
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-r, --restore Restore container
\n
\
-D, --checkpoint-dir=DIR directory to save the checkpoint in
\n
\
-v, --verbose Enable verbose criu logs
\n
\
...
...
src/lxc/lxc_console.c
View file @
b2966d59
...
...
@@ -78,7 +78,7 @@ static struct lxc_arguments my_args = {
lxc-console logs on the container with the identifier NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-t, --tty=NUMBER console tty number
\n
\
-e, --escape=PREFIX prefix for escape command
\n
"
,
.
options
=
my_longopts
,
...
...
src/lxc/lxc_create.c
View file @
b2966d59
...
...
@@ -61,7 +61,7 @@ static uint64_t get_fssize(char *s)
else
if
(
*
end
==
't'
||
*
end
==
'T'
)
ret
*=
1024ULL
*
1024ULL
*
1024ULL
*
1024ULL
;
else
{
{
fprintf
(
stderr
,
"Invalid blockdev unit size '%c' in '%s', using default size
\n
"
,
*
end
,
s
);
return
0
;
}
...
...
@@ -131,7 +131,7 @@ static struct lxc_arguments my_args = {
lxc-create creates a container
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-f, --config=file Initial configuration file
\n
\
-t, --template=t Template to use to setup container
\n
\
-B, --bdev=BDEV Backing store type to use
\n
\
...
...
src/lxc/lxc_destroy.c
View file @
b2966d59
...
...
@@ -52,7 +52,7 @@ static struct lxc_arguments my_args = {
lxc-destroy destroys a container with the identifier NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-f, --force wait for the container to shut down
\n
"
,
.
options
=
my_longopts
,
.
parser
=
my_parser
,
...
...
src/lxc/lxc_device.c
View file @
b2966d59
...
...
@@ -53,7 +53,7 @@ static struct lxc_arguments my_args = {
lxc-device attach or detach DEV to or from container.
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container"
,
-n, --name=NAME NAME of the container"
,
.
options
=
my_longopts
,
.
parser
=
NULL
,
.
checker
=
NULL
,
...
...
src/lxc/lxc_execute.c
View file @
b2966d59
...
...
@@ -79,7 +79,7 @@ lxc-execute creates a container with the identifier NAME\n\
and execs COMMAND into this container.
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-f, --rcfile=FILE Load configuration file FILE
\n
\
-s, --define KEY=VAL Assign VAL to configuration variable KEY
\n
"
,
.
options
=
my_longopts
,
...
...
src/lxc/lxc_freeze.c
View file @
b2966d59
...
...
@@ -47,7 +47,7 @@ static struct lxc_arguments my_args = {
lxc-freeze freezes a container with the identifier NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container"
,
-n, --name=NAME NAME of the container"
,
.
options
=
my_longopts
,
.
parser
=
NULL
,
.
checker
=
NULL
,
...
...
src/lxc/lxc_info.c
View file @
b2966d59
...
...
@@ -87,7 +87,7 @@ static struct lxc_arguments my_args = {
lxc-info display some information about a container with the identifier NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-c, --config=KEY show configuration variable KEY from running container
\n
\
-i, --ips shows the IP addresses
\n
\
-p, --pid shows the process id of the init container
\n
\
...
...
src/lxc/lxc_init.c
View file @
b2966d59
...
...
@@ -61,7 +61,7 @@ static void interrupt_handler(int sig)
static
void
usage
(
void
)
{
fprintf
(
stderr
,
"Usage: lxc-init [OPTION]...
\n\n
"
"Common options :
\n
"
" -n, --name=NAME NAME
for name
of the container
\n
"
" -n, --name=NAME NAME of the container
\n
"
" -l, --logpriority=LEVEL Set log priority to LEVEL
\n
"
" -q, --quiet Don't produce any output
\n
"
" -P, --lxcpath=PATH Use specified container path
\n
"
...
...
src/lxc/lxc_monitor.c
View file @
b2966d59
...
...
@@ -61,7 +61,7 @@ static struct lxc_arguments my_args = {
lxc-monitor monitors the state of the NAME container
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
NAME may be a regular expression
\n
\
-Q, --quit tell lxc-monitord to quit
\n
"
,
.
name
=
".*"
,
...
...
src/lxc/lxc_start.c
View file @
b2966d59
...
...
@@ -181,7 +181,7 @@ static struct lxc_arguments my_args = {
lxc-start start COMMAND in specified container NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-d, --daemon Daemonize the container (default)
\n
\
-F, --foreground Start with the current tty attached to /dev/console
\n
\
-p, --pidfile=FILE Create a file with the process id
\n
\
...
...
src/lxc/lxc_stop.c
View file @
b2966d59
...
...
@@ -69,7 +69,7 @@ static struct lxc_arguments my_args = {
lxc-stop stops a container with the identifier NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-r, --reboot reboot the container
\n
\
-W, --nowait don't wait for shutdown or reboot to complete
\n
\
-t, --timeout=T wait T seconds before hard-stopping
\n
\
...
...
src/lxc/lxc_unfreeze.c
View file @
b2966d59
...
...
@@ -45,7 +45,7 @@ static struct lxc_arguments my_args = {
lxc-unfreeze unfreezes a container with the identifier NAME
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
"
,
-n, --name=NAME NAME of the container
\n
"
,
.
options
=
my_longopts
,
.
parser
=
NULL
,
.
checker
=
NULL
,
...
...
src/lxc/lxc_wait.c
View file @
b2966d59
...
...
@@ -68,7 +68,7 @@ static struct lxc_arguments my_args = {
lxc-wait waits for NAME container state to reach STATE
\n
\
\n
\
Options :
\n
\
-n, --name=NAME NAME
for name
of the container
\n
\
-n, --name=NAME NAME of the container
\n
\
-s, --state=STATE ORed states to wait for
\n
\
STOPPED, STARTING, RUNNING, STOPPING,
\n
\
ABORTING, FREEZING, FROZEN, THAWED
\n
\
...
...
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