Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2022 06:42:06 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 6d50dd7f08 - main - handbook: replace `gnome3` package with `gnome`
Message-ID:  <202205030642.2436g6oi082311@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 ....
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205030642.2436g6oi082311>