recipes: in tr command \000 should be \0

This commit is contained in:
Richard W.M. Jones
2011-06-03 09:41:20 +01:00
parent 08bc8e40ce
commit 3819b657b0

View File

@@ -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