From f33c0ff39fc0e29e40887821296ef3ce9ba10242 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 30 Apr 2011 18:45:56 -0400 Subject: [PATCH] guestfs(3): Writing to a file descriptor, not just a pipe. (cherry picked from commit 470e373eea218c8d46b0c63dda93ee9ece48940f) --- src/guestfs.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index c6e5a28..b66c16c 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -354,7 +354,7 @@ doing: guestfs_download (g, filename, "/dev/stdout"); -and you can write tar output to a pipe C by doing: +and you can write tar output to a file descriptor C by doing: char devfd[64]; snprintf (devfd, sizeof devfd, "/dev/fd/%d", fd); -- 1.8.3.1