spelling fixes from debian

edge.strict_endians
cha0smaster 2005-10-28 09:43:47 +00:00
parent 59ce9b4285
commit 0b55f323c2
3 changed files with 11 additions and 6 deletions

View File

@ -45,7 +45,7 @@ xx/xx/2005 - 1.12.2-WIP
- fflush() ntfs_log_ streams. (Christophe)
- Working with regular files no longer needs the --force option, except
for mkntfs. (Szaka)
- Fix ntfs_non_resident_attr_expand() bug, that occured if we enlarge
- Fix ntfs_non_resident_attr_expand() bug, that occurred if we enlarge
sparse or compressed file, but do not need to allocate new clusters
to perfrom this. (Yura)
- Fix ntfsdecrypt endianness bugs thus it now works on OSX running on

View File

@ -37,7 +37,7 @@ filled with zeros (cloning to standard output).
.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

View File

@ -130,7 +130,7 @@ limited anyway to 32 pages (which is 128kbyte on i386).
.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 accessing to named data streams so you
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 find any bugs, please send an email to
.nh
<linux-ntfs-dev@lists.sourceforge.net>.
.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 available from
.nh
http://linux\-ntfs.sourceforge.net/downloads.html.
.hy
.SH SEE ALSO
.BR "ntfsprogs" (8), " attr" (5), " getfattr" (1)