Skip to content

Commit

Permalink
Implement review feedback
Browse files Browse the repository at this point in the history
Per #501 (review)

Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed Nov 30, 2023
1 parent fefb1bf commit 7caab94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions parameters/dita-command-arguments.dita
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@
</groupseq>
</fragment>
</syntaxdiagram>
<note type="tip">The <cmdname>dita install</cmdname> command uses a network connection for
installing and downloading content. In environments where an HTTP proxy is used to establish
a network connection, provide the proxy configuration via the <codeph>ANT_OPTS</codeph>
environment variable. For more information, see <cite>Configuring the proxy</cite>.</note>
<note type="tip">The <cmdname>dita install</cmdname> command uses a network connection to install plug-ins from
the configured registry or process remote referenced resources. In environments where an HTTP proxy is used to
establish a network connection, you can provide the proxy configuration via the <codeph>ANT_OPTS</codeph>
environment variable. For more information, see
<xref keyref="configuring-the-proxy"/>.</note>
<note type="attention">Prior to DITA-OT 3.5, subcommands were specified with the double-hyphen option syntax,
which is still supported for backwards compatibility. (For example, <cmdname>dita</cmdname>
<parmname>--install</parmname> will still work.)</note>
Expand Down
6 changes: 3 additions & 3 deletions topics/configuring-the-proxy.dita
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<titlealts>
<navtitle>Configuring the proxy</navtitle>
</titlealts>
<shortdesc>Certain commands, for example, the <cmdname>dita install</cmdname> command, use a
network connection for installing and downloading content. In environments where an HTTP proxy
is used to establish a network connection, provide the proxy configuration via the
<shortdesc>Certain commands, for example, the <cmdname>dita install</cmdname> command, use a network connection to
install plug-ins from the configured registry or process remote referenced resources. In environments where an HTTP
proxy is used to establish a network connection, you can provide the proxy configuration via the
<codeph>ANT_OPTS</codeph> environment variable. </shortdesc>
<prolog>
<metadata>
Expand Down

0 comments on commit 7caab94

Please sign in to comment.