From k-horik@yk.rim.or.jp Tue May  4 01:42:47 1999
Return-Path: <k-horik@yk.rim.or.jp>
Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37])
	by hub.freebsd.org (Postfix) with ESMTP id 5B4B915156
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 May 1999 01:42:45 -0700 (PDT)
	(envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp943.yk.rim.or.jp [202.247.185.194])
	by mail.yk.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id RAA03742
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 4 May 1999 17:42:44 +0900 (JST)
Message-Id: <19990504174202V.k-horik@yk.rim.or.jp>
Date: Tue, 04 May 1999 17:42:02 +0900
From: horikawa@jp.freebsd.org
Sender: Kazuo Horikawa <k-horik@yk.rim.or.jp>
Reply-To: horikawa@jp.freebsd.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: mount_ntfs.8 contains typos.
X-Send-Pr-Version: 3.2

>Number:         11485
>Category:       docs
>Synopsis:       mount_ntfs.8 contains typos.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May  4 01:50:01 PDT 1999
>Closed-Date:    Tue May 4 04:33:26 PDT 1999
>Last-Modified:  Tue May  4 04:35:32 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Tue May 4 04:33:26 PDT 1999 
State-Changed-Why:  
Patch applied to rev 1.3of "src/sbin/mount_ntfs/mount_ntfs.8", thanks! 
>Unformatted:
