Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30318/ntfsprogs
Modified Files:
ntfsfix.c
Log Message:
Update obsolete description
Index: ntfsfix.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsfix.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- ntfsfix.c 20 Nov 2005 14:15:33 -0000 1.28
+++ ntfsfix.c 12 Feb 2006 02:00:45 -0000 1.29
@@ -1,14 +1,11 @@
/**
- * NtfsFix - Part of the Linux-NTFS project.
+ * ntfsfix - Part of the Linux-NTFS project.
*
* Copyright (c) 2000-2005 Anton Altaparmakov.
+ * Copyright (c) 2002-2005 Szabolcs Szakacsits.
*
- * This utility will attempt to fix a partition that has been damaged by the
- * current Linux-NTFS driver. It should be run after dismounting an NTFS
- * partition that has been mounted read-write under Linux and before rebooting
- * into Windows NT/2000. NtfsFix can be run even after Windows has had mounted
- * the partition, but it might be too late and irreversible damage to the data
- * might have been done already.
+ * This utility fixes some common NTFS problems, resets the NTFS journal file
+ * and schedules an NTFS consistency check for the first boot into Windows.
*
* Anton Altaparmakov <ai...@ca...>
*
|