X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=b66c16c9fbb208151ed4f633c8d35698751cb109;hb=470e373eea218c8d46b0c63dda93ee9ece48940f;hp=c6e5a2891a2313364c84e61a462b36197f6babbe;hpb=dd86183f3f6d4d5ad28e1f12c56ba920934e7ad0;p=libguestfs.git 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);