From f3a97bdd39b38e1187529e78d62309e49cf495cb Mon Sep 17 00:00:00 2001 From: Warren Block Date: Thu, 8 Aug 2013 17:00:17 +0000 Subject: [PATCH] Make rcvar output match reality. PR: docs/181147 Submitted by: Wout Decr? --- en_US.ISO8859-1/books/handbook/config/chapter.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.xml b/en_US.ISO8859-1/books/handbook/config/chapter.xml index 1653f20602..956ab944cf 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.xml @@ -682,7 +682,9 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin &prompt.root; service sshd rcvar # sshd -$sshd_enable=YES +# +sshd_enable="YES" +# (default: "") The # sshd line is output from the @@ -1889,7 +1891,7 @@ kern.maxproc: 1044 kern.maxfiles: 2088 -> 5000 Settings of sysctl variables are usually either strings, - numbers, or booleans, where a a boolean is 1 + numbers, or booleans, where a boolean is 1 for yes or 0 for no. To automatically set some variables each time the machine