From cbe09f0312e56162a3f772d0c0dcee5b2597ba92 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 1 Dec 2005 04:06:45 +0000 Subject: [PATCH] g_rename() doc comment update. --- glib/gstdio.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/glib/gstdio.c b/glib/gstdio.c index c6cd7ba..aa4a9e4 100644 --- a/glib/gstdio.c +++ b/glib/gstdio.c @@ -337,10 +337,9 @@ g_creat (const gchar *filename, * renames a file, moving it between directories if required. * * See your C library manual for more details about how rename() works - * on your system. Note in particular that on Windows, it is in - * general not possible to rename a file if a file with the new name - * already exists. Also it is not possible in general to rename an - * open file. + * on your system. Note in particular that on Win9x it is not possible + * to rename a file if a file with the new name already exists. Also + * it is not possible in general on Windows to rename an open file. * * Returns: 0 if the renaming succeeded, -1 if an error occurred * -- 2.7.4