From jabley@buddha.clear.net.nz Tue Mar 16 11:42:29 1999
Return-Path: <jabley@buddha.clear.net.nz>
Received: from fep1-orange.clear.net.nz (fep1-orange.clear.net.nz [203.97.32.1])
	by hub.freebsd.org (Postfix) with ESMTP id 44621154E7
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Mar 1999 11:41:45 -0800 (PST)
	(envelope-from jabley@buddha.clear.net.nz)
Received: from buddha.clear.net.nz (buddha.clear.net.nz [192.168.24.106]) by fep1-orange.clear.net.nz (1.5/1.11) with ESMTP id IAA21709; Wed, 17 Mar 1999 08:41:26 +1300 (NZDT)
Received: (from jabley@localhost)
	by buddha.clear.net.nz (8.9.2/8.9.2) id IAA00575;
	Wed, 17 Mar 1999 08:41:24 +1300 (NZDT)
	(envelope-from jabley)
Message-Id: <199903161941.IAA00575@buddha.clear.net.nz>
Date: Wed, 17 Mar 1999 08:41:24 +1300 (NZDT)
From: Joe Abley <jabley@buddha.clear.net.nz>
Reply-To: jabley@buddha.clear.net.nz
To: FreeBSD-gnats-submit@freebsd.org
Subject: typos/innacuracies in wfd(4) man page
X-Send-Pr-Version: 3.2

>Number:         10624
>Category:       docs
>Synopsis:       typos/innacuracies in wfd(4) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nik
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 11:50:01 PST 1999
>Closed-Date:    Sat May 29 06:07:57 PDT 1999
>Last-Modified:  Sat May 29 06:08:17 PDT 1999
>Originator:     Joe Abley
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
CLEAR Communications Ltd
>Environment:

3.1-STABLE (cvsupped 15 March 1999)

>Description:

wfd(4) refers to wfd0 where it should say wfd1 in the preamble, and also
the example instructs the user to newfs /dev/rfd0a, when it should be
/dev/rwfd0a. This second part could cause someone to write a filesystem
on the wrong disk, which is probably bad.

>How-To-Repeat:

man wfd

>Fix:
	
jabley@buddha[17]% diff -C 2 wfd.4 wfd.4.new
*** wfd.4       Wed Mar 17 08:36:45 1999
--- wfd.4.new   Wed Mar 17 08:38:23 1999
***************
*** 63,67 ****
  .Em wfd0
  and the next, 
! .Em wfd0 ,
  and so on.
  .Pp
--- 63,67 ----
  .Em wfd0
  and the next, 
! .Em wfd1 ,
  and so on.
  .Pp
***************
*** 127,131 ****
  
  Then newfs as usual:
! .Dl # newfs /dev/rfd0a
  .Fi
  
--- 127,131 ----
  
  Then newfs as usual:
! .Dl # newfs /dev/rwfd0a
  .Fi
  


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->nik 
Responsible-Changed-By: nik 
Responsible-Changed-When: Fri May 28 16:56:59 PDT 1999 
Responsible-Changed-Why:  
Will fix ASAP. 
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Sat May 29 06:07:57 PDT 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
