Displaying 2 results from an estimated 2 matches for "a45af00".
2012 Apr 18
2
[PATCH libguestfs] maint: fix doc typos
...the preceeding messages."
+echo "then you should check the preceding messages."
echo
echo "Please report bugs back to the mailing list:"
echo "http://www.redhat.com/mailman/listinfo/libguestfs"
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index c0827c7..a45af00 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -698,7 +698,7 @@ the Unix L<chmod(1)> program):
Commands that return numbers usually print them in decimal, but
some commands print numbers in other radices (eg. C<umask> prints
-the mode in octal, preceeded by C<0>)....
2012 May 02
0
[PATCH] fish: Add --pipe-error flag to allow detection of errors in pipe commands (RHBZ#803533).
...r%s\n", program_name,
+ pipecmd ? " on pipe" : "");
+ r = -1;
+ }
+ /* We've dealt with this error, so clear the flag. */
+ clearerr (stdout);
+ }
if (pipecmd) {
close (1);
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index a45af00..29aa2d6 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -350,6 +350,18 @@ alternative to the I<-a> option: whereas I<-a> adds an existing disk,
I<-N> creates a preformatted disk with a filesystem and adds it.
See L</PREPARED DISK IMAGES> below.
+=item B<-...