diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-06-28 10:59:58 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2022-06-28 10:59:58 +0000 |
commit | 6889293c81459afd6e026876282be59e919a31e9 (patch) | |
tree | 371fb2ae8ace4b79dae436e9781581d2bb044da9 | |
parent | cab164f9878a93df4fb10f49939a991c46fb283e (diff) | |
download | doc-6889293c81459afd6e026876282be59e919a31e9.tar.gz doc-6889293c81459afd6e026876282be59e919a31e9.zip |
Fix typo in X11 handbook chapter
PR: 264939
Submitted by: Hodong <hodong (AT) nimfsoft.art>
-rw-r--r-- | documentation/content/en/books/handbook/x11/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc index 8a9269cdcf..7abc40e5f8 100644 --- a/documentation/content/en/books/handbook/x11/_index.adoc +++ b/documentation/content/en/books/handbook/x11/_index.adoc @@ -1720,7 +1720,7 @@ To enable and start the `seatd` daemon now, and on system initialization: [source,shell] ---- -# sysrc seatd_enable=”YES” +# sysrc seatd_enable="YES" # service seatd start ---- |