Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Note kern.detachall.



details:   https://anonhg.NetBSD.org/src/rev/269338b9c736
branches:  trunk
changeset: 754068:269338b9c736
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Apr 18 19:42:51 2010 +0000

description:
Note kern.detachall.

diffstat:

 share/man/man7/sysctl.7 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r a4065e1a7a27 -r 269338b9c736 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Sun Apr 18 16:10:03 2010 +0000
+++ b/share/man/man7/sysctl.7   Sun Apr 18 19:42:51 2010 +0000
@@ -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 )



Home | Main Index | Thread Index | Old Index