From bc30203abe06428155f5b6b37cd785f70ab89579 Mon Sep 17 00:00:00 2001 From: Andy Wilson Date: Thu, 8 Aug 2013 12:23:30 -0500 Subject: [PATCH] docfix: grammar in docstring for sysctl module --- library/system/sysctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/system/sysctl b/library/system/sysctl index be23a1d6305..9ecd71565cc 100644 --- a/library/system/sysctl +++ b/library/system/sysctl @@ -77,7 +77,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 not the real /etc/sysctl.conf updated) +# 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 '''