From 4bc191c3dcb9e35243e433c66dddd911fe80009a Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Sun, 11 Feb 2018 22:09:07 +0000 Subject: [PATCH] device_add_child.9: reference logical opposite, device_delete_child(9) --- share/man/man9/device_add_child.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/device_add_child.9 b/share/man/man9/device_add_child.9 index 045bfdff04c4..2ba2ca50b324 100644 --- a/share/man/man9/device_add_child.9 +++ b/share/man/man9/device_add_child.9 @@ -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