git: 6d50dd7f08 - main - handbook: replace `gnome3` package with `gnome`

From: Alex Dupre <ale_at_FreeBSD.org>
Date: Tue, 03 May 2022 06:42:06 UTC
The branch main has been updated by ale:

URL: https://cgit.FreeBSD.org/doc/commit/?id=6d50dd7f08ad3a3847c717bd22d247ed7b7d7d0f

commit 6d50dd7f08ad3a3847c717bd22d247ed7b7d7d0f
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2022-05-03 06:40:22 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2022-05-03 06:40:22 +0000

    handbook: replace `gnome3` package with `gnome`
    
    PR:             263660
    Submitted by:   John Darrah <johntdarrah@gmail.com>
---
 documentation/content/en/books/handbook/x11/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc
index 37efd69568..8a9269cdcf 100644
--- a/documentation/content/en/books/handbook/x11/_index.adoc
+++ b/documentation/content/en/books/handbook/x11/_index.adoc
@@ -1024,7 +1024,7 @@ This desktop environment can be installed from a package:
 
 [source,shell]
 ....
-# pkg install gnome3
+# pkg install gnome
 ....
 
 To instead build GNOME from ports, use the following command.
@@ -1032,7 +1032,7 @@ GNOME is a large application and will take some time to compile, even on a fast
 
 [source,shell]
 ....
-# cd /usr/ports/x11/gnome3
+# cd /usr/ports/x11/gnome
 # make install clean
 ....