[clang-nvlink-wrapper][docs][NFC] Fix sphinx warning about asterisk

Sphinx was giving warning on unescaped special symbol *. It was
an issue on systems treating warning as error.
This commit is contained in:
Saiyedul Islam 2021-09-09 23:52:16 +05:30
parent ea685e1028
commit 543604f30e

View File

@ -14,7 +14,7 @@ This tool works as a wrapper over the ``nvlink`` program. It is required
because ``nvlink`` does not support linking of archive files implicitly. It
transparently passes every input option and object to ``nvlink`` except archive
files. It reads each input archive file to extract the archived cubin files as
temporary files. These temporary (*.cubin) files are passed to ``nvlink``.
temporary files. These temporary (\*.cubin) files are passed to ``nvlink``.
Use Case
========