summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-06-03 09:41:20 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-06-03 09:41:20 +0100
commit3819b657b0e3cc7cf99d04fc1f7bced8269e6ce9 (patch)
treecc40c8e42844c3f8009bf784134b078f5055a6c9
parent08bc8e40cea750bd35493ecab514e8e37c883a0a (diff)
downloadlibguestfs-3819b657b0e3cc7cf99d04fc1f7bced8269e6ce9.tar.gz
libguestfs-3819b657b0e3cc7cf99d04fc1f7bced8269e6ce9.tar.xz
libguestfs-3819b657b0e3cc7cf99d04fc1f7bced8269e6ce9.zip
recipes: in tr command \000 should be \0
-rw-r--r--examples/guestfs-recipes.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod
index 68b88cf2..595c2c48 100644
--- 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 '\000' '\n' | sort
+ guestfish --ro -d Guest -i find0 / - | tr '\0' '\n' | sort
=head1 List services in a Windows VM