Fix code-blocks to use correct syntax highlighting

This commit is contained in:
Toshio Kuratomi 2017-01-07 08:50:10 -08:00
commit 08d6990e67
20 changed files with 244 additions and 223 deletions

View file

@ -110,7 +110,7 @@ EXAMPLES = '''
# Add or modify memlock, both soft and hard, limit for the user james with a comment.
- pam_limits:
domain: james
limit_type: -
limit_type: '-'
limit_item: memlock
value: unlimited
comment: unlimited memory lock for james