Module Name: src
Committed By: pooka
Date: Sun Dec 12 17:15:16 UTC 2010
Modified Files:
src/usr.bin/rump_halt: rump.halt.1
Log Message:
note -h caveat
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/rump_halt/rump.halt.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/rump_halt/rump.halt.1
diff -u src/usr.bin/rump_halt/rump.halt.1:1.1 src/usr.bin/rump_halt/rump.halt.1:1.2
--- src/usr.bin/rump_halt/rump.halt.1:1.1 Sun Dec 12 12:48:31 2010
+++ src/usr.bin/rump_halt/rump.halt.1 Sun Dec 12 17:15:16 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: rump.halt.1,v 1.1 2010/12/12 12:48:31 pooka Exp $
+.\" $NetBSD: rump.halt.1,v 1.2 2010/12/12 17:15:16 pooka Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -71,3 +71,9 @@
.Nm
command appeared in
.Nx 6.0 .
+.Sh CAVEATS
+While using
+.Fl h
+makes it impossible to issue further system calls, it does not necessarily
+stop all activity in a rump kernel.
+It is recommended this option is used only for debugging purposes.