Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19734/ntfsprogs
Modified Files:
ntfsmount.8.in
Log Message:
update ntfsmount man page
Index: ntfsmount.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsmount.8.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- ntfsmount.8.in 6 Feb 2006 01:05:01 -0000 1.24
+++ ntfsmount.8.in 20 Feb 2006 17:11:24 -0000 1.25
@@ -2,7 +2,7 @@
.\" Copyright (c) 2005 Richard Russon.
.\" This file may be copied under the terms of the GNU Public License.
.\"
-.TH NTFSMOUNT 8 "January 2006" "ntfsprogs @VERSION@"
+.TH NTFSMOUNT 8 "February 2006" "ntfsprogs @VERSION@"
.SH NAME
ntfsmount \- NTFS module for FUSE.
.SH SYNOPSIS
@@ -134,6 +134,13 @@ to \fBwindows\fR, then the user can acce
file:stream). If it's set to \fBxattr\fR, then the named data streams are
mapped to xattrs and user can manipulate them using \fB{get,set}fattr\fR
utilities.
+.TP
+.B debug
+Makes ntfsmount to not detach from terminal and print a lot of debug output from
+libntfs and FUSE.
+.TP
+.B no_detach
+Same as above but with less debug output.
.SH DATA STREAMS
All data on NTFS is stored in streams. Every file has exactly one unnamed
data stream and can have many named data streams. The size of a file is the
|