git: 3ea13ac93f - main - handbook/wine: Change Suyimazu to Mizutamari

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 18:26:58 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3ea13ac93f5e4e861ad35e7eace7d0bb52ae4467

commit 3ea13ac93f5e4e861ad35e7eace7d0bb52ae4467
Author:     Son Phan Trung <phantrungson17@gmail.com>
AuthorDate: 2024-02-25 06:46:16 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-02-25 18:23:12 +0000

    handbook/wine: Change Suyimazu to Mizutamari
    
    The Suyimazu Launcher is now called Mizutamari.
    
    Reviewed by:    dbaio
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/341
---
 .../content/en/books/handbook/wine/_index.adoc     | 38 +++++++++++-----------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/documentation/content/en/books/handbook/wine/_index.adoc b/documentation/content/en/books/handbook/wine/_index.adoc
index fe73a01a14..3bdc2e5ff3 100644
--- a/documentation/content/en/books/handbook/wine/_index.adoc
+++ b/documentation/content/en/books/handbook/wine/_index.adoc
@@ -165,7 +165,7 @@ The goals for these can range from making installation easier to offering easy w
 These solutions are covered in greater detail in the later section on <<wine-management-guis,GUI frontends>>, and include the following:
 
 * winetricks
-* Suyimazu
+* Mizutamari
 
 [[alternatives-to-wine]]
 === Alternatives to WINE
@@ -554,39 +554,39 @@ This will run the applications built-in installer, which should also have the op
 image::winetricks-uninstall-3.png[]
 
 [[homura]]
-=== Suyimazu
+=== Mizutamari
 
-Suyimazu is an application similar to `winetricks`, although it was inspired by the https://lutris.net/[Lutris] gaming system for Linux.
-But while it is focused on games, there are also non-gaming applications available for install through Suyimazu.
+Mizutamari is an application similar to `winetricks`, although it was inspired by the https://lutris.net/[Lutris] gaming system for Linux.
+But while it is focused on games, there are also non-gaming applications available for install through Mizutamari.
 
 [[installing-homura]]
-==== Installing Suyimazu
+==== Installing Mizutamari
 
-To install Suyimazu's binary package, issue the following command:
+To install Mizutamari's binary package, issue the following command:
 
 [source,shell]
 ....
-# pkg install suyimazu
+# pkg install mizuma
 ....
 
-Suyimazu is available in the FreeBSD Ports system.
+Mizutamari is available in the FreeBSD Ports system.
 However, instead of looking in the _emulators_ section of Ports or binary packages, look for it in the _games_ section.
 
 [source,shell]
 ....
-# cd /usr/ports/games/suyimazu
+# cd /usr/ports/games/mizuma
 # make install
 ....
 
 [[using-homura]]
-==== Using Suyimazu
+==== Using Mizutamari
 
-Suyimazu's usage is quite similar to that of `winetricks`.
+Mizutamari's usage is quite similar to that of `winetricks`.
 When using it for the first time, launch it from the command line (or a desktop environment runner applet) with:
 
 [source,shell]
 ....
-% Suyimazu
+% Mizuma
 ....
 
 This should result in a friendly welcome message.
@@ -598,22 +598,22 @@ The program will also offer to place a link in the application menu of compatibl
 
 image::homura-run-2.png[]
 
-Depending on the setup of the FreeBSD machine, Suyimazu may display a message urging the install of native graphics drivers.
+Depending on the setup of the FreeBSD machine, Mizutamari may display a message urging the install of native graphics drivers.
 
 image::homura-run-3.png[]
 
 The application's window should then appear, which amounts to a "main menu" with all its options.
-Many of the items are the same as `winetricks`, although Suyimazu offers some additional, helpful options such as opening its data folder (_Open Suyimazu Folder_) or running a specified program (_Run a executable in prefix_).
+Many of the items are the same as `winetricks`, although Mizutamari offers some additional, helpful options such as opening its data folder (_Open Mizutamari Folder_) or running a specified program (_Run a executable in prefix_).
 
 image::homura-install-1.png[]
 
-To select one of Suyimazu's supported applications to install, select _Installation_, and click _OK_.
+To select one of Mizutamari's supported applications to install, select _Installation_, and click _OK_.
 This will display a list of applications Homura can install automatically.
 Select one, and click _OK_ to start the process.
 
 image::homura-install-2.png[]
 
-As a first step Suyimazu will download the selected program.
+As a first step Mizutamari will download the selected program.
 A notification may appear in supported desktop environments.
 
 image::homura-install-3.png[]
@@ -623,7 +623,7 @@ A standard WINE dialog with this message will display.
 
 image::homura-install-4.png[]
 
-Next, Suyimazu will install any prerequisites for the selected program.
+Next, Mizutamari will install any prerequisites for the selected program.
 This may involve downloading and extracting a fair number of files, the details of which will show in dialogs.
 
 image::homura-install-5.png[]
@@ -632,8 +632,8 @@ Downloaded packages are automatically opened and run as required.
 
 image::homura-install-6.png[]
 
-The installation may end with a simple desktop notification or message in the terminal, depending on how Suyimazu was launched.
-But in either case Suyimazu should return to the main screen.
+The installation may end with a simple desktop notification or message in the terminal, depending on how Mizutamari was launched.
+But in either case Mizutamari should return to the main screen.
 To confirm the installation was successful, select _Launcher_, and click _OK_.
 
 image::homura-install-7.png[]