git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08bc8e4
)
recipes: in tr command \000 should be \0
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 3 Jun 2011 08:41:20 +0000
(09:41 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 3 Jun 2011 08:41:20 +0000
(09:41 +0100)
examples/guestfs-recipes.pod
patch
|
blob
|
history
diff --git
a/examples/guestfs-recipes.pod
b/examples/guestfs-recipes.pod
index
68b88cf
..
595c2c4
100644
(file)
--- a/
examples/guestfs-recipes.pod
+++ b/
examples/guestfs-recipes.pod
@@
-310,7
+310,7
@@
L<virt-inspector(1)>.
This involves using the L<guestfish(1)> C<find0> command like this:
- guestfish --ro -d Guest -i find0 / - | tr '\0
00
' '\n' | sort
+ guestfish --ro -d Guest -i find0 / - | tr '\0' '\n' | sort
=head1 List services in a Windows VM