From f17bfeec61b753eb0eb8a48df9bf5ccc3bcd9eb3 Mon Sep 17 00:00:00 2001 From: Pavel Rappo Date: Wed, 28 Jun 2023 13:48:16 +0000 Subject: [PATCH] 8311034: Fix typo in javac man page Reviewed-by: hannesw --- src/jdk.compiler/share/man/javac.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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