diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 07:53:42 +0000 |
commit | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (patch) | |
tree | d6c008b8ae357e7c4c800baa477713b82a6ee2f2 /sbin/mount_ntfs | |
parent | d087ad9cc9c9a047e48ac7d97861bd67e56c4085 (diff) | |
download | src-7ebcc426efefea9cd16ac6f565e72030c608f7a4.tar.gz src-7ebcc426efefea9cd16ac6f565e72030c608f7a4.zip |
Notes
Diffstat (limited to 'sbin/mount_ntfs')
-rw-r--r-- | sbin/mount_ntfs/mount_ntfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index ca2d601cb1d1..265e9660554c 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -63,7 +63,7 @@ contains the file system). The options are as follows: .Bl -tag -width Ds .It Fl a -Force behaviour to return MS-DOS 8.3 names also on +Force behaviour to return MS-DOS 8.3 names also on .Fn readdir . .It Fl i Make name lookup case insensitive for all names except POSIX names. @@ -95,7 +95,7 @@ Default is $DATA. is an attribute name. Default is none. .Sh EXAMPLES -To mount an ntfs volume located in +To mount an ntfs volume located in .Pa /dev/ad1s1 : .Bd -literal -offset indent # mount_ntfs /dev/ad1s1 /mnt |