From: Richard W.M. Jones Date: Fri, 3 Jun 2011 08:41:20 +0000 (+0100) Subject: recipes: in tr command \000 should be \0 X-Git-Tag: 1.11.9~7 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3819b657b0e3cc7cf99d04fc1f7bced8269e6ce9;p=libguestfs.git recipes: in tr command \000 should be \0 --- diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 68b88cf..595c2c4 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -310,7 +310,7 @@ L. This involves using the L C 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