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
c050cfe3
Commit
c050cfe3
authored
Oct 30, 2018
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: command
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
18406e5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lxc.h
src/lxc/lxc.h
+2
-2
No files found.
src/lxc/lxc.h
View file @
c050cfe3
...
@@ -48,7 +48,7 @@ struct lxc_handler;
...
@@ -48,7 +48,7 @@ struct lxc_handler;
/*
/*
* Start the specified command inside a system container
* Start the specified command inside a system container
* @name : the name of the container
* @name : the name of the container
* @argv : an array of char * corresponding to the command
e
line
* @argv : an array of char * corresponding to the command line
* @conf : configuration
* @conf : configuration
* @daemonize : whether or not the container is daemonized
* @daemonize : whether or not the container is daemonized
* Returns 0 on success, < 0 otherwise
* Returns 0 on success, < 0 otherwise
...
@@ -60,7 +60,7 @@ extern int lxc_start(const char *name, char *const argv[],
...
@@ -60,7 +60,7 @@ extern int lxc_start(const char *name, char *const argv[],
/*
/*
* Start the specified command inside an application container
* Start the specified command inside an application container
* @name : the name of the container
* @name : the name of the container
* @argv : an array of char * corresponding to the command
e
line
* @argv : an array of char * corresponding to the command line
* @quiet : if != 0 then lxc-init won't produce any output
* @quiet : if != 0 then lxc-init won't produce any output
* @conf : configuration
* @conf : configuration
* @daemonize : whether or not the container is daemonized
* @daemonize : whether or not the container is daemonized
...
...
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