Date: Tue, 17 Aug 1999 22:26:14 +0400 (MSD) From: "Alexey M. Zelkin" <phantom@cris.net> To: FreeBSD-gnats-submit@freebsd.org Subject: docs/13210: device_add_child_after.9 is obsolete Message-ID: <199908171826.WAA05445@scorpion.crimea.ua>
index | next in thread | raw e-mail
>Number: 13210 >Category: docs >Synopsis: device_add_chils_after.9 is obsolete >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 17 14:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alexey Zelkin >Release: FreeBSD 4.0-CURRENT >Organization: Home >Environment: -current about two days ago >Description: Depending on rev. 1.2 of device_add_child.9 and quick look on kernel sources replace device_add_child_after with device_add_child_ordered. Seems what dfr@FreeBSD.org (author of rev.1.2) forgotten to update everything except SYNOPSIS and DESCRIPTION sections ;) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/local/CVSROOT/src/share/man/man9/Makefile,v retrieving revision 1.48 diff -c -r1.48 Makefile *** Makefile 1999/06/22 18:09:54 1.48 --- Makefile 1999/08/17 17:43:12 *************** *** 79,85 **** MLINKS+=vref.9 VREF.9 MLINKS+=vslock.9 vsunlock.9 ! MLINKS+=device_add_child.9 device_add_child_after.9 MLINKS+=device_enable.9 device_disable.9 MLINKS+=device_enable.9 device_is_enabled.9 MLINKS+=device_get_state.9 device_busy.9 --- 79,85 ---- MLINKS+=vref.9 VREF.9 MLINKS+=vslock.9 vsunlock.9 ! MLINKS+=device_add_child.9 device_add_child_ordered.9 MLINKS+=device_enable.9 device_disable.9 MLINKS+=device_enable.9 device_is_enabled.9 MLINKS+=device_get_state.9 device_busy.9 Index: device.9 =================================================================== RCS file: /usr/local/CVSROOT/src/share/man/man9/device.9,v retrieving revision 1.3 diff -c -r1.3 device.9 *** device.9 1999/08/15 10:48:31 1.3 --- device.9 1999/08/17 17:43:46 *************** *** 55,61 **** .Xr device_get_parent 9 ). In addition, any device can have children attached to it (see .Xr device_add_child 9 , ! .Xr device_add_child_after 9 , .Xr device_find_child 9 , and .Xr device_delete_child 9 ). --- 55,61 ---- .Xr device_get_parent 9 ). In addition, any device can have children attached to it (see .Xr device_add_child 9 , ! .Xr device_add_child_ordered 9 , .Xr device_find_child 9 , and .Xr device_delete_child 9 ). Index: device_add_child.9 =================================================================== RCS file: /usr/local/CVSROOT/src/share/man/man9/device_add_child.9,v retrieving revision 1.3 diff -c -r1.3 device_add_child.9 *** device_add_child.9 1999/08/15 10:48:31 1.3 --- device_add_child.9 1999/08/17 17:39:55 *************** *** 33,39 **** .Os FreeBSD .Sh NAME .Nm device_add_child , ! .Nm device_add_child_after .Nd add a new device as a child of an existing device .Sh SYNOPSIS .Fd #include <sys/param.h> --- 33,39 ---- .Os FreeBSD .Sh NAME .Nm device_add_child , ! .Nm device_add_child_ordered .Nd add a new device as a child of an existing device .Sh SYNOPSIS .Fd #include <sys/param.h> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the messagehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908171826.WAA05445>
