From da947eadcfa1367c2d634667068db813a87a6dd1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 24 Jun 2009 19:57:24 +0100 Subject: [PATCH] Clarify documentation for mkdtemp. --- fish/cmds.c | 2 +- guestfish-actions.pod | 9 ++++++--- guestfs-actions.pod | 9 ++++++--- java/com/redhat/et/libguestfs/GuestFS.java | 12 ++++++++---- perl/lib/Sys/Guestfs.pm | 9 ++++++--- python/guestfs.py | 12 ++++++++---- src/generator.ml | 9 ++++++--- 7 files changed, 41 insertions(+), 21 deletions(-) diff --git a/fish/cmds.c b/fish/cmds.c index 46d6736..e803e89 100644 --- a/fish/cmds.c +++ b/fish/cmds.c @@ -586,7 +586,7 @@ void display_command (const char *cmd) pod2text ("scrub-freespace - scrub (securely wipe) free space", " scrub-freespace \n\nThis command creates the directory C and then fills it\nwith files until the filesystem is full, and scrubs the files\nas for C, and deletes them.\nThe intention is to scrub any free space on the partition\ncontaining C.\n\nIt is an interface to the L program. See that\nmanual page for more details."); else if (strcasecmp (cmd, "mkdtemp") == 0) - pod2text ("mkdtemp - create a temporary directory", " mkdtemp