git: f82b1afba2 - main - [committers-guide] Fix quotes
Fernando Apesteguía
fernape at FreeBSD.org
Thu Apr 22 07:45:05 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/doc/commit/?id=f82b1afba2221f25c4698b663565ce0bc2cc9964
commit f82b1afba2221f25c4698b663565ce0bc2cc9964
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-04-22 07:40:14 +0000
Commit: Fernando Apesteguía <fernape at 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.
More information about the dev-commits-doc-all
mailing list