Fixed typo in example documentation

This commit is contained in:
Paul Beattie 2014-01-04 00:22:14 +00:00
parent f723311601
commit 31f81c3a1b

View file

@ -81,7 +81,7 @@ EXAMPLES = '''
# Set kernel.panic to 3 in /tmp/test_sysctl.conf, check if the sysctl key
# seems writable, but do not reload sysctl, and do not check kernel value
# after (not needed, because the real /etc/sysctl.conf was not updated)
- sysctl: name=kernel.panic value=3 sysctl_file=/tmp/test_sysctl.conf check=before reload=no
- sysctl: name=kernel.panic value=3 sysctl_file=/tmp/test_sysctl.conf checks=before reload=no
'''
# ==============================================================