Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30749/ntfsprogs
Modified Files:
ntfscp.8.in ntfsmount.8.in
Log Message:
Minor man pages updates
Index: ntfscp.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfscp.8.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ntfscp.8.in 5 Jun 2005 23:48:55 -0000 1.5
+++ ntfscp.8.in 5 Oct 2005 11:14:30 -0000 1.6
@@ -1,16 +1,12 @@
.\" -*- nroff -*-
-.\" Copyright (c) 2004 Yura Pakhuchiy. All Rights Reserved.
+.\" Copyright (c) 2004-2005 Yura Pakhuchiy. All Rights Reserved.
.\" This file may be copied under the terms of the GNU Public License.
.\"
-.TH NTFSCP 8 "June 2005" "ntfsprogs version @VERSION@"
+.TH NTFSCP 8 "October 2005" "ntfsprogs version @VERSION@"
.SH NAME
ntfscp \- overwrite file on an NTFS volume.
.SH SYNOPSIS
-.B ntfscp
-[
-.I options
-]
-.B device source_file destination
+.BI "ntfscp [" options "] device source_file destination"
.SH DESCRIPTION
.B ntfscp
will overwrite file on an NTFS volume. At present
Index: ntfsmount.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsmount.8.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ntfsmount.8.in 3 Oct 2005 21:07:24 -0000 1.7
+++ ntfsmount.8.in 5 Oct 2005 11:14:30 -0000 1.8
@@ -17,7 +17,7 @@ You need
.B FUSE
to compile it,
.B xattr
-is also highly recommended.
+is recommended, but not mandatory.
.sp
.TP
.B Fully implemented ntfsmount features are:
|