Spelling typos, Debian bug #300073

edge.strict_endians
szaka 2005-07-12 16:18:10 +00:00
parent 40f00bd76b
commit 9f50872ec2
6 changed files with 7 additions and 7 deletions

View File

@ -609,7 +609,7 @@ xx/07/2005 - 1.11.0-WIP - Fixes and a new utility ntfsmount, a FUSE ntfsmodule.
base inode and are cached there until the base inode is closed. base inode and are cached there until the base inode is closed.
- Cleanup/streamline include file dependencies. - Cleanup/streamline include file dependencies.
- Port attribute list merging code from ntfs tng driver. API to follow. - Port attribute list merging code from ntfs tng driver. API to follow.
- Allocate a ntfs_volume in mkntfs and start initializing it instead - Allocate an ntfs_volume in mkntfs and start initializing it instead
of using the opt global structure. Necessary so can call the of using the opt global structure. Necessary so can call the
modified ntfs_mapping_pairs_decompress() from mkntfs.c. modified ntfs_mapping_pairs_decompress() from mkntfs.c.
- Add libntfs/debug.c providing: - Add libntfs/debug.c providing:

View File

@ -39,7 +39,7 @@
- implement loads of utilities a-la ntcp, ntrm, ntcreat, etc... - implement loads of utilities a-la ntcp, ntrm, ntcreat, etc...
- implement a ntfs shell where can use the above much faster with caching, - implement an ntfs shell where can use the above much faster with caching,
probably extending the library in the process probably extending the library in the process
**************** ****************

View File

@ -72,7 +72,7 @@ struct stat;
/* /*
* The ntfs device operations defining all operations that can be performed on * The ntfs device operations defining all operations that can be performed on
* the low level device described by a ntfs device structure. * the low level device described by an ntfs device structure.
*/ */
struct ntfs_device_operations { struct ntfs_device_operations {
int (*open)(struct ntfs_device *dev, int flags); int (*open)(struct ntfs_device *dev, int flags);

View File

@ -393,7 +393,7 @@ static s64 ntfs_device_win32_getdisklength(HANDLE handle)
* @argp: pointer to result buffer * @argp: pointer to result buffer
* *
* Only works on NTFS volume handles. * Only works on NTFS volume handles.
* An annoying bug in windows is that a NTFS volume does not occupy the entire * An annoying bug in windows is that an NTFS volume does not occupy the entire
* partition, namely not the last sector (which holds the backup boot sector, * partition, namely not the last sector (which holds the backup boot sector,
* and normally not interesting). * and normally not interesting).
* Use this function to get the length of the accessible space through a given * Use this function to get the length of the accessible space through a given

View File

@ -5,7 +5,7 @@
.\" .\"
.TH MKNTFS 8 "June 2005" "ntfsprogs version @VERSION@" .TH MKNTFS 8 "June 2005" "ntfsprogs version @VERSION@"
.SH NAME .SH NAME
mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system mkntfs \- create an NTFS 1.2 (Windows NT/2000/XP) file system
.SH SYNOPSIS .SH SYNOPSIS
.B mkntfs .B mkntfs
[ [
@ -80,7 +80,7 @@ mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system
] ]
.SH DESCRIPTION .SH DESCRIPTION
.B mkntfs .B mkntfs
is used to create a NTFS 1.2 (Windows NT 4.0) file system on a device (usually is used to create an NTFS 1.2 (Windows NT 4.0) file system on a device (usually
a disk partition). a disk partition).
.I device .I device
is the special file corresponding to the device (e.g is the special file corresponding to the device (e.g

View File

@ -4,7 +4,7 @@
* Copyright (c) 2000-2003 Anton Altaparmakov. * Copyright (c) 2000-2003 Anton Altaparmakov.
* *
* This utility will attempt to fix a partition that has been damaged by the * This utility will attempt to fix a partition that has been damaged by the
* current Linux-NTFS driver. It should be run after dismounting a NTFS * current Linux-NTFS driver. It should be run after dismounting an NTFS
* partition that has been mounted read-write under Linux and before rebooting * 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 * 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 * the partition, but it might be too late and irreversible damage to the data