From shmit@natasya.kublai.com  Tue May  5 07:23:03 1998
Received: from coleridge.kublai.com (coleridge.kublai.com [207.96.1.116])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA22955
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 5 May 1998 07:23:02 -0700 (PDT)
          (envelope-from shmit@natasya.kublai.com)
Received: from natasya.kublai.com (natasya.kublai.com [207.172.25.236])
	by coleridge.kublai.com (8.8.8/8.8.8) with ESMTP id KAA21652
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 5 May 1998 10:23:01 -0400 (EDT)
	(envelope-from shmit@natasya.kublai.com)
Received: (from shmit@localhost)
	by natasya.kublai.com (8.8.8/8.8.8) id KAA02074;
	Tue, 5 May 1998 10:23:01 -0400 (EDT)
Message-Id: <199805051423.KAA02074@natasya.kublai.com>
Date: Tue, 5 May 1998 10:23:01 -0400 (EDT)
From: Brian Cully <shmit@kublai.com>
Reply-To: shmit@kublai.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: DEVFS man page fixes
X-Send-Pr-Version: 3.2

>Number:         6524
>Category:       bin
>Synopsis:       DEVFS man pages don't reference devfs_remove_dev(9)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May  5 07:30:01 PDT 1998
>Closed-Date:    Wed May 6 02:14:01 PDT 1998
>Last-Modified:  Wed May  6 02:14:12 PDT 1998
>Originator:     Brian Cully
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:

	FreeBSD-current

>Description:

	devfs_add_devswf(9) and devfs_link(9) don't tell you how to
	remove the device once it's added or linked.

>How-To-Repeat:

	man 9 devfs_add_devswf
	man 9 devs_link

>Fix:

	Use these patches:


diff -cr man9.old/devfs_add_devswf.9 man9/devfs_add_devswf.9
*** man9.old/devfs_add_devswf.9	Tue May  5 10:16:41 1998
--- man9/devfs_add_devswf.9	Tue May  5 10:17:34 1998
***************
*** 63,71 ****
  It returns a token that can be used to link another name to the same
  device
  .Pq see Xr devfs_link 9 ,
! or destroy the device.
  .Sh SEE ALSO
  .Xr devfs_link 9
  .Sh HISTORY
  The function
  .Nm
--- 63,73 ----
  It returns a token that can be used to link another name to the same
  device
  .Pq see Xr devfs_link 9 ,
! or destroy the device
! .Pq see Xr devfs_remove_dev 9 .
  .Sh SEE ALSO
  .Xr devfs_link 9
+ .Xr devfs_remove_dev 9
  .Sh HISTORY
  The function
  .Nm
diff -cr man9.old/devfs_link.9 man9/devfs_link.9
*** man9.old/devfs_link.9	Tue May  5 10:18:59 1998
--- man9/devfs_link.9	Tue May  5 10:19:12 1998
***************
*** 52,57 ****
--- 52,58 ----
  It returns a token for the newly linked devfs entry.
  .Sh SEE ALSO
  .Xr devfs_add_devswf 9
+ .Xr devfs_remove_dev 9
  .Sh HISTORY
  The function
  .Nm
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Wed May 6 02:14:01 PDT 1998 
State-Changed-Why:  
committed, thanks! 
>Unformatted:
