diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2016-06-29 12:35:38 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2016-06-29 12:35:38 -0500 |
commit | 06de8c56af31880fe8f304fb3b5a148c7c9f3646 (patch) | |
tree | fabea6dbd4791cae416cdf94445fafcce7cf1308 /lib | |
parent | eb388306fde0f636e595b5ac5eae37a3c5850f4b (diff) | |
download | spack-06de8c56af31880fe8f304fb3b5a148c7c9f3646.tar.gz spack-06de8c56af31880fe8f304fb3b5a148c7c9f3646.tar.bz2 spack-06de8c56af31880fe8f304fb3b5a148c7c9f3646.tar.xz spack-06de8c56af31880fe8f304fb3b5a148c7c9f3646.zip |
Fix missing code blocks in licensed software documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/packaging_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst index 54b886310a..433760f8c8 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -776,7 +776,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 this: -.. code-block:: +.. code-block:: sh # A license is required to use pgi. # @@ -807,7 +807,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 points to a license server called licman1: -.. code-block:: +.. code-block:: sh SERVER licman1.mcs.anl.gov 00163eb7fba5 27200 USE_SERVER |