search for: 377db21

Displaying 2 results from an estimated 2 matches for "377db21".

Did you mean: 377,21
2015 Mar 13
2
[PATCH] guestfs.pod: don't encourage 'make syntax-check'
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- src/guestfs.pod | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index 377db21..70400a1 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -4158,10 +4158,6 @@ Runs the regular test suite. This is implemented using the regular automake C<TESTS> target. See the automake documentation for details. -=item C<make syntax-check -j1 -k> - -Checks for various synta...
2015 Mar 12
1
[PATCH] guestfs.pod: fix a typo
s/applicance/appliance Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- src/guestfs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index 9749349..377db21 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -2461,7 +2461,7 @@ indicates a bug in libguestfs. =back -Libguestfs tries to convert the errno from inside the applicance into +Libguestfs tries to convert the errno from inside the appliance into a corresponding errno for the caller (not...