Skip to content

Commit 6af2ffd

Browse files
committed
Backport 8346908: Update JDK 17 javadoc man page
1 parent c19a7ec commit 6af2ffd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/jdk.javadoc/share/man/javadoc.1

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,12 @@ For example:
584584
.TP
585585
.B \f[CB]\-docfilessubdirs\f[R]
586586
Recursively copies doc\-file subdirectories.
587+
Enables deep copying of doc\-files directories.
588+
Subdirectories and all contents are recursively copied to the
589+
destination.
590+
For example, the directory \f[CB]doc\-files/example/images\f[R] and all of
591+
its contents are copied.
592+
There is also an option to exclude subdirectories.
587593
.RS
588594
.RE
589595
.TP
@@ -602,12 +608,7 @@ For example,
602608
.TP
603609
.B \f[CB]\-excludedocfilessubdir\f[R] \f[I]name\f[R]
604610
Excludes any doc files sub directories with the given name.
605-
Enables deep copying of doc\-files directories.
606-
Subdirectories and all contents are recursively copied to the
607-
destination.
608-
For example, the directory \f[CB]doc\-files/example/images\f[R] and all of
609-
its contents are copied.
610-
There is also an option to exclude subdirectories.
611+
See \f[B]\f[VB]-docfilessubdirs\f[B]\f[R].
611612
.RS
612613
.RE
613614
.TP

0 commit comments

Comments
 (0)