From k-horik@yk.rim.or.jp  Sat Nov 28 09:44:54 1998
Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00283
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Nov 1998 09:44:53 -0800 (PST)
          (envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp472.yk.rim.or.jp [202.247.165.172])
	by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id CAA06307
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Nov 1998 02:44:44 +0900 (JST)
Message-Id: <19981129024410F.k-horik@yk.rim.or.jp>
Date: Sun, 29 Nov 1998 02:44:10 +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: amd.conf.5 contains typos.
X-Send-Pr-Version: 3.2

>Number:         8879
>Category:       docs
>Synopsis:       amd.conf.5 contains typos.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 28 09:50:00 PST 1998
>Closed-Date:    Mon Nov 30 14:25:56 PST 1998
>Last-Modified:  Mon Nov 30 14:26:33 PST 1998
>Originator:     Kazuo Horikawa
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
Jpman Project, Japan FreeBSD Users Group.
>Environment:

	src/contrib/amd/scripts/amd.conf.5 revision 1.5

>Description:

	o `the end the file' should be `the end of the file'.
	o `.Fl amd' should be `.Nm amd', because `amd' is command
	  name.
	o `(boolean), default=no)' should be `(boolean, default=no)',
	  because parentheses are unbalanced.
	o `.AR' should be `.Ar'.

>How-To-Repeat:

	% man 5 amd.conf.5

>Fix:
	Apply following patch for src/contrib/amd/scripts/amd.conf.5
	revision 1.5 (HEAD).

--- amd.conf.5.orig	Sun Nov 29 02:14:33 1998
+++ amd.conf.5	Sun Nov 29 02:15:48 1998
@@ -60,7 +60,7 @@
 .Sh FILE FORMAT
 The file consists of sections and parameters.  A section begins with the
 name of the section in square brackets and continues until the next section
-begins or the end the file is reached.  Sections contain parameters of the
+begins or the end of the file is reached.  Sections contain parameters of the
 form 
 .Sq name = value .
 .Pp
@@ -222,7 +222,7 @@
 Same as the 
 .Fl D
 option to
-.Fl amd .
+.Nm amd .
 Specify any debugging options for
 .Nm amd .
 Works only if am-utils was configured for debugging using the
@@ -577,7 +577,7 @@
     wire==slip-net;opts:=intr,rsize=1024,wsize=1024 \\
     wire!=slip-net;opts:=intr,rsize=8192,wsize=8192
 .Ed
-.It Nm show_statfs_entries (boolean), default=no)
+.It Nm show_statfs_entries (boolean, default=no)
 If
 .Dq yes ,
 then all maps which are browsable will also show the number of entries
@@ -588,7 +588,7 @@
 .Po This is accomplished by returning non-zero values to the
 .Xr statfs 2
 .Pc system call .
-.It Nm unmount_on_exist (boolean), default=no)
+.It Nm unmount_on_exist (boolean, default=no)
 If
 .Dq yes ,
 then 
@@ -601,7 +601,7 @@
 mounted filesystems intact.  Note that
 .Nm amd
 does not know about file systems mounted before it starts up, unless the
-.AR restart_mounts
+.Ar restart_mounts
 option or
 .Fl r
 flag are used.
	
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Mon Nov 30 14:25:56 PST 1998 
State-Changed-Why:  
Updated in rev1.6 of amd.conf.5, thanks. 
>Unformatted:
