Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
d3f61730
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d3f61730
编写于
9月 15, 2015
作者:
C
Christian Loehle
提交者:
Martin Kletzander
9月 15, 2015
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Minor typo fixes in documentation
Signed-off-by:
N
Christian Loehle
<
cloehle@linutronix.de
>
上级
17c4d2a1
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
4 addition
and
4 deletion
+4
-4
docs/formatcaps.html.in
docs/formatcaps.html.in
+1
-1
docs/internals/command.html.in
docs/internals/command.html.in
+2
-2
src/libvirt-domain.c
src/libvirt-domain.c
+1
-1
未找到文件。
docs/formatcaps.html.in
浏览文件 @
d3f61730
...
...
@@ -162,7 +162,7 @@
<
suspend_mem/
>
<
suspend_disk/
>
<
suspend_hybrid/
>
<
power_management/
>
<
/power_management
>
<
/host
>
</span>
<
!-- xen-3.0-x86_64 --
>
...
...
docs/internals/command.html.in
浏览文件 @
d3f61730
...
...
@@ -68,8 +68,8 @@
There is now a high level API that provides a safe and
flexible way to spawn commands, which prevents the most
common errors
&
is easy to code against. This
code is provided in the
<code>
src/util/command.h
</code>
header which can be imported using
<code>
#include "command.h"
</code>
code is provided in the
<code>
src/util/
vir
command.h
</code>
header which can be imported using
<code>
#include "
vir
command.h"
</code>
</p>
<h3><a
name=
"initial"
>
Defining commands in libvirt
</a></h3>
...
...
src/libvirt-domain.c
浏览文件 @
d3f61730
...
...
@@ -268,7 +268,7 @@ virDomainCreateXMLWithFiles(virConnectPtr conn, const char *xmlDesc,
*
* Deprecated after 0.4.6.
* Renamed to virDomainCreateXML() providing identical functionality.
* This existing name will left indefinitely for API compatibility.
* This existing name will
be
left indefinitely for API compatibility.
*
* Returns a new domain object or NULL in case of failure
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录