Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 1998 10:23:01 -0400 (EDT)
From:      Brian Cully <shmit@kublai.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/6524: DEVFS man page fixes
Message-ID:  <199805051423.KAA02074@natasya.kublai.com>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May  5 07:30:01 PDT 1998
>Last-Modified:
>Originator:     Brian Cully
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>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
>Audit-Trail:
>Unformatted:

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805051423.KAA02074>