[kaffe] another man patch
Rob Gonzalez
rgonzale at wso.williams.edu
Wed Jun 25 07:27:02 PDT 2003
Hi all,
This is just a small patch that includes documentation for -verifyremote
in the man page.
Cheers,
Rob
-------------- next part --------------
--- ../kaffe-cvs/kaffe/man/kaffe.1.in 2003-06-25 10:26:39.000000000 -0500
+++ kaffe/man/kaffe.1.in 2003-06-25 10:12:22.000000000 -0500
@@ -13,7 +13,7 @@
.BI "[\-mx" " size" "]"
.BI "[\-classpath" " path" "]"
.BI "[\-addclasspath" " path" "]"
-.BI "[\-verify | \-noverify]"
+.BI "[\-verifyremote | \-verify | \-noverify]"
.BI "[\-D" "property" "=" "value" "]"
.BI "[\-v]"
.BI "[\-verbosegc]"
@@ -57,11 +57,14 @@
Appends the given path to the current classpath setting. Multiple
instances of this flag may be given.
.TP
+.B "\-verifyremote"
+Verify all classes not loaded from the bootclasspath. This is the default behavior.
+.TP
.B "\-verify"
-Verify all bytecode that is not trusted.
+Verify all classes.
.TP
.B "\-noverify"
-Do not verify any bytecode.
+Do not verify any classes.
.TP
.B "\-Dproperty=value"
Set a property to a given value.
More information about the kaffe
mailing list