Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2021 07:45:04 GMT
From:      =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: f82b1afba2 - main - [committers-guide] Fix quotes
Message-ID:  <202104220745.13M7j4GU020343@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f82b1afba2221f25c4698b663565ce0bc2cc9964

commit f82b1afba2221f25c4698b663565ce0bc2cc9964
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2021-04-22 07:40:14 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2021-04-22 07:40:14 +0000

    [committers-guide] Fix quotes
    
    Follow-up for commit 5e5b9e25d72bb4001933071b41aeaedf932384e9
    
    Reported by: 0mp
    Approved by: 0mp (mentor)
---
 documentation/content/en/books/handbook/config/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc
index 4b39749713..66173c1ece 100644
--- a/documentation/content/en/books/handbook/config/_index.adoc
+++ b/documentation/content/en/books/handbook/config/_index.adoc
@@ -1418,7 +1418,7 @@ This change can be made persistent across reboots:
 
 [source,shell]
 ....
-# echo ‘hw.acpi.lid_switch_state=S3’ >> /etc/sysctl.conf
+# echo 'hw.acpi.lid_switch_state=S3' >> /etc/sysctl.conf
 ....
 
 Harder cases require additional hardware, such as a serial port and cable for debugging through a serial console, a Firewire port and cable for using man:dcons[4], and kernel debugging skills.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104220745.13M7j4GU020343>