8060151: Check-in changes for 8u40 nroff Open JDK
Reviewed-by: mcimadamore, kvn
diff --git a/src/bsd/doc/man/jjs.1 b/src/bsd/doc/man/jjs.1
index 47b5602..f223cf8 100644
--- a/src/bsd/doc/man/jjs.1
+++ b/src/bsd/doc/man/jjs.1
@@ -1,5 +1,5 @@
 '\" t
-.\"  Copyright (c) 1994, 2013, Oracle and/or its affiliates. All rights reserved.
+.\"  Copyright (c) 1994, 2015, Oracle and/or its affiliates. All rights reserved.
 .\"

 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

 .\"

@@ -23,12 +23,12 @@
 .\"

 .\"     Arch: generic
 .\"     Software: JDK 8
-.\"     Date: 21 November 2013
+.\"     Date: 03 March 2015
 .\"     SectDesc: Basic Tools
 .\"     Title: jjs.1
 .\"
 .if n .pl 99999
-.TH jjs 1 "21 November 2013" "JDK 8" "Basic Tools"
+.TH jjs 1 "03 March 2015" "JDK 8" "Basic Tools"
 .\" -----------------------------------------------------------------

 .\" * Define some portability stuff

 .\" -----------------------------------------------------------------

@@ -82,7 +82,7 @@
 \f3\-css=1k\fP
 .fi     
 .nf     
-\f3\fR
+\f3\fP
 .fi     
 .sp     
 
@@ -91,7 +91,7 @@
 .br
 Compiles the script without running it\&.
 .TP
--cp \fIpath\fR , --classpath \fIpath\fR
+-cp \fIpath\fR , -classpath \fIpath\fR
 .br
 Specifies the path to the supporting class files To set multiple paths, the option can be repeated, or you can separate each path with a colon (:)\&.
 .TP
@@ -112,7 +112,7 @@
 \f3jjs>\fP
 .fi     
 .nf     
-\f3\fR
+\f3\fP
 .fi     
 .sp     
 
@@ -133,7 +133,7 @@
 .TP
 -doe, --dump-on-error
 .br
-Provides a full stack trace when an arror occurs\&. By default, only a brief error message is printed\&.
+Provides a full stack trace when an error occurs\&. By default, only a brief error message is printed\&.
 .TP
 --early-lvalue-error
 .br
@@ -180,13 +180,17 @@
 \f3jjs>\fP
 .fi     
 .nf     
-\f3\fR
+\f3\fP
 .fi     
 .sp     
 
 
 This option can be repeated to pass multiple \f3java\fR command options\&.
 .TP
+--language=[es5]
+.br
+Specifies the ECMAScript language version\&. The default version is ES5\&.
+.TP
 --lazy-compilation
 .br
 Enables lazy code generation strategies (that is, the entire script is not compiled at once)\&. This option is experimental\&.
@@ -202,12 +206,13 @@
 .nf     
 \f3\-\-log=fields:finest,codegen:info\fP
 .fi     
-.nf     
-\f3\fR
-.fi     
 .sp     
 
 .TP
+--optimistic-types=[true|false]
+.br
+Enables or disables optimistic type assumptions with deoptimizing recompilation\&. Running with optimistic types will yield higher final speed, but may increase warmup time\&.
+.TP
 --package=\fIname\fR
 .br
 Specifies the package to which generated class files are added\&.
@@ -302,7 +307,7 @@
 \f3jjs script\&.js\fP
 .fi     
 .nf     
-\f3\fR
+\f3\fP
 .fi     
 .sp     
 \f3Example 2 Running Nashorn in Interactive Mode\fR
@@ -323,7 +328,7 @@
 \f3>>\fP
 .fi     
 .nf     
-\f3\fR
+\f3\fP
 .fi     
 .sp     
 \f3Example 3 Passing Arguments to Nashorn\fR
@@ -341,7 +346,7 @@
 \f3jjs>\fP
 .fi     
 .nf     
-\f3\fR
+\f3\fP
 .fi     
 .sp     
 .SH SEE\ ALSO