diff --git a/src/jdk.compiler/share/man/javac.1 b/src/jdk.compiler/share/man/javac.1 index a2a27468df5..b5b6bf026b0 100644 --- a/src/jdk.compiler/share/man/javac.1 +++ b/src/jdk.compiler/share/man/javac.1 @@ -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