X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=guestfs-actions.pod;h=a48bbe68c6ee29a12d0b7eb3784b3bf96fa81e0e;hb=b2ed0f4c55c2bd3d07341ba2207f0cb238eb4e18;hp=68357d62f80de0f518c63d460be45ef5c49d6d18;hpb=826020fe18bf2eee43f8afea392874bb88c0650a;p=libguestfs.git diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 68357d6..a48bbe6 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -614,6 +614,33 @@ to find out what you can do. This function returns a string, or NULL on error. I. +=head2 guestfs_df + + char *guestfs_df (guestfs_h *handle); + +This command runs the C command to report disk space used. + +This command is mostly useful for interactive sessions. It +is I intended that you try to parse the output string. +Use C from programs. + +This function returns a string, or NULL on error. +I. + +=head2 guestfs_df_h + + char *guestfs_df_h (guestfs_h *handle); + +This command runs the C command to report disk space used +in human-readable format. + +This command is mostly useful for interactive sessions. It +is I intended that you try to parse the output string. +Use C from programs. + +This function returns a string, or NULL on error. +I. + =head2 guestfs_dmesg char *guestfs_dmesg (guestfs_h *handle);