Merge pull request #1141 from adamjstewart/fixes/license_docs
Fix missing code blocks in licensed software documentation
This commit is contained in:
commit
0e422dec8c
@ -783,7 +783,7 @@ Spack will create a global license file located at
|
|||||||
file using the editor set in ``$EDITOR``, or vi if unset. It will look like
|
file using the editor set in ``$EDITOR``, or vi if unset. It will look like
|
||||||
this:
|
this:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: sh
|
||||||
|
|
||||||
# A license is required to use pgi.
|
# A license is required to use pgi.
|
||||||
#
|
#
|
||||||
@ -814,7 +814,7 @@ You can add your license directly to this file, or tell FlexNet to use a
|
|||||||
license stored on a separate license server. Here is an example that
|
license stored on a separate license server. Here is an example that
|
||||||
points to a license server called licman1:
|
points to a license server called licman1:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block:: sh
|
||||||
|
|
||||||
SERVER licman1.mcs.anl.gov 00163eb7fba5 27200
|
SERVER licman1.mcs.anl.gov 00163eb7fba5 27200
|
||||||
USE_SERVER
|
USE_SERVER
|
||||||
|
Loading…
Reference in New Issue
Block a user