Skip to content

Commit

Permalink
use < html entity
Browse files Browse the repository at this point in the history
  • Loading branch information
nizarbenalla committed Nov 19, 2024
1 parent fea5f2b commit 6221f2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/jdk.jfr/share/man/jfr.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Use `jfr configure` to configure a .jfc settings file.
The syntax is:

`jfr configure` \[--interactive\] \[--verbose\]
\[--input <files>\] [--output <file>\]
\[--input &lt;files&gt;\] [--output &lt;file&gt;\]
\[option=value\]* \[event-setting=value\]*

<a id="configure-option-interactive">`--interactive`</a>
Expand Down Expand Up @@ -244,9 +244,9 @@ names, categories and field layout within a flight recording file.

The syntax is:

`jfr metadata` \[--categories <filter>\]
\[--events <filter>\]
\[<file>\]
`jfr metadata` \[--categories &lt;filter&gt;\]
\[--events &lt;filter&gt;\]
\[&lt;file&gt;\]

<a id="metadata-option-categories">`--categories` <*filter*></a>
: Select events matching a category name. The filter is a comma-separated
Expand All @@ -259,7 +259,7 @@ list of names, simple and/or qualified, and/or quoted glob patterns.
<a id="metadata-option-file"><*file*></a>
: Location of the recording file (.jfr)

If the <file> parameter is omitted, metadata from the JDK where
If the &lt;file&gt; parameter is omitted, metadata from the JDK where
the 'jfr' tool is located will be used.

#### `jfr summary` subcommand
Expand Down

0 comments on commit 6221f2e

Please sign in to comment.