summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-03 11:53:49 +0200
committerJim Meyering <meyering@redhat.com>2009-07-03 17:04:21 +0200
commita7b73d4a1e09f12b2002083618056f0c823c1dcf (patch)
tree6c476572bde4ee9ae0788086d9492a339c09c937 /recipes
parente9f5144537a4d89cc875bce42b269d1e2b119d8f (diff)
downloadlibguestfs-a7b73d4a1e09f12b2002083618056f0c823c1dcf.tar.gz
libguestfs-a7b73d4a1e09f12b2002083618056f0c823c1dcf.tar.xz
libguestfs-a7b73d4a1e09f12b2002083618056f0c823c1dcf.zip
remove trailing blanks
Diffstat (limited to 'recipes')
-rw-r--r--recipes/clone.example2
-rw-r--r--recipes/export2tar.example4
-rw-r--r--recipes/iso2tar.example2
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/clone.example b/recipes/clone.example
index 40b4df1b..3ee96c51 100644
--- a/recipes/clone.example
+++ b/recipes/clone.example
@@ -11,7 +11,7 @@ editing virtual machine filesystems.
Type: 'help' for help with commands
'quit' to quit the shell
-><fs> cat /etc/resolv.conf
+><fs> cat /etc/resolv.conf
nameserver 192.168.1.1
><fs> cat /etc/HOSTNAME
newmachine
diff --git a/recipes/export2tar.example b/recipes/export2tar.example
index 47033c85..7f222f33 100644
--- a/recipes/export2tar.example
+++ b/recipes/export2tar.example
@@ -1,8 +1,8 @@
$ ./export2tar.sh /dev/mapper/Guests-RHEL53PV32 /dev/VolGroup00/LogVol00 \
/home /tmp/home.tar.gz
-$ ll /tmp/home.tar.gz
+$ ll /tmp/home.tar.gz
-rw-rw-r--. 1 rjones rjones 824 2009-04-25 12:33 /tmp/home.tar.gz
-$ tar ztf /tmp/home.tar.gz
+$ tar ztf /tmp/home.tar.gz
./
./rjones/
./rjones/.bash_profile
diff --git a/recipes/iso2tar.example b/recipes/iso2tar.example
index 16cb7dac..5c796e12 100644
--- a/recipes/iso2tar.example
+++ b/recipes/iso2tar.example
@@ -1,4 +1,4 @@
-$ ll -h /tmp/Fedora-11-Beta-i386-netinst.iso
+$ ll -h /tmp/Fedora-11-Beta-i386-netinst.iso
-r--r--r--. 1 rjones rjones 168M 2009-04-25 22:38 /tmp/Fedora-11-Beta-i386-netinst.iso
$ ./iso2tar.sh /tmp/Fedora-11-Beta-i386-netinst.iso /tmp/cd.tar.gz
$ ls -lh /tmp/cd.tar.gz