Bug 264939 - handbook: fix a typo
Summary: handbook: fix a typo
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-28 10:45 UTC by Hodong
Modified: 2022-06-29 00:13 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hodong 2022-06-28 10:45:36 UTC
Hello.

https://docs.freebsd.org/en/books/handbook/x11/#x-wayland

# sysrc seatd_enable=”YES”

to be fixed to

# sysrc seatd_enable="YES"
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-28 11:02:17 UTC
A commit in branch main references this bug:

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

commit 6889293c81459afd6e026876282be59e919a31e9
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-06-28 10:59:58 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-06-28 10:59:58 +0000

    Fix typo in X11 handbook chapter

    PR:             264939
    Submitted by:   Hodong <hodong (AT) nimfsoft.art>

 documentation/content/en/books/handbook/x11/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2022-06-28 11:02:53 UTC
Fixed. Thanks!
Comment 3 Pau Amma 2022-06-29 00:13:01 UTC
It took me longer than I'd like staring at these to figure out what changed. Nice catch!