8311034: Fix typo in javac man page

Reviewed-by: hannesw
This commit is contained in:
Pavel Rappo 2023-06-28 13:48:16 +00:00
parent 2ccdd29206
commit f17bfeec61

View File

@ -1709,8 +1709,8 @@ The search path can be specified with the
\f[B]\f[VB]-processorpath\f[B]\f[R] option.
If no path is specified, then the user class path is used.
Processors are located by means of service provider-configuration files
named \f[V]META-INF/services/javax.annotation.processing\f[R].
Processor on the search path.
named \f[V]META-INF/services/javax.annotation.processing.Processor\f[R]
on the search path.
Such files should contain the names of any annotation processors to be
used, listed one per line.
Alternatively, processors can be specified explicitly, using the