git: 8f28a757b1 - main - handbook: reference xwayland, not xwayland-devel
Ed Maste <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=8f28a757b13aa8d1db6528453b4bd9df776271e9 commit 8f28a757b13aa8d1db6528453b4bd9df776271e9 Author: Mark Phillips <[email protected]> AuthorDate: 2025-04-22 18:36:21 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-04-25 13:17:41 +0000 handbook: reference xwayland, not xwayland-devel xwayland-devel was removed in ports commit a71eaeb3e54e ("x11-servers/xwayland-devel: remove until enough upstream changes accumulate"). Reviewed by: emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D49964 --- documentation/content/en/books/handbook/wayland/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index 47a7e58f70..5ac2890618 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -461,7 +461,7 @@ If the [.filename]#/usr/local/bin/Xwayland# file does not exist, install it usin [source,shell] ---- -# pkg install xwayland-devel +# pkg install xwayland ---- [NOTE]