svn commit: r329142 - head/share/man/man9
Conrad Meyer
cem at FreeBSD.org
Sun Feb 11 22:09:09 UTC 2018
Author: cem
Date: Sun Feb 11 22:09:07 2018
New Revision: 329142
URL: https://svnweb.freebsd.org/changeset/base/329142
Log:
device_add_child.9: reference logical opposite, device_delete_child(9)
Modified:
head/share/man/man9/device_add_child.9
Modified: head/share/man/man9/device_add_child.9
==============================================================================
--- head/share/man/man9/device_add_child.9 Sun Feb 11 21:09:00 2018 (r329141)
+++ head/share/man/man9/device_add_child.9 Sun Feb 11 22:09:07 2018 (r329142)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 15, 2017
+.Dd February 11, 2018
.Dt DEVICE_ADD_CHILD 9
.Os
.Sh NAME
@@ -126,6 +126,7 @@ The new device if successful, NULL otherwise.
.Sh SEE ALSO
.Xr BUS_ADD_CHILD 9 ,
.Xr device 9 ,
+.Xr device_delete_child 9 ,
.Xr device_find_child 9 ,
.Xr DEVICE_IDENTIFY 9
.Sh AUTHORS
More information about the svn-src-all
mailing list