git: be71a5e4a7 - main - Status/2023Q3/portsoptcli.adoc: Fixes

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Thu, 05 Oct 2023 09:01:14 UTC
The branch main has been updated by salvadore:

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

commit be71a5e4a79cab4699de1663ff0ff83b70ca79d1
Author:     Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2023-10-05 08:48:56 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-10-05 09:01:05 +0000

    Status/2023Q3/portsoptcli.adoc: Fixes
    
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/275
---
 .../en/status/report-2023-07-2023-09/portoptscli.adoc        | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/website/content/en/status/report-2023-07-2023-09/portoptscli.adoc b/website/content/en/status/report-2023-07-2023-09/portoptscli.adoc
index 27b2a96bc5..cd66993a3d 100644
--- a/website/content/en/status/report-2023-07-2023-09/portoptscli.adoc
+++ b/website/content/en/status/report-2023-07-2023-09/portoptscli.adoc
@@ -1,4 +1,4 @@
-=== PortOptsCLI - Accessibility Ports Collection
+=== PortOptsCLI -- Ports Collection Accessibility
 
 Link: +
 link:https://gitlab.com/alfix/portoptscli[Project repository] URL: link:https://gitlab.com/alfix/portoptscli[]
@@ -8,15 +8,15 @@ Contact: FreeBSD Accessibility mailing list <freebsd-accessibility@freebsd.org>
 
 FreeBSD provides the Ports Collection to give users and administrators a simple way to install applications.
 It is possible to configure a port before the building and installation.
-The command 'make config' uses package:ports-mgmt/dialog4ports[] and package:ports-mgmt/portconfig[] to set up a port interactively via a Text User Interface.
+The command `make config` uses package:ports-mgmt/dialog4ports[] and package:ports-mgmt/portconfig[] to set up a port interactively via a text user interface (TUI).
 
-Unfortunately screen readers perform poorly with TUI; it is a well-known accessibility problem.
+Unfortunately, screen readers perform poorly with a TUI; it is a well-known accessibility problem.
 FreeBSD provides tens of thousands of ports; port configuration is a key feature, but it is inaccessible to users with vision impairment.
 
-PortOptsCLI (Port Options CLI) is a new utility for setting the port options via a Command Line Interface.
-Properly PortOptsCLI provides commands to navigate the configuration lists (checklists and/or radiolists) and set up their items interactively.
+PortOptsCLI (Port Options CLI) is a new utility for setting port options via a command line interface.
+Properly, PortOptsCLI provides commands to navigate configuration dialogues (checklists and/or radio buttons) and set up their items interactively.
 It is also suitable for a speech synthesizer; currently it is tested with package:accessibility/orca[].
-PortOptsCLI can be installed via the package:SECTION/portoptscli[] package or the package:ports-mgmt/portoptscli[] port.
+PortOptsCLI can be installed via the package:ports-mgmt/portoptscli[] port or package.
 
 Tips and new ideas are welcome.
 If possible, send reports to the FreeBSD Accessibility mailing list, to share and to track discussions in a public place.