From b7fb0faeb20059945b0f855d9c9445b734a9cb70 Mon Sep 17 00:00:00 2001 From: murray Date: Mon, 5 Nov 2001 09:01:15 +0000 Subject: Add a few articles to improve the readability of this manual page. PR: docs/31583 Submitted by: setantae@submonkey.net --- sbin/mount_ntfs/mount_ntfs.8 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sbin') 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 . -- cgit v1.1