Rust: Fix a couple of typos.

This commit is contained in:
Zeckmathederg 2024-07-31 16:57:37 -06:00
parent 136fc43430
commit 3a80d43f28
2 changed files with 5 additions and 2 deletions

View File

@ -43,6 +43,9 @@
<listitem>
<para>July 31st, 2024</para>
<itemizedlist>
<listitem>
<para>[Zeckmathederg] - Rust: Fix a couple of typos.</para>
</listitem>
<listitem>
<para>[Zeckmathederg] - cURL: 8.9.0 -&gt; 8.9.1.</para>
</listitem>

View File

@ -373,10 +373,10 @@ install -vDm644 \
src/tools/cargo/src/etc/_cargo \
/opt/rustc-&rust-version;/share/zsh/site-functions/_cargo &amp;&amp;
install -vm644 src/tools/cargo/src/etc/man/* \
/opt/rustc-1.80.0/share/man/man1</userinput></screen>
/opt/rustc-&rust-version;/share/man/man1</userinput></screen>
<para>
Still as the &root; user, fix the installation of documentations
Still as the &root; user, fix the installation of the documentation
and symlink a <application>Zsh</application>
completion file into the correct location:
</para>