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>
This commit is contained in:
Vitor Henrique
2024-01-25 02:28:11 -03:00
committed by GitHub
parent 8ee9347041
commit 55a49c4ba1
32 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
# inotifywait
> Waits for changes to one or more files.
> Waits for changes to files.
> More information: <https://manned.org/inotifywait>.
- Watch a specific file for events, exiting after the first one:

View File

@@ -1,6 +1,6 @@
# lvremove
> Remove one or more logical volumes.
> Remove logical volumes.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/lvremove.8.html>.

View File

@@ -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:

View File

@@ -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: <https://www.gnu.org/software/coreutils/ptx>.
- Generate a permuted index where the first field of each line is an index reference:

View File

@@ -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: <https://manned.org/renice>.

View File

@@ -1,12 +1,12 @@
# toolbox rmi
> Remove one or more `toolbox` images.
> Remove `toolbox` images.
> See also: `toolbox rm`.
> More information: <https://manned.org/toolbox-rmi.1>.
- Remove a `toolbox` image:
- Remove one or more `toolbox` image:
`toolbox rmi {{image_name}}`
`toolbox rmi {{image_name1 image_name2 ...}}`
- Remove all `toolbox` images: