Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Do not reference deprecated API shutdownhook_...



details:   https://anonhg.NetBSD.org/src/rev/28ce583ef833
branches:  trunk
changeset: 752034:28ce583ef833
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Thu Feb 11 18:11:37 2010 +0000

description:
Do not reference deprecated API shutdownhook_establish(9), but reference
pmf(9), instead.

diffstat:

 share/man/man9/pci.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 57a7becfd0c1 -r 28ce583ef833 share/man/man9/pci.9
--- a/share/man/man9/pci.9      Thu Feb 11 17:46:09 2010 +0000
+++ b/share/man/man9/pci.9      Thu Feb 11 18:11:37 2010 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: pci.9,v 1.29 2009/04/17 19:02:03 cegger Exp $
+.\"     $NetBSD: pci.9,v 1.30 2010/02/11 18:11:37 dyoung Exp $
 .\"
 .\" Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 17, 2009
+.Dd February 11, 2010
 .Dt PCI 9
 .Os
 .Sh NAME
@@ -580,7 +580,7 @@
 .Pp
 During system shutdown, it is necessary to abort any DMA transfers in
 progress by registering a shutdown hook (see
-.Xr shutdownhook_establish 9 ) .
+.Xr pmf 9 ) .
 .Sh CODE REFERENCES
 This section describes places within the
 .Nx
@@ -614,7 +614,7 @@
 .Xr driver 9 ,
 .Xr pci_configure_bus 9 ,
 .Xr pci_intr 9 ,
-.Xr shutdownhook_establish 9
+.Xr pmf 9
 .Sh HISTORY
 The machine-independent PCI subsystem appeared in
 .Nx 1.2 .



Home | Main Index | Thread Index | Old Index