Module Name: src
Committed By: dyoung
Date: Thu Feb 11 18:23:32 UTC 2010
Modified Files:
src/share/man/man9: intro.9
Log Message:
Do not mention shutdownhook_establish(9) and doshutdownhooks(9), but
mention pmf(9) and pmf_system_shutdown(9), instead.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/intro.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/intro.9
diff -u src/share/man/man9/intro.9:1.11 src/share/man/man9/intro.9:1.12
--- src/share/man/man9/intro.9:1.11 Mon May 4 19:42:14 2009
+++ src/share/man/man9/intro.9 Thu Feb 11 18:23:32 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.9,v 1.11 2009/05/04 19:42:14 wiz Exp $
+.\" $NetBSD: intro.9,v 1.12 2010/02/11 18:23:32 dyoung Exp $
.\"
.\" Copyright (c) 1997, 2007 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 February 17, 2007
+.Dd February 11, 2010
.Dt INTRO 9
.Os
.Sh NAME
@@ -599,7 +599,7 @@
.Pp
Run all shutdown hooks.
See
-.Xr doshutdownhooks 9 .
+.Xr pmf_system_shutdown 9 .
.Pp
Kernel internal error numbers.
See
@@ -636,7 +636,7 @@
.Pp
Add or remove a shutdown hook.
See
-.Xr shutdownhook_establish 9 .
+.Xr pmf 9 .
.Pp
Non-local jumps.
See