diff --git a/doc/compression.txt b/doc/compression.txt index 368f16f2..5da5238f 100644 --- a/doc/compression.txt +++ b/doc/compression.txt @@ -132,7 +132,7 @@ Note that decompression has to occur byte by byte, as it is possible that some of the bytes pointed to by the pt will only be generated in the sliding window as the byte sequence pointed to by the pt is being copied into it! -To give a concrete example; a block full of the letter A would be compressed +To give a concrete example: a block full of the letter A would be compressed by storing the byte A once as a symbol token, followed by a single phrase token with back pointer -1 (p = 0, therefore go back by -(0 + 1) bytes) and length 4095 (l=0xffc, therefore length 0xffc + 3 bytes). diff --git a/libntfs/libntfs-gnomevfs.8.in b/libntfs/libntfs-gnomevfs.8.in index ad37353c..f365d61c 100644 --- a/libntfs/libntfs-gnomevfs.8.in +++ b/libntfs/libntfs-gnomevfs.8.in @@ -3,7 +3,8 @@ .\" This file may be copied under the terms of the GNU Public License. .\" .TH NTFSPROGS 8 "November 2003" "Linux-NTFS version @VERSION@" - +.SH NAME +libntfs-gnomevfs \- Module for GNOME VFS that allows access to NTFS filesystems. .SH OVERVIEW The GNOME virtual filesystem (VFS) provides universal access to different filesystems. The diff --git a/ntfsprogs/mkntfs.8.in b/ntfsprogs/mkntfs.8.in index ed4630b9..53923f86 100644 --- a/ntfsprogs/mkntfs.8.in +++ b/ntfsprogs/mkntfs.8.in @@ -3,7 +3,7 @@ .\" This file may be copied under the terms of the GNU Public License. .\" Adapted from e2fsprogs-1.19/misc/mke2fs.8.in by Theodore Ts'o. .\" -.TH MKNTFS 8 "March 2002" "Linux-NTFS version @VERSION@" +.TH MKNTFS 8 "March 2002" "ntfsprogs version @VERSION@" .SH NAME mkntfs \- create a NTFS 1.2 (Windows NT/2000/XP) file system .SH SYNOPSIS diff --git a/ntfsprogs/ntfscat.8.in b/ntfsprogs/ntfscat.8.in index 021ef100..36c976bd 100644 --- a/ntfsprogs/ntfscat.8.in +++ b/ntfsprogs/ntfscat.8.in @@ -2,7 +2,7 @@ .\" Copyright (c) 2003 Richard Russon. All Rights Reserved. .\" This file may be copied under the terms of the GNU Public License. .\" -.TH NTFSCAT 8 "October 2003" "Linux-NTFS version @VERSION@" +.TH NTFSCAT 8 "October 2003" "ntfsprogs version @VERSION@" .SH NAME ntfscat \- concatenate files and print them on the standard output .SH SYNOPSIS diff --git a/ntfsprogs/ntfscluster.8.in b/ntfsprogs/ntfscluster.8.in index e1572c61..763158b8 100644 --- a/ntfsprogs/ntfscluster.8.in +++ b/ntfsprogs/ntfscluster.8.in @@ -1,7 +1,7 @@ .\" Copyright (c) 2003 Richard Russon. All Rights Reserved. .\" This file may be copied under the terms of the GNU Public License. .\" -.TH NTFSCLUSTER 8 "September 2003" "Linux\-NTFS version @VERSION@" +.TH NTFSCLUSTER 8 "September 2003" "ntfsprogs version @VERSION@" .SH NAME ntfscluster \- identify files in a specified region of an NTFS volume. .SH SYNOPSIS diff --git a/ntfsprogs/ntfsfix.8.in b/ntfsprogs/ntfsfix.8.in index 2cbe98dd..04b323c7 100644 --- a/ntfsprogs/ntfsfix.8.in +++ b/ntfsprogs/ntfsfix.8.in @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH NTFSFIX 8 "July 2001" "Linux-NTFS version @VERSION@" +.TH NTFSFIX 8 "March 2004" "ntfsprogs version @VERSION@" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -38,22 +38,22 @@ stupidity when fixing altered partitions. Because the main problems are journal files, \fBntfsfix\fP aims to fix those issues. .sp Running ntfsfix after mounting NTFS partitions read-write is recommended -for reducing the chance of severe data loss when NT/W2K tries to remount +for reducing the chance of severe data loss when NT/W2K/XP tries to remount the affected partition(s). .sp In order to use \fBntfsfix\fP you must unmount the NTFS partition, and run ntfsfix device, where device is the NTFS partition. After this, you can -safely reboot into NT/W2K. Please note that \fBntfsfix\fP is not a +safely reboot into NT/W2K/XP. Please note that \fBntfsfix\fP is not a chkdsk-like tool, and so is not guaranteed that it could fix all the alterations provoked by the NTFS driver. .SH AUTHOR This manual page was written by David Martínez Moreno -, for the Debian GNU/Linux +, for Debian the GNU/Linux system (but may be used by others). .SH AVAILABILITY .B ntfsfix -is part of the linux-ntfs package and is available from +is part of the ntfsprogs package and is available from http://linux-ntfs.sourceforge.net/. .SH SEE ALSO .BR mkntfs (8), diff --git a/ntfsprogs/ntfsinfo.8.in b/ntfsprogs/ntfsinfo.8.in index cdb227dd..ea7259a4 100644 --- a/ntfsprogs/ntfsinfo.8.in +++ b/ntfsprogs/ntfsinfo.8.in @@ -2,7 +2,7 @@ .\" Copyright (c) 2002-2004 Anton Altaparmakov. All Rights Reserved. .\" This file may be copied under the terms of the GNU Public License. .\" -.TH NTFSINFO 8 "Feb 2004" "Linux-NTFS version @VERSION@" +.TH NTFSINFO 8 "Feb 2004" "ntfsprogs version @VERSION@" .SH NAME ntfsinfo \- dump a file's attributes .SH SYNOPSIS @@ -20,7 +20,7 @@ Run ntfsinfo without arguments for a full list of options. was written by Matthew J. Fanto (mattjf@uncompiled.com). .SH AVAILABILITY .B ntfsinfo -is part of the linux-ntfs package and is available from +is part of the ntfsprogs package and is available from http://linux-ntfs.sourceforge.net/. .SH SEE ALSO .BR ntfsprogs (8) diff --git a/ntfsprogs/ntfslabel.8.in b/ntfsprogs/ntfslabel.8.in index 1a53cf4a..b647cf4f 100644 --- a/ntfsprogs/ntfslabel.8.in +++ b/ntfsprogs/ntfslabel.8.in @@ -3,7 +3,7 @@ .\" This file may be copied under the terms of the GNU Public License. .\" Adapted from e2fsprogs-1.26/misc/e2label.8.in by Theodore Ts'o. .\" -.TH NTFSLABEL 8 "April 2002" "Linux-NTFS version @VERSION@" +.TH NTFSLABEL 8 "April 2002" "ntfsprogs version @VERSION@" .SH NAME ntfslabel \- display/change the label on an ntfs file system .SH SYNOPSIS @@ -47,7 +47,7 @@ was written by Matthew J. Fanto (mattjf@uncompiled.com). This man page was written by Anton Altaparmakov (aia21@cantab.net). .SH AVAILABILITY .B ntfslabel -is part of the linux-ntfs package and is available from +is part of the ntfsprogs package and is available from http://linux-ntfs.sourceforge.net/. .SH SEE ALSO .BR mkntfs (8), diff --git a/ntfsprogs/ntfsls.8.in b/ntfsprogs/ntfsls.8.in index a50be2a1..0880251f 100644 --- a/ntfsprogs/ntfsls.8.in +++ b/ntfsprogs/ntfsls.8.in @@ -2,9 +2,9 @@ .\" Copyright (c) 2003 Anton Altaparmakov. All Rights Reserved. .\" This file may be copied under the terms of the GNU Public License. .\" -.TH NTFSLS 8 "August 2003" "Linux-NTFS version @VERSION@" +.TH NTFSLS 8 "August 2003" "ntfsprogs version @VERSION@" .SH NAME -ntfsls \- list directory contents on an NTFS file system +ntfsls \- list directory contents on an NTFS filesystem .SH SYNOPSIS .B ntfsls [ diff --git a/ntfsprogs/ntfsprogs.8.in b/ntfsprogs/ntfsprogs.8.in index e72fbb89..71831204 100644 --- a/ntfsprogs/ntfsprogs.8.in +++ b/ntfsprogs/ntfsprogs.8.in @@ -2,8 +2,9 @@ .\" Copyright (c) 2002-2003 Anton Altaparmakov. All Rights Reserved. .\" This file may be copied under the terms of the GNU Public License. .\" -.TH NTFSPROGS 8 "August 2003" "Linux-NTFS version @VERSION@" - +.TH NTFSPROGS 8 "August 2003" "ntfsprogs version @VERSION@" +.SH NAME +ntfstools \- several tools for doing neat things with NTFS partitions .SH OVERVIEW .B ntfsprogs is a suite of NTFS utilities based around a shared library. The tools are diff --git a/ntfsprogs/ntfsundelete.8.in b/ntfsprogs/ntfsundelete.8.in index aaffc47d..7ae20992 100644 --- a/ntfsprogs/ntfsundelete.8.in +++ b/ntfsprogs/ntfsundelete.8.in @@ -1,7 +1,7 @@ .\" Copyright (c) 2002 Richard Russon. All Rights Reserved. .\" This file may be copied under the terms of the GNU Public License. .\" -.TH NTFSUNDELETE 8 "June 2002" "Linux\-NTFS version @VERSION@" +.TH NTFSUNDELETE 8 "June 2002" "ntfsprogs version @VERSION@" .SH NAME ntfsundelete \- recover a deleted file from an NTFS volume. .SH SYNOPSIS @@ -346,7 +346,7 @@ was written by Richard Russon (FlatCap) If you find this tool useful, make FlatCap happy and send him an email. .SH AVAILABILITY .B ntfsundelete -is part of the linux\-ntfs package and is available from +is part of the ntfsprogs package and is available from .br .nh http://linux\-ntfs.sourceforge.net/downloads.html diff --git a/ntfsprogs/ntfswipe.h b/ntfsprogs/ntfswipe.h index cf1bb7cf..d9de8017 100644 --- a/ntfsprogs/ntfswipe.h +++ b/ntfsprogs/ntfswipe.h @@ -3,7 +3,7 @@ * * Copyright (c) 2002 Richard Russon * - * This utility will overwrite usused space on an NTFS volume. + * This utility will overwrite unused space on an NTFS volume. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by