git: f82b1afba2 - main - [committers-guide] Fix quotes
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=f82b1afba2221f25c4698b663565ce0bc2cc9964 commit f82b1afba2221f25c4698b663565ce0bc2cc9964 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2021-04-22 07:40:14 +0000 Commit: Fernando Apesteguía <[email protected]> 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"