diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-27 19:38:20 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-27 19:39:02 -0500 |
commit | 969546bcf0203379db286be21c7f709d27cc73b0 (patch) | |
tree | dd34d681661915ac407beb4d28ad7692416b4ed5 /etc/rc.conf | |
parent | d0ae7ffc2534fa65c2e8927931f5107ce4505ca6 (diff) |
typo fix
X-Gentoo-Bug: 595306
X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=595306
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index cbb660a6..12362f07 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -239,7 +239,7 @@ rc_tty_number=12 # Set the pids controller settings for this service. #rc_cgroup_pids="" -# Set this to YES if yu want all of the processes in a service's cgroup +# Set this to YES if you want all of the processes in a service's cgroup # killed when the service is stopped or restarted. # This should not be set globally because it kills all of the service's # child processes, and most of the time this is undesirable. Please set |