From nobody@FreeBSD.org  Wed Jan 16 13:39:02 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 98FDD37B416
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jan 2002 13:39:01 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g0GLd1137487;
	Wed, 16 Jan 2002 13:39:01 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200201162139.g0GLd1137487@freefall.freebsd.org>
Date: Wed, 16 Jan 2002 13:39:01 -0800 (PST)
From: John Nielsen <nielsenj@cs.byu.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ed (4) manpage says "iosize" instead of "iosiz"
X-Send-Pr-Version: www-1.0

>Number:         33962
>Category:       docs
>Synopsis:       ed (4) manpage says "iosize" instead of "iosiz"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 13:40:03 PST 2002
>Closed-Date:    Thu Jan 17 00:45:11 PST 2002
>Last-Modified:  Thu Jan 17 00:45:36 PST 2002
>Originator:     John Nielsen
>Release:        4.4-RELEASE
>Organization:
n/a
>Environment:
FreeBSD buff 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Thu Jan 10 11:57:39 MST 2002     john@buff:/share/src/sys/compile/BUFF  i386
>Description:
In the manpage for ed(4) under CAVEATS, it says:
     16bit Compex cards identify themselves as being 8bit.  While these cards will work in 8bit mode, much higher performance can be achieved by specifying  'flags 0x04' (force 16bit mode) in your kernel config file.  In addition, you should also specify 'iosize 16384' to take advantage of the extra 8k of shared memory that 16bit mode provides.

It should say "iosiz 16384" (without the 'e').
>How-To-Repeat:
man 4 ed

OR run config on a kernel config file containing this line:
device ed0 at isa? port 0x300 flags 0x04 irq 5 iosiz 16384 iomem 0xd8000

config will say
config: line %n: syntax error
>Fix:
This is merely a typo in the manpage, probably long overlooked.

Change should be applied to line 178 of src/share/man/man4/ed.4

>Release-Note:
>Audit-Trail:

From: "John Nielsen" <nielsenj@cs.byu.edu>
To: <freebsd-gnats-submit@FreeBSD.org>, <nielsenj@cs.byu.edu>
Cc:  
Subject: Re: docs/33962: ed (4) manpage says "iosize" instead of "iosiz"
Date: Wed, 16 Jan 2002 14:45:54 -0700

 Oops.  The sample device ed0 line under "How-To-Repeat" will not cause a
 problem as written because it contains the corrected value (iosiz) instead
 of the one listed in the manpage (iosize).
 
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Thu Jan 17 00:45:11 PST 2002 
State-Changed-Why:  
Fixed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33962 
Responsible-Changed-From-To: freebsd-doc->ru 
Responsible-Changed-By: ru 
Responsible-Changed-When: Thu Jan 17 00:45:27 PST 2002 
Responsible-Changed-Why:  

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33962 
>Unformatted:
