summaryrefslogtreecommitdiff
path: root/doc/injail_man.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/injail_man.html')
-rwxr-xr-xdoc/injail_man.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/injail_man.html b/doc/injail_man.html
new file mode 100755
index 0000000..6854e73
--- /dev/null
+++ b/doc/injail_man.html
@@ -0,0 +1,46 @@
+<HTML>
+<BODY>
+<PRE>
+<!-- Manpage converted by man2html 3.0.1 -->
+
+
+</PRE>
+<H2>DESCRIPTION</H2><PRE>
+ The <B>injail</B> utility returns a result which indicates the jailed status of
+ the current process environment.
+
+
+</PRE>
+<H2>DIAGNOSTICS</H2><PRE>
+ The <B>injail</B> utility exits with one of the following values:
+ 0 the process is running in a jail.
+ 1 the process is not running in a jail.
+ 2 an error prevented determining if the process is running in a
+ jail.
+
+
+</PRE>
+<H2>BUGS</H2><PRE>
+ <B>injail</B> uses <B>kvm_getprocs(3)</B> to determine process status. Anything which
+ could cause a failure in either <B>kvm_open(3)</B> or <B>kvm_getprocs(3)</B> can cause
+ this to fail as well. There aught to be a cleaner way.
+
+
+</PRE>
+<H2>AUTHOR</H2><PRE>
+ James E. Quick &lt;jq@quick.com&gt;
+
+
+</PRE>
+<H2>SEE ALSO</H2><PRE>
+ <B>jailer(8)</B>, <B>jail(8)</B>, <B>kvm(3)</B>
+
+FreeBSD 4.6 May 28, 2002 FreeBSD 4.6
+</PRE>
+<HR>
+<ADDRESS>
+Man(1) output converted with
+<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
+</ADDRESS>
+</BODY>
+</HTML>