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
8a67a2b2
Commit
8a67a2b2
authored
Nov 19, 2008
by
dlezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the man page lxc.conf.5
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the man page for the lxc.conf configuration file. Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
ea3d71b1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
configure.in
configure.in
+1
-0
Makefile.am
doc/Makefile.am
+10
-1
lxc.conf.sgml.in
doc/lxc.conf.sgml.in
+0
-0
No files found.
configure.in
View file @
8a67a2b2
...
...
@@ -57,6 +57,7 @@ AC_CONFIG_FILES([
doc/lxc-ls.sgml
doc/lxc-ps.sgml
doc/lxc-cgroup.sgml
doc/lxc.conf.sgml
src/Makefile
src/lxc/Makefile
...
...
doc/Makefile.am
View file @
8a67a2b2
...
...
@@ -11,9 +11,17 @@ man_MANS = \
lxc-wait.1
\
lxc-ls.1
\
lxc-ps.1
\
lxc-cgroup.1
lxc-cgroup.1
\
\
lxc.conf.5
%.1
:
%.sgml
docbook2man
$<
%.5
:
%.sgml
docbook2man
$<
clean-local
:
$(RM)
manpage.
*
*
.1
*
.sgml
$(man_MANS)
endif
\ No newline at end of file
doc/lxc.conf.sgml.in
0 → 100644
View file @
8a67a2b2
This diff is collapsed.
Click to expand it.
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