Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 May 1999 17:42:02 +0900
From:      horikawa@jp.freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/11485: mount_ntfs.8 contains typos.
Message-ID:  <19990504174202V.k-horik@yk.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         11485
>Category:       docs
>Synopsis:       mount_ntfs.8 contains typos.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May  4 01:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
jpman project
>Environment:

	src/sbin/mount_ntfs/mount_ntfs.8 rev. 1.2.2.1 (RELENG_3) and
	rev. 1.2 (HEAD)

>Description:

	mount_ntfs.8 contains following typos:
	o `insestive' should be `insensitive'.
	o `indentifier' should be `identifier'.
	o `inplementation' should be `implementation'.
	o `appered' should be `appeared'.

	I think that we can use more mdoc(7) macros in mount_ntfs.8:
	o `.Fn readdir' may be better than `readdir()'.
	o `.Pa /dev/wd1s1' may be better than `/dev/wd1s1'.
	o `.Sx WRITING' may be better than `WRITING'.
	o `.Fx 3.0' may be better than `FreeBSD 3.0'.
	o `.An Semen Ustimenko Aq semenu@FreeBSD.org' may be better than
	  `Semen Ustimenko <semenu@FreeBSD.org>'.

>How-To-Repeat:

	$ man 8 mount_ntfs

>Fix:
	
--- mount_ntfs.8.orig	Tue May  4 16:01:26 1999
+++ mount_ntfs.8	Tue May  4 16:36:29 1999
@@ -63,9 +63,10 @@
 The options are as follows:
 .Bl -tag -width Ds
 .It Fl a
-Force behaviour to return MS-DOS 8.3 names also on readdir().
+Force behaviour to return MS-DOS 8.3 names also on 
+.Fn readdir .
 .It Fl i
-Make name lookup case insesitive for all names except POSIX names.
+Make name lookup case insensitive for all names except POSIX names.
 .It Fl u Ar uid
 Set the owner of the files in the file system to
 .Ar uid .
@@ -87,12 +88,13 @@
 .Ed
 .Pp
 .Sq ATTRTYPE
-is one of indentifier listed in $AttrDef file of
+is one of identifier listed in $AttrDef file of
 volume. Default is $DATA.
 .Sq ATTRNAME
 is an attribute name. Default is none.
 .Sh EXAMPLES
-To mount an ntfs volume located in /dev/wd1s1:
+To mount an ntfs volume located in 
+.Pa /dev/wd1s1 :
 .Bd -literal -offset indent
 # mount_ntfs /dev/wd1s1 /mnt
 .Ed
@@ -117,12 +119,16 @@
 .Xr fstab 5 ,
 .Xr mount 8
 .Sh CAVEATS
-This utulity gives almost only read-only access to NTFS volume. See WRITING section.
+This utility gives almost only read-only access to NTFS volume. See
+.Sx WRITING
+section.
 .Sh HISTORY
 The
 .Nm
-first appered in FreeBSD 3.0
+first appeared in
+.Fx 3.0 .
 .Sh AUTHOR
-NTFS kernel inplementation,
+NTFS kernel implementation,
 .Nm
-and manual were written by Semen Ustimenko <semenu@FreeBSD.org>.
+and manual were written by
+.An Semen Ustimenko Aq semenu@FreeBSD.org .



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990504174202V.k-horik>