FreeBSD Bugzilla – Attachment 5564 Details for
Bug 13210
device_add_chils_after.9 is obsolete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.20 KB, created by
Alexey M. Zelkin
on 1999-08-17 22:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexey M. Zelkin
Created:
1999-08-17 22:40:01 UTC
Size:
2.20 KB
patch
obsolete
>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>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13210
: 5564