Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 22:09:07 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329142 - head/share/man/man9
Message-ID:  <201802112209.w1BM97WQ081913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802112209.w1BM97WQ081913>