| Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11004/ntfsprogs
Modified Files:
	ntfsmount.8.in 
Log Message:
update
Index: ntfsmount.8.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/ntfsmount.8.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ntfsmount.8.in	27 Nov 2005 15:26:02 -0000	1.16
+++ ntfsmount.8.in	29 Nov 2005 18:03:28 -0000	1.17
@@ -13,7 +13,7 @@ ntfsmount \- NTFS module for FUSE.
 \fBntfsmount\fR is a \fBFUSE\fR module that rely on \fBlibntfs\fR. You need
 \fBFUSE\fR to compile it, \fBxattr\fR is recommended, but not mandatory.
 .TP
-.B Fully implemented ntfsmount features are:
+.B Fully implemented ntfsmount features:
 \(bu Read\-write access to normal and sparse files.
 .br
 \(bu Read\-only access to compressed files.
@@ -21,6 +21,8 @@ ntfsmount \- NTFS module for FUSE.
 \(bu Access to special Interix files (symlinks, devices, FIFOs).
 .br
 \(bu List/Read/Write/Add/Remove named data streams.
+.br
+\(bu Supports Linux and FreeBSD.
 .TP
 .B Partly implemented features:
 \(bu Create/Delete/Move files and directories.
 |