Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19558/ntfsprogs
Modified Files:
ntfsclone.8.in ntfsmount.8.in
Log Message:
spelling fixes from debian
Index: ntfsclone.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsclone.8.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- ntfsclone.8.in 20 Sep 2005 16:24:26 -0000 1.19
+++ ntfsclone.8.in 28 Oct 2005 09:43:47 -0000 1.20
@@ -37,7 +37,7 @@ filled with zeros (cloning to standard o
.B ntfsclone
can be useful to make backups, an exact snapshot of an NTFS filesystem
and restore it later on, or for developers to test NTFS read/write
-functionality, troubleshot/investigate users' issues using the clone
+functionality, troubleshoot/investigate users' issues using the clone
without the risk of destroying the original filesystem.
The clone, if not using the special image format, is an exact copy of the original
@@ -85,7 +85,7 @@ with the options
.B \-S
(handle sparse files "efficiently") and
.B \-j
-(filter the archive through bzip2). Altough
+(filter the archive through bzip2). Although
.BR tar
still reads and analyses the entire file, it doesn't pass on the
large data blocks having only zeros to filters and it also avoids
Index: ntfsmount.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsmount.8.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ntfsmount.8.in 17 Oct 2005 20:21:22 -0000 1.9
+++ ntfsmount.8.in 28 Oct 2005 09:43:47 -0000 1.10
@@ -130,7 +130,7 @@ limited anyway to 32 pages (which is 128
.TP
.B force
-Force mount even if errors occured. Use this option only if you know what
+Force mount even if errors occurred. Use this option only if you know what
are you doing and don't cry about data loss.
.TP
@@ -168,7 +168,7 @@ NTFS FUSE module don't prevent you from
can use your preferred utils to access them. You can even delete them using
.B rm.
You can list all named data streams by getting "ntfs.streams.list" extended
-attribute. NOTE: The last feauture is unique for NTFS FUSE module and maybe
+attribute. NOTE: The last feature is unique for NTFS FUSE module and maybe
will be never supported by kernel driver.
.SH EXAMPLES
@@ -232,13 +232,17 @@ No bugs are known at present. If you fin
.nh
<lin...@li...>.
.hy
+
.SH AUTHOR
.B ntfsmount
was written by Yura Pakhuchiy. This manual page use information from Documentation/filesystems/ntfs.txt from linux kernel source, and from README from FUSE.
+
.SH DEDICATION
With love to Marina Sapego.
+
.SH THANKS
-Many thanks to Miklos Szeredi for advices and answers about FUSE.
+Many thanks to Miklos Szeredi for advice and answers about FUSE.
+
.SH AVAILABILITY
.B ntfsmount
is part of the ntfsprogs package and is available from
@@ -246,6 +250,7 @@ is part of the ntfsprogs package and is
.nh
http://linux\-ntfs.sourceforge.net/downloads.html.
.hy
+
.SH SEE ALSO
.BR "ntfsprogs" (8), " attr" (5), " getfattr" (1)
|