summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-11-05 09:01:15 +0000
committermurray <murray@FreeBSD.org>2001-11-05 09:01:15 +0000
commitb7fb0faeb20059945b0f855d9c9445b734a9cb70 (patch)
treec8792cf2dcb341540f7f5d4147daf67eccc976c4 /sbin/mount_ntfs
parent14284a1c0fd4c34f71c0dc995b6a8fb6c5705f0d (diff)
downloadFreeBSD-src-b7fb0faeb20059945b0f855d9c9445b734a9cb70.zip
FreeBSD-src-b7fb0faeb20059945b0f855d9c9445b734a9cb70.tar.gz
Add a few articles to improve the readability of this manual page.
PR: docs/31583 Submitted by: setantae@submonkey.net
Diffstat (limited to 'sbin/mount_ntfs')
-rw-r--r--sbin/mount_ntfs/mount_ntfs.818
1 files changed, 9 insertions, 9 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8
index 62cf83c..088b9f4 100644
--- a/sbin/mount_ntfs/mount_ntfs.8
+++ b/sbin/mount_ntfs/mount_ntfs.8
@@ -98,7 +98,7 @@ foo[[:ATTRTYPE]:ATTRNAME]
.Ed
.Pp
.Sq ATTRTYPE
-is one of identifier listed in $AttrDef file of
+is one of the identifiers listed in $AttrDef file of
volume.
Default is $DATA.
.Sq ATTRNAME
@@ -111,7 +111,7 @@ To mount an ntfs volume located in
# mount_ntfs /dev/ad1s1 /mnt
.Ed
.Pp
-To get volume name (in Unicode):
+To get the volume name (in Unicode):
.Bd -literal -offset indent
# cat /mnt/\\$Volume:\\$VOLUME_NAME
.Ed
@@ -123,8 +123,8 @@ To read directory raw data:
.Sh WRITING
There is limited writing ability.
Limitations: file must be nonresident
-and must not contain any sparces (uninitialized areas), compressed
-files are not supported either.
+and must not contain any sparces (uninitialized areas); compressed
+files are also not supported.
.Sh SEE ALSO
.Xr mount 2 ,
.Xr unmount 2 ,
@@ -132,17 +132,17 @@ files are not supported either.
.Xr mount 8 ,
.Xr mount_msdosfs 8
.Sh CAVEATS
-This utility gives almost only read-only access to NTFS volume.
-See
+This utility is primarily used for read access to an NTFS volume.
+See the
.Sx WRITING
-section.
+section for details about writing to an NTFS volume.
.Sh HISTORY
The
.Nm
first appeared in
.Fx 3.0 .
.Sh AUTHORS
-NTFS kernel implementation,
+The NTFS kernel implementation,
.Nm
-and manual were written by
+utility, and manual were written by
.An Semen Ustimenko Aq semenu@FreeBSD.org .
OpenPOWER on IntegriCloud