diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-06-30 02:22:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 02:22:38 -0700 |
commit | 0e422dec8c8d075e68c31b032628b7d4db96c552 (patch) | |
tree | 657026dd2650d8c63781c47a08d20a87b1c31170 /lib | |
parent | bc2fa76588faafb80389d5a5e8933b04582dc953 (diff) | |
parent | 06de8c56af31880fe8f304fb3b5a148c7c9f3646 (diff) | |
download | spack-0e422dec8c8d075e68c31b032628b7d4db96c552.tar.gz spack-0e422dec8c8d075e68c31b032628b7d4db96c552.tar.bz2 spack-0e422dec8c8d075e68c31b032628b7d4db96c552.tar.xz spack-0e422dec8c8d075e68c31b032628b7d4db96c552.zip |
Merge pull request #1141 from adamjstewart/fixes/license_docs
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 2c3d139d29..82f12cedda 100644 --- a/lib/spack/docs/packaging_guide.rst +++ b/lib/spack/docs/packaging_guide.rst @@ -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 this: -.. code-block:: +.. code-block:: sh # 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 points to a license server called licman1: -.. code-block:: +.. code-block:: sh SERVER licman1.mcs.anl.gov 00163eb7fba5 27200 USE_SERVER |