Module Name:    src
Committed By:   jruoho
Date:           Sun Apr 18 19:42:51 UTC 2010

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
Note kern.detachall.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/share/man/man7/sysctl.7

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/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.37 src/share/man/man7/sysctl.7:1.38
--- src/share/man/man7/sysctl.7:1.37	Sat Apr 10 04:49:17 2010
+++ src/share/man/man7/sysctl.7	Sun Apr 18 19:42:51 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sysctl.7,v 1.37 2010/04/10 04:49:17 jruoho Exp $
+.\"	$NetBSD: sysctl.7,v 1.38 2010/04/18 19:42:51 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)sysctl.3	8.4 (Berkeley) 5/9/95
 .\"
-.Dd April 10, 2010
+.Dd April 18, 2010
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -251,6 +251,7 @@
 .It kern.cp_id	struct	no
 .It kern.cp_time	uint64_t[\|]	no
 .It kern.defcorename	string	yes
+.It kern.detachall	integer	yes
 .It kern.domainname	string	yes
 .It kern.drivers	struct kinfo_drivers	no
 .It kern.file	struct file	no
@@ -371,6 +372,9 @@
 (see
 .Xr options 4
 ).
+.It Li kern.detachall
+Detach all devices at shutdown.
+.\" XXX: Lacks CTL_KERN identifier.
 .It Li kern.domainname ( KERN_DOMAINNAME )
 Get or set the YP domain name.
 .It Li kern.dump_on_panic ( KERN_DUMP_ON_PANIC )

Reply via email to