summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2023-04-02 19:02:07 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2023-04-03 00:31:37 -0400
commit8f295dfc35dd594f7bfc2208c1a0300dfdf4d319 (patch)
tree412f481e119ca61a32e71b3aa121212b37d655e5
parentc5e537ea4fc76bc9e2754e9c02d721d7250744a7 (diff)
Touch up
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--README.md8
-rw-r--r--doc/paclist.8.adoc2
-rw-r--r--doc/paclog-pkglist.8.adoc4
-rw-r--r--doc/pacscripts.8.adoc4
-rw-r--r--doc/pacsearch.8.adoc2
-rw-r--r--doc/rankmirrors.8.adoc6
-rw-r--r--doc/updpkgsums.8.adoc2
-rw-r--r--src/rankmirrors.sh.in2
8 files changed, 15 insertions, 15 deletions
diff --git a/README.md b/README.md
index 1827dbe..ac4cc71 100644
--- a/README.md
+++ b/README.md
@@ -35,17 +35,17 @@ Scripts available in this repository:
* paclog-pkglist - list currently installed packages based pacman's log.
-* pacscripts - tries to print out the {pre,post}\_{install,remove,upgrade}
+* pacscripts - print out the {pre,post}\_{install,remove,upgrade}
scripts of a given package.
* pacsearch - a colorized search combining both -Ss and -Qs output. Installed
packages are easily identified with a `[installed]`, and
local-only packages are also listed.
-* pacsort - concatenates the given files, sorts them, and writes them to standard output.
+* pacsort - concatenate the given files, sort them, and write them to standard output.
* pactree - a package dependency tree viewer.
-* rankmirrors - ranks pacman mirrors by their connection and opening speed.
+* rankmirrors - rank pacman mirrors by their connection and opening speed.
-* updpkgsums - performs an in-place update of the checksums in a PKGBUILD.
+* updpkgsums - perform an in-place update of the checksums in a PKGBUILD.
diff --git a/doc/paclist.8.adoc b/doc/paclist.8.adoc
index 84fceef..952724d 100644
--- a/doc/paclist.8.adoc
+++ b/doc/paclist.8.adoc
@@ -25,7 +25,7 @@ Options
Display syntax and command-line options.
*-V, \--version*::
- Display version information and exit.
+ Display version information.
See Also
diff --git a/doc/paclog-pkglist.8.adoc b/doc/paclog-pkglist.8.adoc
index 594f876..46ffc90 100644
--- a/doc/paclog-pkglist.8.adoc
+++ b/doc/paclog-pkglist.8.adoc
@@ -3,7 +3,7 @@ paclog-pkglist(8)
Name
----
-paclog-pkglist - list currently installed packages based pacman's log
+paclog-pkglist - list currently installed packages based on pacman's log
Synopsis
@@ -24,7 +24,7 @@ Options
Display syntax and command-line options.
*-V, \--version*::
- Display version information and exit.
+ Display version information.
See Also
diff --git a/doc/pacscripts.8.adoc b/doc/pacscripts.8.adoc
index c471c08..d226a80 100644
--- a/doc/pacscripts.8.adoc
+++ b/doc/pacscripts.8.adoc
@@ -3,7 +3,7 @@ pacscripts(8)
Name
----
-pacscripts - tries to print out the {pre,post}_{install,remove,upgrade} scripts of a given package.
+pacscripts - print out the {pre,post}_{install,remove,upgrade} scripts of a given package.
Synopsis
@@ -23,7 +23,7 @@ Options
Display syntax and command-line options.
*-V, \--version*::
- Display version information and exit.
+ Display version information.
See Also
diff --git a/doc/pacsearch.8.adoc b/doc/pacsearch.8.adoc
index f933b93..1b0ab10 100644
--- a/doc/pacsearch.8.adoc
+++ b/doc/pacsearch.8.adoc
@@ -26,7 +26,7 @@ Options
Display syntax and command-line options.
*-V, \--version*::
- Display version information and exit.
+ Display version information.
See Also
diff --git a/doc/rankmirrors.8.adoc b/doc/rankmirrors.8.adoc
index da2e923..5f4be8b 100644
--- a/doc/rankmirrors.8.adoc
+++ b/doc/rankmirrors.8.adoc
@@ -3,7 +3,7 @@ rankmirrors(8)
Name
----
-rankmirrors - ranks pacman mirrors by their connection and opening speed.
+rankmirrors - rank pacman mirrors by their connection and opening speed.
Synopsis
@@ -13,7 +13,7 @@ Synopsis
Description
-----------
-'pacsearch' will rank pacman mirrors by their connection and opening speed.
+'rankmirrors' will rank pacman mirrors by their connection and opening speed.
Pacman mirror files are located in /etc/pacman.d/.
It can also rank one mirror if the URL is provided.
@@ -45,7 +45,7 @@ Options
Display syntax and command-line options.
*-V, \--version*::
- Display version information and exit.
+ Display version information.
include::footer.adoc[]
diff --git a/doc/updpkgsums.8.adoc b/doc/updpkgsums.8.adoc
index e3eb29c..a3ba0d4 100644
--- a/doc/updpkgsums.8.adoc
+++ b/doc/updpkgsums.8.adoc
@@ -27,7 +27,7 @@ Options
Do not colorize output.
*-V, \--version*::
- Display version information and exit.
+ Display version information.
See Also
diff --git a/src/rankmirrors.sh.in b/src/rankmirrors.sh.in
index 01e03ed..c0e16ff 100644
--- a/src/rankmirrors.sh.in
+++ b/src/rankmirrors.sh.in
@@ -28,7 +28,7 @@ usage() {
cat <<EOF
${myname} v${myver}
-Ranks pacman mirrors by their connection and opening speed. Pacman mirror files
+Rank pacman mirrors by their connection and opening speed. Pacman mirror files
are located in @sysconfdir@/pacman.d/. It can also rank one mirror if the URL is
provided.