Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 1998 02:44:10 +0900
From:      horikawa@jp.freebsd.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/8879: amd.conf.5 contains typos.
Message-ID:  <19981129024410F.k-horik@yk.rim.or.jp>

index | next in thread | raw e-mail


>Number:         8879
>Category:       docs
>Synopsis:       amd.conf.5 contains typos.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 28 09:50:00 PST 1998
>Last-Modified:
>Originator:     Kazuo Horikawa
>Organization:
Jpman Project, Japan FreeBSD Users Group.
>Release:        FreeBSD 3.0-RELEASE i386
>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.
	
>Audit-Trail:
>Unformatted:

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


home | help

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