src/linux/doc/man/java.1
src/linux/doc/man/javadoc.1
src/linux/doc/man/jdb.1
src/linux/doc/man/kinit.1
--- /tmp/geta27298 2003-12-31 15:58:59.681105447 -0800
+++ java.1 2003-12-29 19:46:13.453897000 -0800
@@ -436,15 +436,15 @@
.BI \-Xloggc: " file"
Report on each garbage collection event, as with
.BR \-verbose:gc ,
but log this data to
.I file .
In addition to the information
.BR \-verbose:gc
-gives, each reported event will be preceeded by the time (in seconds)
+gives, each reported event will be preceded by the time (in seconds)
since the first garbage-collection event.
.sp 1
Always use a local file system for storage of this file to
avoid stalling the JVM due to network latency.
The file may be truncated in the case of a full file system
and logging will continue on the truncated file.
This option overrides
--- /tmp/geta27314 2003-12-31 15:59:46.650903863 -0800
+++ javadoc.1 2003-12-30 13:48:22.547695000 -0800
@@ -434,15 +434,15 @@
comment files, overview comment files, and miscellaneous
unprocessed files.
.SS Class Source Code Files
Each class or interface and its members can have their own documentation
comment, contained in a
.B .java
file.
-For more details about these doc commments, see
+For more details about these doc comments, see
.B Documentation Comments
below.
.SS Package Comment Files
Each package can have its own documentation comment, contained in its
own "source" file, that the
.B Javadoc
tool will merge into the package
--- /tmp/geta27330 2003-12-31 16:00:10.190805530 -0800
+++ jdb.1 2003-12-30 13:48:37.247633000 -0800
@@ -119,15 +119,15 @@
\MyClass
.ft 1
.fi
.RE
.LP
You can then attach
.B jdb
-to the VM with the following commmand:
+to the VM with the following command:
.LP
.RS
.B example% jdb \-attach 8000
.RE
.LP
Note that
.B MyClass
--- /tmp/geta27346 2003-12-31 16:00:28.671199353 -0800
+++ kinit.1 2003-12-29 22:52:43.386256000 -0800
@@ -48,15 +48,15 @@
/home/duke/krb5cc_duke,
in which duke is the <USER_NAME>
and /home/duke is the
<USER_HOME>.
.LP
By default, the keytab name is retrieved from
the Kerberos configuration file. If
-the keytab name is not specifed in the Kerberos
+the keytab name is not specified in the Kerberos
configuration file, the name is
assumed to be <USER_HOME>/krb5.keytab
.LP
If you do not specify the password using
the password option on the command
line, kinit will prompt you for the password.
.LP
src/linux/doc/man/javadoc.1
src/linux/doc/man/jdb.1
src/linux/doc/man/kinit.1
--- /tmp/geta27298 2003-12-31 15:58:59.681105447 -0800
+++ java.1 2003-12-29 19:46:13.453897000 -0800
@@ -436,15 +436,15 @@
.BI \-Xloggc: " file"
Report on each garbage collection event, as with
.BR \-verbose:gc ,
but log this data to
.I file .
In addition to the information
.BR \-verbose:gc
-gives, each reported event will be preceeded by the time (in seconds)
+gives, each reported event will be preceded by the time (in seconds)
since the first garbage-collection event.
.sp 1
Always use a local file system for storage of this file to
avoid stalling the JVM due to network latency.
The file may be truncated in the case of a full file system
and logging will continue on the truncated file.
This option overrides
--- /tmp/geta27314 2003-12-31 15:59:46.650903863 -0800
+++ javadoc.1 2003-12-30 13:48:22.547695000 -0800
@@ -434,15 +434,15 @@
comment files, overview comment files, and miscellaneous
unprocessed files.
.SS Class Source Code Files
Each class or interface and its members can have their own documentation
comment, contained in a
.B .java
file.
-For more details about these doc commments, see
+For more details about these doc comments, see
.B Documentation Comments
below.
.SS Package Comment Files
Each package can have its own documentation comment, contained in its
own "source" file, that the
.B Javadoc
tool will merge into the package
--- /tmp/geta27330 2003-12-31 16:00:10.190805530 -0800
+++ jdb.1 2003-12-30 13:48:37.247633000 -0800
@@ -119,15 +119,15 @@
\MyClass
.ft 1
.fi
.RE
.LP
You can then attach
.B jdb
-to the VM with the following commmand:
+to the VM with the following command:
.LP
.RS
.B example% jdb \-attach 8000
.RE
.LP
Note that
.B MyClass
--- /tmp/geta27346 2003-12-31 16:00:28.671199353 -0800
+++ kinit.1 2003-12-29 22:52:43.386256000 -0800
@@ -48,15 +48,15 @@
/home/duke/krb5cc_duke,
in which duke is the <USER_NAME>
and /home/duke is the
<USER_HOME>.
.LP
By default, the keytab name is retrieved from
the Kerberos configuration file. If
-the keytab name is not specifed in the Kerberos
+the keytab name is not specified in the Kerberos
configuration file, the name is
assumed to be <USER_HOME>/krb5.keytab
.LP
If you do not specify the password using
the password option on the command
line, kinit will prompt you for the password.
.LP
- duplicates
-
JDK-5068830 Fix errors in J2SE man pages due to conversion from HTML
- Resolved