netstorage: fix unescaped HTML in documentation

This commit is contained in:
Nick Craig-Wood 2022-03-18 14:40:12 +00:00
parent 388e74af52
commit 750fffdf71
6 changed files with 12 additions and 12 deletions

4
MANUAL.html generated
View File

@ -19720,7 +19720,7 @@ y/e/d&gt; y</code></pre>
<p>Here are the standard options specific to netstorage (Akamai NetStorage).</p>
<h4 id="netstorage-host">--netstorage-host</h4>
<p>Domain+path of NetStorage host to connect to.</p>
<p>Format should be <domain>/<internal folders></p>
<p>Format should be <code>&lt;domain&gt;/&lt;internal folders&gt;</code></p>
<p>Properties:</p>
<ul>
<li>Config: host</li>
@ -19785,7 +19785,7 @@ y/e/d&gt; y</code></pre>
<h3 id="symlink">symlink</h3>
<p>You can create a symbolic link in ObjectStore with the symlink action.</p>
<pre><code>rclone backend symlink remote: [options] [&lt;arguments&gt;+]</code></pre>
<p>The desired path location (including applicable sub-directories) ending in the object that will be the target of the symlink (for example, /links/mylink). Include the file extension for the object, if applicable. rclone backend symlink <src> <path></p>
<p>The desired path location (including applicable sub-directories) ending in the object that will be the target of the symlink (for example, /links/mylink). Include the file extension for the object, if applicable. <code>rclone backend symlink &lt;src&gt; &lt;path&gt;</code></p>
<h1 id="microsoft-azure-blob-storage">Microsoft Azure Blob Storage</h1>
<p>Paths are specified as <code>remote:container</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:container/path/to/dir</code>.</p>
<h2 id="configuration-25">Configuration</h2>

4
MANUAL.md generated
View File

@ -29340,7 +29340,7 @@ Here are the standard options specific to netstorage (Akamai NetStorage).
Domain+path of NetStorage host to connect to.
Format should be <domain>/<internal folders>
Format should be `<domain>/<internal folders>`
Properties:
@ -29432,7 +29432,7 @@ You can create a symbolic link in ObjectStore with the symlink action.
The desired path location (including applicable sub-directories) ending in
the object that will be the target of the symlink (for example, /links/mylink).
Include the file extension for the object, if applicable.
rclone backend symlink <src> <path>
`rclone backend symlink <src> <path>`

4
MANUAL.txt generated
View File

@ -28719,7 +28719,7 @@ NetStorage).
Domain+path of NetStorage host to connect to.
Format should be /
Format should be <domain>/<internal folders>
Properties:
@ -28813,7 +28813,7 @@ You can create a symbolic link in ObjectStore with the symlink action.
The desired path location (including applicable sub-directories) ending
in the object that will be the target of the symlink (for example,
/links/mylink). Include the file extension for the object, if
applicable. rclone backend symlink
applicable. rclone backend symlink <src> <path>
Microsoft Azure Blob Storage

View File

@ -65,7 +65,7 @@ HTTP is provided primarily for debugging purposes.`,
Name: "host",
Help: `Domain+path of NetStorage host to connect to.
Format should be <domain>/<internal folders>`,
Format should be ` + "`<domain>/<internal folders>`",
Required: true,
}, {
Name: "account",
@ -94,7 +94,7 @@ files stored in any sub-directories that may exist.`,
Long: `The desired path location (including applicable sub-directories) ending in
the object that will be the target of the symlink (for example, /links/mylink).
Include the file extension for the object, if applicable.
rclone backend symlink <src> <path>`,
` + "`rclone backend symlink <src> <path>`",
},
}

View File

@ -179,7 +179,7 @@ Here are the standard options specific to netstorage (Akamai NetStorage).
Domain+path of NetStorage host to connect to.
Format should be <domain>/<internal folders>
Format should be `<domain>/<internal folders>`
Properties:
@ -271,6 +271,6 @@ You can create a symbolic link in ObjectStore with the symlink action.
The desired path location (including applicable sub-directories) ending in
the object that will be the target of the symlink (for example, /links/mylink).
Include the file extension for the object, if applicable.
rclone backend symlink <src> <path>
`rclone backend symlink <src> <path>`
{{< rem autogenerated options stop >}}

4
rclone.1 generated
View File

@ -39645,7 +39645,7 @@ NetStorage).
.PP
Domain+path of NetStorage host to connect to.
.PP
Format should be /
Format should be \f[C]<domain>/<internal folders>\f[R]
.PP
Properties:
.IP \[bu] 2
@ -39770,7 +39770,7 @@ The desired path location (including applicable sub-directories) ending
in the object that will be the target of the symlink (for example,
/links/mylink).
Include the file extension for the object, if applicable.
rclone backend symlink
\f[C]rclone backend symlink <src> <path>\f[R]
.SH Microsoft Azure Blob Storage
.PP
Paths are specified as \f[C]remote:container\f[R] (or \f[C]remote:\f[R]