From 55a49c4ba1972ce4deceb0e5c8b08d916ee0bc42 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Thu, 25 Jan 2024 02:28:11 -0300 Subject: [PATCH] pages*: remove "one or more" from description when superfluous (#12121) * pages*: remove "one or more" from description when superfluous --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/cs-fetch.md | 2 +- pages/common/cs-launch.md | 2 +- pages/common/cs-resolve.md | 2 +- pages/common/cupsaccept.md | 2 +- pages/common/cupsreject.md | 2 +- pages/common/docker-rm.md | 2 +- pages/common/docker-rmi.md | 2 +- pages/common/docker-save.md | 2 +- pages/common/docker-start.md | 2 +- pages/common/doctl-auth.md | 2 +- pages/common/identify.md | 2 +- pages/common/kubectl-taint.md | 2 +- pages/common/mkfile.md | 2 +- pages/common/pathchk.md | 2 +- pages/common/podman-rmi.md | 2 +- pages/common/ptargrep.md | 2 +- pages/common/renice.md | 2 +- pages/common/wondershaper.md | 2 +- pages/linux/inotifywait.md | 2 +- pages/linux/lvremove.md | 2 +- pages/linux/prlimit.md | 2 +- pages/linux/ptx.md | 2 +- pages/linux/renice.md | 2 +- pages/linux/toolbox-rmi.md | 6 +++--- pages/windows/choco-uninstall.md | 2 +- pages/windows/expand.md | 2 +- pages/windows/find.md | 2 +- pages/windows/finger.md | 2 +- pages/windows/forfiles.md | 2 +- pages/windows/remove-appxpackage.md | 2 +- pages/windows/start-service.md | 2 +- pages/windows/stop-service.md | 2 +- 32 files changed, 34 insertions(+), 34 deletions(-) diff --git a/pages/common/cs-fetch.md b/pages/common/cs-fetch.md index 046b336ae..1ee5f34d3 100644 --- a/pages/common/cs-fetch.md +++ b/pages/common/cs-fetch.md @@ -1,6 +1,6 @@ # cs fetch -> Fetch fetches the JARs of one or more dependencies. +> Fetch fetches the JARs of dependencies. > More information: . - Fetch a specific version of a jar: diff --git a/pages/common/cs-launch.md b/pages/common/cs-launch.md index 43f98315c..ca4d188e1 100644 --- a/pages/common/cs-launch.md +++ b/pages/common/cs-launch.md @@ -1,6 +1,6 @@ # cs launch -> Launch an application from the name directly from one or more Maven dependencies without the need of installing it. +> Launch an application from the name directly from Maven dependencies without the need of installing it. > More information: . - Launch a specific application with arguments: diff --git a/pages/common/cs-resolve.md b/pages/common/cs-resolve.md index ecf85af3d..800ef59ef 100644 --- a/pages/common/cs-resolve.md +++ b/pages/common/cs-resolve.md @@ -1,6 +1,6 @@ # cs resolve -> Resolve lists the transitive dependencies of one or more other dependencies. +> Resolve lists the transitive dependencies of other dependencies. > More information: . - Resolve lists of transitive dependencies of two dependencies: diff --git a/pages/common/cupsaccept.md b/pages/common/cupsaccept.md index 0034d05f0..8551fffd5 100644 --- a/pages/common/cupsaccept.md +++ b/pages/common/cupsaccept.md @@ -1,6 +1,6 @@ # cupsaccept -> Accept jobs sent to one or more destinations. +> Accept jobs sent to destinations. > NOTE: destination is referred as a printer or a class of printers. > See also: `cupsreject`, `cupsenable`, `cupsdisable`, `lpstat`. > More information: . diff --git a/pages/common/cupsreject.md b/pages/common/cupsreject.md index a15df4d4b..6454645e7 100644 --- a/pages/common/cupsreject.md +++ b/pages/common/cupsreject.md @@ -1,6 +1,6 @@ # cupsreject -> Reject jobs sent to one or more printers. +> Reject jobs sent to printers. > NOTE: destination is referred as a printer or a class of printers. > See also: `cupsaccept`, `cupsenable`, `cupsdisable`, `lpstat`. > More information: . diff --git a/pages/common/docker-rm.md b/pages/common/docker-rm.md index cbbbb0dcc..efd2f94e7 100644 --- a/pages/common/docker-rm.md +++ b/pages/common/docker-rm.md @@ -1,6 +1,6 @@ # docker rm -> Remove one or more containers. +> Remove containers. > More information: . - Remove containers: diff --git a/pages/common/docker-rmi.md b/pages/common/docker-rmi.md index 44bff461b..0a810065e 100644 --- a/pages/common/docker-rmi.md +++ b/pages/common/docker-rmi.md @@ -1,6 +1,6 @@ # docker rmi -> Remove one or more Docker images. +> Remove Docker images. > More information: . - Display help: diff --git a/pages/common/docker-save.md b/pages/common/docker-save.md index d6bd9df29..645146755 100644 --- a/pages/common/docker-save.md +++ b/pages/common/docker-save.md @@ -1,6 +1,6 @@ # docker save -> Export one or more docker images to archive. +> Export Docker images to archive. > More information: . - Save an image by redirecting `stdout` to a tar archive: diff --git a/pages/common/docker-start.md b/pages/common/docker-start.md index e3b0935fe..764e0143d 100644 --- a/pages/common/docker-start.md +++ b/pages/common/docker-start.md @@ -1,6 +1,6 @@ # docker start -> Start one or more stopped containers. +> Start stopped containers. > More information: . - Display help: diff --git a/pages/common/doctl-auth.md b/pages/common/doctl-auth.md index 3b241958f..d2a894abb 100644 --- a/pages/common/doctl-auth.md +++ b/pages/common/doctl-auth.md @@ -1,6 +1,6 @@ # doctl auth -> Authenticate doctl with one or more API tokens. +> Authenticate `doctl` with API tokens. > More information: . - Open a prompt to enter an API token and label its context: diff --git a/pages/common/identify.md b/pages/common/identify.md index b9f31cdba..f6a54ebc4 100644 --- a/pages/common/identify.md +++ b/pages/common/identify.md @@ -1,6 +1,6 @@ # identify -> Describe the format and characteristics of one or more image files. +> Describe the format and characteristics of image files. > Part of ImageMagick. > More information: . diff --git a/pages/common/kubectl-taint.md b/pages/common/kubectl-taint.md index 8f31552b7..60da183be 100644 --- a/pages/common/kubectl-taint.md +++ b/pages/common/kubectl-taint.md @@ -1,6 +1,6 @@ # kubectl taint -> Update the taints on one or more nodes. +> Update the taints on nodes. > More information: . - Apply taint to a node: diff --git a/pages/common/mkfile.md b/pages/common/mkfile.md index b1040b554..ee0fb9a0d 100644 --- a/pages/common/mkfile.md +++ b/pages/common/mkfile.md @@ -1,6 +1,6 @@ # mkfile -> Create one or more empty files of any size. +> Create empty files of any size. > More information: . - Create an empty file of 15 kilobytes: diff --git a/pages/common/pathchk.md b/pages/common/pathchk.md index e7d5fae24..f4bfc5d54 100644 --- a/pages/common/pathchk.md +++ b/pages/common/pathchk.md @@ -1,6 +1,6 @@ # pathchk -> Check the validity and portability of one or more pathnames. +> Check the validity and portability of pathnames. > More information: . - Check pathnames for validity in the current system: diff --git a/pages/common/podman-rmi.md b/pages/common/podman-rmi.md index 3b72560ed..c60eed252 100644 --- a/pages/common/podman-rmi.md +++ b/pages/common/podman-rmi.md @@ -1,6 +1,6 @@ # podman rmi -> Remove one or more Podman images. +> Remove Podman images. > More information: . - Remove one or more images given their names: diff --git a/pages/common/ptargrep.md b/pages/common/ptargrep.md index 65f5e0f72..efaf6788d 100644 --- a/pages/common/ptargrep.md +++ b/pages/common/ptargrep.md @@ -1,6 +1,6 @@ # ptargrep -> Find regular expression patterns in one or more tar archive files. +> Find regular expression patterns in tar archive files. > More information: . - Search for a pattern within a tar file: diff --git a/pages/common/renice.md b/pages/common/renice.md index b0440075b..e68a8b367 100644 --- a/pages/common/renice.md +++ b/pages/common/renice.md @@ -1,6 +1,6 @@ # renice -> Alter the scheduling priority/niceness of one or more running processes. +> Alter the scheduling priority/niceness of running processes. > Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process). > See also: `nice`. > More information: . diff --git a/pages/common/wondershaper.md b/pages/common/wondershaper.md index c7c0a582a..b8ed86e23 100644 --- a/pages/common/wondershaper.md +++ b/pages/common/wondershaper.md @@ -1,6 +1,6 @@ # wondershaper -> Allows the user to limit the bandwidth of one or more network adapters. +> Allows the user to limit the bandwidth of network adapters. > More information: . - Display [h]elp: diff --git a/pages/linux/inotifywait.md b/pages/linux/inotifywait.md index 9ff333ab7..5f5020b55 100644 --- a/pages/linux/inotifywait.md +++ b/pages/linux/inotifywait.md @@ -1,6 +1,6 @@ # inotifywait -> Waits for changes to one or more files. +> Waits for changes to files. > More information: . - Watch a specific file for events, exiting after the first one: diff --git a/pages/linux/lvremove.md b/pages/linux/lvremove.md index 2ba1fe73e..76b38ba9f 100644 --- a/pages/linux/lvremove.md +++ b/pages/linux/lvremove.md @@ -1,6 +1,6 @@ # lvremove -> Remove one or more logical volumes. +> Remove logical volumes. > See also: `lvm`. > More information: . diff --git a/pages/linux/prlimit.md b/pages/linux/prlimit.md index dccb13d67..8695950ed 100644 --- a/pages/linux/prlimit.md +++ b/pages/linux/prlimit.md @@ -10,7 +10,7 @@ - Display limit values for all current resources of a specified process: -`prlimit --pid {{pid number}}` +`prlimit --pid {{pid_number}}` - Run a command with a custom number of open files limit: diff --git a/pages/linux/ptx.md b/pages/linux/ptx.md index b94a50a41..9c8e3ffb8 100644 --- a/pages/linux/ptx.md +++ b/pages/linux/ptx.md @@ -1,6 +1,6 @@ # ptx -> Generate a permuted index of words from one or more text files. +> Generate a permuted index of words from text files. > More information: . - Generate a permuted index where the first field of each line is an index reference: diff --git a/pages/linux/renice.md b/pages/linux/renice.md index 3ec71bbce..db52bce36 100644 --- a/pages/linux/renice.md +++ b/pages/linux/renice.md @@ -1,6 +1,6 @@ # renice -> Alter the scheduling priority/niceness of one or more running processes. +> Alter the scheduling priority/niceness of running processes. > Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process). > See also: `nice`. > More information: . diff --git a/pages/linux/toolbox-rmi.md b/pages/linux/toolbox-rmi.md index ac18db3ac..fd03ae748 100644 --- a/pages/linux/toolbox-rmi.md +++ b/pages/linux/toolbox-rmi.md @@ -1,12 +1,12 @@ # toolbox rmi -> Remove one or more `toolbox` images. +> Remove `toolbox` images. > See also: `toolbox rm`. > More information: . -- Remove a `toolbox` image: +- Remove one or more `toolbox` image: -`toolbox rmi {{image_name}}` +`toolbox rmi {{image_name1 image_name2 ...}}` - Remove all `toolbox` images: diff --git a/pages/windows/choco-uninstall.md b/pages/windows/choco-uninstall.md index 3344ac19a..41cf6f408 100644 --- a/pages/windows/choco-uninstall.md +++ b/pages/windows/choco-uninstall.md @@ -1,6 +1,6 @@ # choco uninstall -> Uninstall one or more packages with Chocolatey. +> Uninstall packages with Chocolatey. > More information: . - Uninstall one or more space-separated packages: diff --git a/pages/windows/expand.md b/pages/windows/expand.md index da660593a..9d0cfd19a 100644 --- a/pages/windows/expand.md +++ b/pages/windows/expand.md @@ -1,6 +1,6 @@ # expand -> Uncompress one or more Windows Cabinet files. +> Uncompress Windows Cabinet files. > More information: . - Uncompress a single-file Cabinet file to the specified directory: diff --git a/pages/windows/find.md b/pages/windows/find.md index a93184613..cd4007a9a 100644 --- a/pages/windows/find.md +++ b/pages/windows/find.md @@ -1,6 +1,6 @@ # find -> Find a specified string in one or more files. +> Find a specified string in files. > More information: . - Find lines that contain a specified string: diff --git a/pages/windows/finger.md b/pages/windows/finger.md index a91a84aa1..88a17feb2 100644 --- a/pages/windows/finger.md +++ b/pages/windows/finger.md @@ -1,6 +1,6 @@ # finger -> Return information about one or more users on a specified system. +> Return information about users on a specified system. > The remote system must be running the Finger service. > More information: . diff --git a/pages/windows/forfiles.md b/pages/windows/forfiles.md index 5b1a4bde2..fe3005b52 100644 --- a/pages/windows/forfiles.md +++ b/pages/windows/forfiles.md @@ -1,6 +1,6 @@ # forfiles -> Select one or more files to execute a specified command on. +> Select files to execute a specified command on. > More information: . - Search for files in the current directory: diff --git a/pages/windows/remove-appxpackage.md b/pages/windows/remove-appxpackage.md index 52575ef0b..da4769ea7 100644 --- a/pages/windows/remove-appxpackage.md +++ b/pages/windows/remove-appxpackage.md @@ -1,6 +1,6 @@ # Remove-AppxPackage -> A PowerShell utility to remove an app package from one or more user accounts. +> A PowerShell utility to remove an app package from user accounts. > More information: . - Remove an app package: diff --git a/pages/windows/start-service.md b/pages/windows/start-service.md index ffbf25219..7d817a2df 100644 --- a/pages/windows/start-service.md +++ b/pages/windows/start-service.md @@ -1,6 +1,6 @@ # Start-Service -> Starts one or more stopped services. +> Starts stopped services. > This command can only be used through PowerShell. > More information: . diff --git a/pages/windows/stop-service.md b/pages/windows/stop-service.md index dc1e616a0..c84c11cf9 100644 --- a/pages/windows/stop-service.md +++ b/pages/windows/stop-service.md @@ -1,6 +1,6 @@ # Stop-Service -> Stops one or more running services. +> Stops running services. > This command can only be used through PowerShell. > More information: .