git: 25f8a04357 - main - Handbook-Desktop: Correct packages names
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Aug 2023 09:40:15 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=25f8a04357b838a2e9dc20a577bc1d1652b98282
commit 25f8a04357b838a2e9dc20a577bc1d1652b98282
Author: Anthony Gaudio-Besson <anthony.gaudio.besson@gmail.com>
AuthorDate: 2023-08-01 09:39:00 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-08-01 09:39:00 +0000
Handbook-Desktop: Correct packages names
With some tweaks from carlavilla@
Pull Request: https://github.com/freebsd/freebsd-doc/pull/217
---
documentation/content/en/books/handbook/desktop/_index.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc
index f4af398651..6e6698f4d6 100644
--- a/documentation/content/en/books/handbook/desktop/_index.adoc
+++ b/documentation/content/en/books/handbook/desktop/_index.adoc
@@ -559,12 +559,12 @@ This section describes how to install and configure some popular web browsers on
| Iridium browser
| BSD-3 and others
-| package:www/iridium[]
+| package:www/iridium-browser[]
| Heavy
| Falkon
| MPL 2.0
-| package:www/falkon[]
+| package:www/falkon-qtonly[]
| Heavy
| Konqueror
@@ -584,7 +584,7 @@ This section describes how to install and configure some popular web browsers on
| Dillo
| GPL 3.0 or later
-| package:www/dillo2[]
+| package:www/dillo[]
| Light
| Links
@@ -717,7 +717,7 @@ To install Dillo, execute:
[source,shell]
....
-# pkg install dillo2
+# pkg install dillo
....
[[links]]