From 782932bb44c6d20af5f49cbef6b070a306344821 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 6 May 1998 09:13:53 +0000 Subject: [PATCH] devfs_add_devswf(9) and devfs_link(9) don't tell you how to remove the device once it's added or linked. PR: 6524 Reviewed by: phk Submitted by: Brian Cully --- share/man/man9/devfs_add_devswf.9 | 6 ++++-- share/man/man9/devfs_link.9 | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/share/man/man9/devfs_add_devswf.9 b/share/man/man9/devfs_add_devswf.9 index 54ea023a3029..64b3370936c1 100644 --- a/share/man/man9/devfs_add_devswf.9 +++ b/share/man/man9/devfs_add_devswf.9 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: devfs_add_devswf.9,v 1.5 1997/04/13 14:49:04 bde Exp $ +.\" $Id: devfs_add_devswf.9,v 1.6 1998/03/12 07:31:17 charnier Exp $ .\" .Dd December 31, 1995 .Os FreeBSD @@ -63,9 +63,11 @@ Formatted string including name, and, if applicable, path to device within DEVFS 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. +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 --git a/share/man/man9/devfs_link.9 b/share/man/man9/devfs_link.9 index 5dbf946f0c9d..b4777ae51d47 100644 --- a/share/man/man9/devfs_link.9 +++ b/share/man/man9/devfs_link.9 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: devfs_link.9,v 1.7 1997/04/13 14:49:05 bde Exp $ +.\" $Id: devfs_link.9,v 1.8 1998/01/16 18:06:20 bde Exp $ .\" .Dd December 31, 1995 .Os FreeBSD @@ -52,6 +52,7 @@ string. 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